Skip to content

M1chol/m1

 
 

Repository files navigation

M1 theme for Jekyll

This theme is expanded version of Tale theme by Chester How

Github pages setup

  1. Fork or clone this repository
  2. Delete the unnecessary files/folders: CODE_OF_CONDUCT.md, LICENSE, README.md, tale.gemspec
  3. Delete the baseurl line in _config.yml:
baseurl:  "/tale"   # delete this line

Once you've installed the theme, you're ready to work on your Jekyll site. To start off, I would recommend updating _config.yml with your site's details.

Enabling Comments

Comments are disabled by default. To enable them, look for the following line in _config.yml and change jekyll-tale to your site's Disqus id.

disqus: jekyll-tale

Next, add comments: true to the YAML front matter of the posts which you would like to enable comments for.

License

See LICENSE

Usage

Look at post_examples and move them to _posts to see them on page. Base variables

  1. title:
  2. author:

expanded variables:

  1. layout:
  2. excerpt_separator:
  3. image:
  4. tags: Tale
  5. comments:
  6. sticky:
  7. hidden:

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 65.6%
  • HTML 34.0%
  • Ruby 0.4%