Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aliou/ace
Ace: A Jekyll theme.
https://github.com/aliou/ace
jekyll jekyll-theme
Last synced: about 2 months ago
JSON representation
Ace: A Jekyll theme.
- Host: GitHub
- URL: https://github.com/aliou/ace
- Owner: aliou
- License: mit
- Archived: true
- Created: 2015-06-22T20:53:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T18:07:42.000Z (about 8 years ago)
- Last Synced: 2024-09-24T03:01:50.960Z (about 2 months ago)
- Topics: jekyll, jekyll-theme
- Language: CSS
- Homepage: http://aliou.github.io/ace/
- Size: 202 KB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Ace
A [Jekyll][jekyll] theme (3.2+), using the [official Jekyll theme implementation][theme-docs].
![Ace](screenshot.png)
## Installation
1. Install Jekyll: `gem install jekyll`
2. Install Ace: `gem install ace-theme`
3. Add the theme to your configuration:
```yaml
theme: ace-theme
```
4. Enable pagination in your configuration:
```yaml
gems: [jekyll-paginate]
paginate: 5
paginate_path: '/:num'
```
5. Import the theme in your main css file:
```scss
// At the bottom of your file:
@import "ace";
```
6. Finally, run the server and see your changes:
```sh
jekyll serve
```
You should have a server up and running locally at .## Customization
Next you'll want to change a few things. Most of them can be changed directly in `_config.yml`.
That's where you will put the name, the URL and the description of your blog and other settings.[jekyll]: http://jekyllrb.com/
[fork]: https://github.com/aliou/ace/fork
[theme-docs]: https://jekyllrb.com/docs/themes/