Clean Jekyll theme
The end2end Clean Jekyll theme is a responsive theme with a clean layout. It offers features like a preprocessor SASS, CSS minification, pagination, syntax highlighting, author configuration, and the option to add comments with Disqus. The theme provides a simple installation process and allows users to create new pages and posts using Rake tasks. It is available for free under the MIT license.
To install the end2end Clean Jekyll theme, follow these steps:
git clone git@github.com:nandomoreirame/end2end.gitcd end2end/bundle installbundle exec jekyll servelocalhost:4000/end2endTo deploy the theme on GitHub Pages, follow these steps:
GITHUB_REPONAME and GITHUB_REPO_BRANCH in the Rakefile to match your GitHub repository details.rake or rake publish to build the site and publish it on GitHub Pages.To create a new page, use the following Rake task: rake page name="contact.md"
To create a new post, use the following Rake task: rake post title="TITLE OF THE POST"
The end2end Clean Jekyll theme is a responsive and minimalistic theme that offers various features to enhance the readability and functionality of a Jekyll website. It provides a straightforward installation process and allows users to customize the theme easily using Rake tasks. With its clean layout, syntax highlighting, and optional comments with Disqus integration, the end2end theme offers a solid foundation for creating a professional-looking and user-friendly blog or website.