This is the source of UmaiUme's webpages made with the help of Jekyll.
Just create a new .md file into _posts
folder. Use the existing posts as examples.
Full GitHub flavoured Markdown is supported, but you can also add HTML and Liquid tags.
Rember to add the front matter (2x --- on separate lines) in the beginning. Otherwise Jekyll will not render the files.
Edit header.html
in _includes
folder. Use existing links as examples and guides to Bootstrap and Jekyll for more advanced commands.
- Create a new collection in
_config.yml
(use the definition ofguides_reipatcher
) as example. - Create the folder for tutorial posts (again, use
guides_reipatcher
as an example). - Create your first post in the new folder. You can use ReiPatcher's guide as an example.
You can either create pages with any styling language Jekyll can process. Use existing pages as examples.