`=""`
# Jekyll
[website](https://jekyllrb.com/)
[quickstart](https://jekyllrb.com/docs/)
supports [[Markdown]], [[Liquid Web]], [[HTML]], [[CSS]]
free hosting using [[GitHub Pages]] (which is powered by Jekyll)
### GitHub Layout Examples
[daattali/beautiful-jekyll](https://github.com/daattali/beautiful-jekyll?tab=readme-ov-file)
- [Demo](https://beautifuljekyll.com/), [their personal site](https://deanattali.com/), [their consulting website](https://attalitech.com/), [other examples](http://beautifuljekyll.com/examples)
- ready-to-use template
- designed for mobile as well
- 50,000+ users
- includes: comments, search, rss feed (output)
[artemsheludko/flexible-jekyll](https://github.com/artemsheludko/flexible-jekyll?tab=readme-ov-file)
- simple and clean theme
- blog style
- [Demo](https://artemsheludko.github.io/flexible-jekyll/)
http://jekyllthemes.org/
- directory of themes (450+)
- site source: [mattvh/jekyllthemes](https://github.com/mattvh/jekyllthemes)
[kitian616/jekyll-TeXt-theme](https://github.com/kitian616/jekyll-TeXt-theme?tab=readme-ov-file)
- multiple color themes
- includes: search, table of contents, buttons, rss
- Demo pages: [Home](https://kitian616.github.io/jekyll-TeXt-theme/test/), [Archive](https://kitian616.github.io/jekyll-TeXt-theme/archive.html), [Layout Examples](https://kitian616.github.io/jekyll-TeXt-theme/samples.html)
[tomjoht](https://github.com/tomjoht/documentation-theme-jekyll)
- designed for documentation and help systems
- includes: ==toggle for navigation side-bar and lots of instructions==
- [site and instructions](https://idratherbewriting.com/documentation-theme-jekyll/)
### Installing
[Guide](https://jekyllrb.com/docs/installation/windows/)
- installing [[Ruby Installer]]
- run `jekyll -v` in [[Command Prompt]] to check for installation
- installed [[RubyGems]]
- installed [[GCC]]
- [instructions](https://gcc.gnu.org/install/) (didn't follow, since it's alot alot...)
- [Windows, Intel 64-bit, specific instructions](https://gcc.gnu.org/install/specific.html#windows)
- Followed [this](https://www.youtube.com/watch?v=8Ib7nwc33uA) youtube video
- note: `x86_64-pc-mingw32` was [replaced](https://sourceforge.net/p/mingw-w64/wiki2/Cross%20Win32%20and%20Win64%20compiler/) by `x86_64-w64-mingw32`
- added `C:\MinGW\bin` to my computer's `PATH`
- installed [[Linux]] via [these instructions](https://learn.microsoft.com/en-us/windows/wsl/install) (from [this recommendation](https://www.reddit.com/r/C_Programming/comments/x35gqx/how_do_i_get_a_gcc/) by user cosmin10834)
- finished installing gcc with [these instructions](https://stackoverflow.com/questions/62215963/how-to-install-gcc-and-gdb-for-wslwindows-subsytem-for-linux)
- installed [[Make app]]
- installed [[Chocolatey]] based on [this advice](https://stackoverflow.com/questions/32127524/how-to-install-and-use-make-in-windows)
- [installation instructions](https://chocolatey.org/install#individual)
- `choco install make`
- must run commands from [[PowerShell]] in administrator mode
---
### Resources
https://github.com/alshedivat/al-folio/blob/master/README.md