nandomoreirame / end2end

πŸ’Ž Clean Jekyll theme

Home Page:https://nandomoreirame.github.io/end2end/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

end2end Clean Jekyll theme Build Status

  • Clean layout
  • Resposive layout
  • Preprocessor SASS
  • CSS minified
  • Pagination
  • Syntax highlight
  • Author config
  • Comments with Disqus
  • Search posts
  • Share posts

Start in 4 steps

  1. Download or clone repo git clone git@github.com:nandomoreirame/end2end.git
  2. Enter the folder: cd end2end/
  3. Install Ruby gems: bundle install
  4. Start Jekyll server: bundle exec jekyll serve

Access, localhost:4000/end2end

Deploy in Github pages in 2 steps

  1. Change the variables GITHUB_REPONAME and GITHUB_REPO_BRANCH in Rakefile
  2. Run rake or rake publish for build and publish on Github

Using Rake tasks

  • Create a new page: rake page name="contact.md"
  • Create a new post: rake post title="TITLE OF THE POST"

Demo and Download

Demo Download

end2end - free Jekyll theme


Copyright and license

It is under the MIT license.

⚠️ Please remove metas <meta name="robots" content="noindex"> and <meta name="googlebot" content="noindex"> in source/_layouts/default.html

Enjoy πŸ˜‹

About

πŸ’Ž Clean Jekyll theme

https://nandomoreirame.github.io/end2end/

License:MIT License


Languages

Language:Sass 57.7%Language:HTML 18.0%Language:SCSS 14.2%Language:Ruby 9.8%Language:Shell 0.2%