Hasty Briefsbeta

Bilingual

Setting up Jekyll for GitHub Pages

2 days ago
  • Jekyll is a customizable static site generator that parses Markdown and uses templates for consistent styling.
  • To install Jekyll, you need RubyGems; then you can create a new site from the command line.
  • Customize your site by editing _config.yml, and modify CSS, layouts, and includes in the respective folders.
  • Content can be written in Markdown, HTML, or plain text, and Jekyll expects a specific front matter format.
  • If you encounter permissions errors during gem installation, you may need to reinstall RubyGems or adjust gem storage paths.