Source is located at /src
Published site located at /docs
- Add your post to src/_posts
- Test with
make serve
- Build with
make build
- Push changes
Static site is located in the /docs
folder.
Adding Gems:
- Add gem to Gemfile
make install
- Keep gems updated with
make update
Theme: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
data
: contains top bar navigation_drafts
: are ignored on build but shown on local_pages
: contain about, tags, and 404 pages_posts
: are where the Markdown posts sources areimages
: the images to be referenced as![](/images/mountains.jpg)
_config.yml
: main config fileindex.html
: homepage
This repository was initialized with:
$ docker run --rm --platform linux/amd64 \
--volume="$PWD:/srv/jekyll" \
-it jekyll/jekyll \
sh -c "chown -R jekyll /usr/gem/ && jekyll new tomfern.com" \
&& cd tomfern.com
MIT License Copyright 2022 Tomas Fernandez