This is a simple and minimalist template for Jekyll for those who likes to eat noodles.
What has inside | Setup | Settings | How to
Light and Dark themes.
_config.yml
with your data (check settings section)If you want to test locally on your machine, do the following steps also:
bundle install
bundle exec jekyll serve
http://localhost:4000
You must fill some informations on _config.yml
to customize your site.
name: John Doe
bio: 'A Man who travels the world eating noodles'
picture: 'assets/images/profile.jpg'
...
and lot of other options, like width, projects, pages, read-time, tags, related posts, animations, multiple-authors, etc.
Check the FAQ if you have any doubt or problem.
MIT License © Sérgio Kopplin