Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshgerdes/jekyll-uno
Jekyll-Uno - a minimal, responsive theme for Jekyll based on Uno for Ghost
https://github.com/joshgerdes/jekyll-uno
github-pages jekyll jekyll-theme jekyll-themes jekyll-uno theme
Last synced: 3 days ago
JSON representation
Jekyll-Uno - a minimal, responsive theme for Jekyll based on Uno for Ghost
- Host: GitHub
- URL: https://github.com/joshgerdes/jekyll-uno
- Owner: joshgerdes
- License: mit
- Created: 2016-01-10T03:59:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T15:06:01.000Z (8 months ago)
- Last Synced: 2025-01-12T00:06:14.172Z (10 days ago)
- Topics: github-pages, jekyll, jekyll-theme, jekyll-themes, jekyll-uno, theme
- Language: SCSS
- Size: 1.33 MB
- Stars: 619
- Watchers: 20
- Forks: 574
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jekyll-uno
Jekyll-Uno - a minimal, responsive theme for Jekyll based on the [Uno](https://github.com/daleanthony/Uno) theme for Ghost.
> :warning:
This theme requires ruby and rubygems installed### Features
* Clean layout
* Resposive layout
* Pagination
* Syntax highlighting
* Social links
* Tags listing page
* Categories listing page
* Google Analytics integration
* Disqus integration---
### Install and Test
1. Download or clone repo `git clone [email protected]:joshgerdes/jekyll-uno.git`
2. Enter the folder: `cd jekyll-uno/`
3. If you don't have bundler installed: `gem install bundler`
3. Install Ruby gems: `bundle install`
4. Start Jekyll server: `bundle exec jekyll serve --watch`Access via: [http://localhost:4000/jekyll-uno/](http://localhost:4000/jekyll-uno/)
If you would like to run without using the `github-pages` gem, update your Gemfile to the following:
```
source 'https://rubygems.org'
gem 'jekyll-paginate'
gem 'jekyll-watch'
gem 'kramdown'
gem 'kramdown-parser-gfm'
```
---### Demo and Download
[Demo](http://joshgerdes.com/jekyll-uno/)
[Download](https://github.com/joshgerdes/jekyll-uno/archive/master.zip)![jekyll-uno - free Jekyll theme](/screenshot.png)
---
### Copyright and license
It is under [the MIT license](/LICENSE).