-
quartz
🌱 a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites
Under the repo name after you click Fork, I entered ababber.github.io. When you name your Quartz Fork repo, replace ababber with your GitHub username, which initializes your GitHub Pages.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
By default cloudflare sets Custom SSL/TLS to Flexible. Change this to Full. We need to do this because username.github.io is being served to cloudflare over HTTPS by GitHub. If we don't do this then your GitHub page may become unreachable and report the following error: ERR_TOO_MANY_REDIRECTS. This is caused by a conlict with the Custom SSL/TLS Flexible setting and the Github Pages Enfore HTTPS setting which creates an unexpected feedback loop.
-
# clone with git git clone https://github.com/username/username.github.io.git # clone with the github cli # gh repo clone username/username.github.io # change directory into repo root cd username.github.io # install quartz dependencies npm i # initialize quartz and create an index.md npx quartz create # cd into create/, which is where quartz will # look to create static pages cd create # create a test markdown file touch test.md # this will build a preview of your blog npx quartz build --serve # 1. Once the build is done, go to localhost:8080 # in your browser. # 2. In the left hand Explorer column, you should # see test or the file created earlier.
-
pages-gem
A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
If you don't want to use Jekyll as your static site generator for GitHub Pages and you want to have a custom domain for your GitHub Pages. This post is for you!
-
If you don't want to use Jekyll as your static site generator for GitHub Pages and you want to have a custom domain for your GitHub Pages. This post is for you!
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives