Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bananaappletw/simplicity
Simplicity: jekyll theme built with bulma.css
https://github.com/bananaappletw/simplicity
bulma-css jekyll jekyll-theme jekyll-themes
Last synced: 3 months ago
JSON representation
Simplicity: jekyll theme built with bulma.css
- Host: GitHub
- URL: https://github.com/bananaappletw/simplicity
- Owner: bananaappletw
- License: mit
- Created: 2017-08-13T13:50:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-20T03:19:05.000Z (over 5 years ago)
- Last Synced: 2024-04-26T06:20:44.986Z (8 months ago)
- Topics: bulma-css, jekyll, jekyll-theme, jekyll-themes
- Language: HTML
- Homepage: https://bananaappletw.github.io/
- Size: 9.57 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# simplicity
[Theme preview](https://bananaappletw.github.io/)
![simplicity theme preview](/demo.gif)
## Installation
```bash
git clone https://github.com/bananaappletw/simplicity/ [your_github_username].github.io
cd [your_github_username].github.io
bundle install
jekyll serve
```## Usage
### Enabling comments (via Disqus)
Optionally, if you have a Disqus account, you can tell Jekyll to use it to show a comments section below each post.
To enable it, add the following lines to your Jekyll site:
```yaml
disqus:
shortname: my_disqus_shortname
```You can find out more about Disqus' shortnames [here](https://help.disqus.com/customer/portal/articles/466208).
Comments are enabled by default and will only appear in production, i.e., `JEKYLL_ENV=production`
If you don't want to display comments for a particular post you can disable them by adding `comments: false` to that post's YAML Front Matter.
--
### Enabling Google Analytics
To enable Google Anaytics, add the following lines to your Jekyll site:
```yaml
google_analytics: UA-NNNNNNNN-N
```Google Analytics will only appear in production, i.e., `JEKYLL_ENV=production`
## License
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).