https://github.com/nandomoreirame/mug
💎 mug Jekyll theme
https://github.com/nandomoreirame/mug
blog jekyll jekyll-blog jekyll-theme rake ruby
Last synced: 9 months ago
JSON representation
💎 mug Jekyll theme
- Host: GitHub
- URL: https://github.com/nandomoreirame/mug
- Owner: nandomoreirame
- License: mit
- Created: 2015-11-20T14:42:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T17:49:22.000Z (about 8 years ago)
- Last Synced: 2025-04-21T22:36:50.976Z (10 months ago)
- Topics: blog, jekyll, jekyll-blog, jekyll-theme, rake, ruby
- Language: CSS
- Homepage: https://nandomoreirame.github.io/mug/
- Size: 790 KB
- Stars: 44
- Watchers: 0
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mug
Jekyll theme
> :warning:
This theme requires ruby and rubygems installed
* [x] Clean layout
* [x] Resposive layout
* [x] Preprocessor SASS
* [x] CSS minified
* [x] Search posts
* [x] Pagination
* [x] Syntax highlight
* [x] Author config
* [x] Share posts
* [x] Comments with Disqus
---
### Start in 4 steps
1. Download or clone repo `git clone git@github.com:nandomoreirame/mug.git`
2. Enter the folder: `cd mug/`
3. Install Ruby gems: `bundle install`
4. Start Jekyll server: `jekyll serve`
Access, [localhost:4000/mug](http://localhost:4000/mug)
### 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](https://nandomoreirame.github.io/mug/)
[Download](https://github.com/nandomoreirame/mug/archive/master.zip)

---
### Copyright and license
It is under [the MIT license](/LICENSE).
> :warning:
Please remove metas `` and `` in `_layouts/default.html`
Enjoy :yum: