
_layout.scss - The layout information for your website _syntax-highlighting.scss - Which can contain the information about the syntax highlighting for different languages _base.scss - which contains all variables, mixins, and resets
#Sudo gem install jekyll code#
"base", "layout", "syntax-highlighting" Copy code

The front matter must be the first thing in a file and Jeykyll will interpret all files starting with a YAML Front Matter as a special file.To customize the layout of the pages, it is possible to build a template by creating the following directories and files:

It is possible to edit it towards your requirements. # exclude: # - Gemfile # - Gemfile.lock # - node_modules # - vendor/bundle/ # - vendor/cache/ # - vendor/gems/ # - vendor/ruby/ Copy code Create a custom list # to override the default setting. # The following items will not be processed, by default. twitter_username: jekyllrb github_username: jekyll # Build settings markdown: kramdown theme: minima plugins: - jekyll-feed # Exclude from processing. blog url: "" # the base hostname & protocol for your site, e.g.

baseurl: "/blog" # the subpath of your site, e.g. It will appear in your document head meta (for Google search results) and in your feed.xml site description. # Site settings title: Your awesome title email: description: >- # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here.
