All Projects → samanyougarg → Hanuman

samanyougarg / Hanuman

Licence: mit
A responsive, lightning-fast Jekyll theme built using AMP (Accelerated Mobile Pages) to speed up your blogs and websites.

Projects that are alternatives of or similar to Hanuman

Liberxue.github.io
Liberxue blog for lightweight Jekyll themes 轻量级自适应 简洁 卡片式博客主题 3秒搞定GitHub blog
Stars: ✭ 330 (+230%)
Mutual labels:  jekyll, github-pages, jekyll-site, github-page
startbootstrap-stylish-portfolio-jekyll
Jekyll theme based on Stylish Portfolio Bootstrap theme
Stars: ✭ 20 (-80%)
Mutual labels:  jekyll, jekyll-site, github-pages, jekyll-themes
Jekyll Remote Theme
Jekyll plugin for building Jekyll sites with any GitHub-hosted theme
Stars: ✭ 188 (+88%)
Mutual labels:  github-pages, jekyll-themes, jekyll-site, jekyll-plugin
Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (+123%)
Mutual labels:  jekyll, github-pages, jekyll-themes, jekyll-site
Mundana Theme Jekyll
Mundana is a free Jekyll theme, Medium styled.
Stars: ✭ 402 (+302%)
Mutual labels:  jekyll, jekyll-themes, jekyll-site
Jekyll Katex
Jekyll plugin for easy server-side math rendering via KaTeX
Stars: ✭ 73 (-27%)
Mutual labels:  jekyll, github-pages, jekyll-plugin
Reverie
🎨 A ridiculously elegant Jekyll theme.
Stars: ✭ 442 (+342%)
Mutual labels:  jekyll, github-pages, github-page
Type On Strap
🎨 Simplistic, responsive jekyll based open source theme
Stars: ✭ 471 (+371%)
Mutual labels:  jekyll, jekyll-site, github-page
Hydeout
A refreshed version of Hyde for Jekyll 3.x and 4.x
Stars: ✭ 448 (+348%)
Mutual labels:  jekyll, github-pages, jekyll-themes
Flexible Jekyll
Flexible-Jekyll is a simple and clean theme for Jekyll
Stars: ✭ 531 (+431%)
Mutual labels:  jekyll, github-pages, jekyll-themes
Mediumish Theme Jekyll
Jekyll Template - Mediumish
Stars: ✭ 786 (+686%)
Mutual labels:  jekyll, jekyll-themes, jekyll-site
Beautiful Jekyll
✨ Build a beautiful and simple website in literally minutes. Demo at https://beautifuljekyll.com
Stars: ✭ 3,778 (+3678%)
Mutual labels:  jekyll, github-pages, jekyll-themes
jekyll-commonmark
CommonMark generator for Jekyll
Stars: ✭ 28 (-72%)
Mutual labels:  jekyll, jekyll-plugin, gem
jekyll-default-layout
Silently sets default layouts for Jekyll pages and posts
Stars: ✭ 45 (-55%)
Mutual labels:  jekyll, jekyll-plugin, github-pages
Type Theme
A free and open-source Jekyll theme with responsive design. Great for blogs and easy to customize.
Stars: ✭ 657 (+557%)
Mutual labels:  jekyll, github-pages, jekyll-themes
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+759%)
Mutual labels:  jekyll, jekyll-themes, jekyll-site
Lagrange
A minimalist Jekyll theme for running a personal blog
Stars: ✭ 454 (+354%)
Mutual labels:  jekyll, github-pages, jekyll-site
Jekyll Timeline
Timeline / Résumé Theme with Jekyll
Stars: ✭ 46 (-54%)
Mutual labels:  jekyll, github-pages, jekyll-themes
jekyll-deploy-action
🪂 A Github Action to deploy the Jekyll site conveniently for GitHub Pages.
Stars: ✭ 162 (+62%)
Mutual labels:  jekyll, jekyll-site, github-page
CodeForAfrica.org
The @CodeForAfrica landing page. Built with Jekyll and hosted on Github Pages. Accessible at https://codeforafrica.org/
Stars: ✭ 20 (-80%)
Mutual labels:  jekyll, github-pages, github-page

HANUMAN Jekyll Theme

Build Status

Hanuman is a minimal yet powerful Jekyll theme for your blogs and websites.

It is built using the open source AMP Start framework and can be customized as per your requirements.

Buy Me A Coffee

Live Demo

Hanuman

Hanuman

Features

  • Minimal
  • Responsive
  • Syntax Highlighting for code
  • Cover Images for homepage and blog posts
  • Social Sharing
  • Simple Navigation Menu
  • Pagination
  • Google Analytics
  • Can be easily installed via "theme gem"
  • Github Pages support
  • Easily Customisable
  • Tags
  • Multiple Authors

What is AMP

AMP stands for Accelerated Mobile Pages, a Google-backed project designed as an open standard for any publisher to have pages load quickly on mobile devices.

Installation

There are different ways to install the theme -

1. Cloning the repository and updating settings

  1. Fork this repository and clone the forked repository.
  2. Update the _config.yml file as per your requirements.
  3. Add your posts to the _posts directory.
  4. Deploy to Github Pages or your own server.

Deploying to Github Pages

Method 1

Push the contents of the destination folder (mentioned in _config.yml. eg - destination: ../hanuman-pages/) to the gh-pages branch(if project page) or master branch(if user page) of your repository.

Method 2

  • Set up travis-ci for your fork.
  • Generate your secure token with the travis gem: Run gem install travis on your terminal.
  • Grab the GH_TOKEN from https://github.com/settings/tokens
  • Then run travis encrypt 'GIT_NAME="YOUR_USERNAME" GIT_EMAIL="YOUR_EMAIL" GH_TOKEN=YOUR_TOKEN'
  • Add the token to your .travis.yml file. Now you just need to push the files. Travis will generate the HTML files and automatically push them to your gh-pages branch. This is the setup I am using.

2. Ruby Gem Method

Add this line to your Jekyll site's Gemfile:

gem "hanuman"

And add this line to your Jekyll site's _config.yml:

theme: hanuman

And then execute:

$ bundle

Or install it yourself as:

$ gem install hanuman

You'll also need to copy or create the _config.yml file just like in this repository. Similarly, you'll need to have a navigation.yml and author.yml in your _data directory.

Deploying to Github Pages

Run bundle exec jekyll serve inside your cloned repository. Push the contents of the resulting _site to your Github Pages repository.

3. Jekyll Remote Theme

  1. Create or update your Gemfile with the following -
source "https://rubygems.org"
gem "github-pages", group: :jekyll_plugins
gem "jekyll-remote-theme"
  1. Update the bundled gems using bundle command.

  2. Add remote_theme: "hanuman" to your _config.yml.

  3. Add jekyll-remote-theme to the plugins array of your _config.yml -

plugins:
  - jekyll-remote-theme

Usage

_config.yml

Update _config.yml with your respective settings like updating your site's name, description etc...

Styling

AMP has a limitation that you can only use inline css. All the CSS for this theme is in the styles.scss file in the includes directory.

Changing the Default Color

In the styles.scss file in the includes directory, you can change the hex value of $theme-color to the color you would like your site to use.

Author Information

Author information is present in the author.yml file in the _data folder. You can update the fields of that file as per your requirements.

Sidenav

Sidenav can be updated from the navigation.yml file in the _data folder.

Writing Posts

You can write posts just as you would in Jekyll, the only difference being that AMP has some strict guidelines on including external content.

You cannot use Markdown format or normal HTML tags. AMP provides its own custom tags for images, videos etc...

Examples -

Images <amp-img src="welcome.jpg" alt="Welcome" height="400" width="800"></amp-img>

Videos <amp-youtube data-videoid="mGENRKrdoGY" layout="responsive" width="480" height="270"></amp-youtube>

See Full AMP Documentation.

Using AMP Components

Some AMP components require you to specify external scripts before using them. You can specify these scripts in the head.html file in the includes directory after the already imported scripts and then use these components in any post.

Validating your page with AMP

AMP provides built-in validator to validate your pages so that they can rendered quickly.

You can access this validator by opening the Developer Console in your browser and adding #development=1 to any url of your site.

Example - http://localhost:4000/#development=1

If you have errors on your page, AMP will list those for you in the console. If you do not have any errors, you'll get a message "AMP Validation Successful" on your console.

Enabling Google Analytics

  1. Set up your Analytics Tracking ID in _config.yml.
  2. Remove {% comment %} and {% endcomment %} tags in the default.html file in layouts directory.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/samanyougarg/hanuman. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

To submit a pull request -

  1. Fork/clone the repository.
  2. Develop.
  3. Create a new branch from the master branch.
  4. Open a pull request on Github describing what was fixed or added.

Thanks

Hanuman is based on amplify jekyll theme. Thank You.

License

The theme is available as open source under the terms of the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].