Neo Hpstr Jekyll Theme

screenshot of Neo Hpstr Jekyll Theme

A Jekyll blog theme

Overview

The Neo-HPSTR Jekyll Theme is a responsive and modern blog template. It offers a visually appealing design and is compatible with various devices and browsers. The theme includes features such as a topbar animated menu, optional Disqus comments, social sharing links, and syntax highlighting for code examples. Additionally, it provides customization options for the owner/author information.

Features

  • Modern design: The theme has a contemporary design that appeals to users.
  • Responsive templates: The post, page, and home layouts are responsive and optimized for different devices.
  • Compatibility: The theme is compatible with Internet Explorer 8+ and all modern browsers.
  • Topbar animated menu: The theme includes a stylish topbar menu with support for drop-downs.
  • Disqus comments: Users can enable optional Disqus comments for their blog posts and pages.
  • Social sharing links: The theme includes links for sharing content on social media platforms like Facebook, Twitter, and Google+.
  • Open Graph and Twitter Cards support: The theme supports Open Graph and Twitter Cards to enhance the social sharing experience.
  • Custom 404 page: Users get a simple custom 404 page to ensure a better user experience when encountering broken links.
  • Syntax highlighting: The theme provides syntax highlighting for code examples, making them look visually appealing.

As a Boilerplate / Fork

  1. Fork the repo.
  2. Clone down the repo with $ git clone git@github.com:username/reponame.git.
  3. Delete the demo/ folder and screenshot.png files.
  4. Install bundler with $ gem install bundler.
  5. Install gems with $ bundle install.
  6. Run Jekyll with $ bundle exec jekyll serve --watch.
  7. Begin customizing the theme for your own project.

As a Jekyll >= 3.3 theme gem

  1. Install Jekyll and bundler with $ gem install jekyll bundler.
  2. Create your Jekyll project with jekyll new my-awesome-blog.
  3. Navigate to your project folder with cd my-awesome-blog.
  4. Download the starter/demo content and extract it to the project folder.
  5. Install bundler with $ gem install bundler.
  6. Install gems with $ bundle install.
  7. Run Jekyll with $ bundle exec jekyll serve --watch.
  8. Begin customizing the theme for your own project.

Summary

The Neo-HPSTR Jekyll Theme is a responsive and modern blog template that offers a range of features to enhance the user experience. It has a visually appealing design, compatibility with various devices and browsers, and customization options for the owner/author information. With features like Disqus comments, social sharing links, and syntax highlighting, this theme provides everything needed to create a professional and engaging blog. The installation process is straightforward, making it accessible for users with different levels of technical knowledge.

grunt
Grunt

Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.