/Moon

Moon is a minimal, one column jekyll theme.

Primary LanguageHTMLMIT LicenseMIT

Moon Jekyll Theme

Moon is a minimal, one column jekyll theme.

Features

  • Minimal, you can focus on your content
  • Responsive
  • Disqus integration
  • Syntax highlighting
  • Optional post image
  • Social icons
  • Page for sharing projects
  • Optional background image
  • Simple navigation menu
  • MathJax support

Preview

screenshot of Moon
screenshot of Moon

See a live version of Moon hosted on GitHub.

Getting Started

To learn how to install and use this theme check out the Setup Guide for more information.

Jekyll first time:

  • Use the following command:
sudo apt-get install ruby-full build-essential zlib1g-dev

To start the server locally:

  1. Go to the Gemfile directory

  2. Run:

gem install jekyll bundler
  1. Then:
bundle install
  1. Finally:
bundle exec jekyll serve

More information from Jekyll

Jekyll Quick Start