Jekyll usage documentation at jekyllrb.com
You can find the source code for Minima at GitHub: jekyll / minima
You can find the source code for Jekyll at GitHub: jekyll / jekyll-organization
_config.ymlis where the configurations are set for the entire project._pagesis the directory for storing the markdown/HTML files that will be used for each page._contentis where the raw contents (e.g., pdfs, images, etc) are stored._datais where the config for each page resides._includesis where you can create custom templates that will override the default manima template.- Use
gem info minimato find implementation detail of the manima theme.
- Use
_scssis where custom styling can be specified. Changes from this is reflected whenstyles.cssis imported. This connection is made in_includes/head.html.