Skip to content

lene-huang/monster

 
 

Repository files navigation

Monster

Update: 2016-5-26

Monster is based on Jekyll theme Jasper. It has Pagination, Tags, Multi-author functionalities which is fit for small orgnization writing.

Jasper theme includes

  • Pagination
  • Author page
  • Tag page(s)
  • 404 page
  • Toggleable sliding sidebar
  • Related posts view
  • Tag description(s)
  • Code Syntax Highlight
  • Code Syntax Highlight with highlight.js
  • Rss updated to Jekyll 3.0
  • Google Analytics tracking
  • Author's profile with picture
  • Disqus comments

Monter theme includes

  • Multi-author
  • Dynamic tags configuration in _config.yml

How to use it

Get Jekyll installed, you can also check how to setup a Website with Jekyll.

Config Tags

Config Authors

Deploy

Do not let Github generate Website for you, because the theme contains its own _plugins.

So, you need to choose:

Option One - for user/orgnization Website

  1. maintain theme source in repoA
  2. deploy it in repo username.github.io with plain HTML/CSS/JS (results in _site)

Option Two - for project Website

  1. maintain theme souce code in branch master
  2. deploy it in branch gh-pages

Remember to add .nojekyll in branch to let Github know DONOT BUILD.

Copyright & License

Copyright (C) 2016 - Released under the MIT License.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Monster is based on Jekyll theme:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 64.6%
  • HTML 26.4%
  • JavaScript 6.4%
  • Ruby 2.6%