Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nereare/hepta
A theme for Jekyll-based pages, created for my personal page.
https://github.com/nereare/hepta
css html jekyll jekyll-theme rubygem
Last synced: 10 days ago
JSON representation
A theme for Jekyll-based pages, created for my personal page.
- Host: GitHub
- URL: https://github.com/nereare/hepta
- Owner: Nereare
- License: mit
- Created: 2017-05-30T13:53:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T18:44:48.000Z (over 2 years ago)
- Last Synced: 2024-11-19T11:57:29.531Z (2 months ago)
- Topics: css, html, jekyll, jekyll-theme, rubygem
- Language: HTML
- Homepage: https://nereare.github.io/Hepta/
- Size: 3.31 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
# Hepta Theme
[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/Nereare/Hepta)](https://github.com/Nereare/Hepta)
[![GitHub License](https://img.shields.io/github/license/Nereare/Hepta)](https://github.com/Nereare/Hepta)
[![Travis (.org)](https://img.shields.io/travis/Nereare/Hepta)](https://travis-ci.org/Nereare/Hepta)
[![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/Nereare/Hepta)](https://libraries.io/github/Nereare/Hepta)![Hepta Theme concept art](./screenshot.png "Mockup screenshot concept art from Hepta Theme")
A theme for Jekyll-based pages, created for [my personal page](https://nereare.github.io/).
## Installation
1. Clone this repository: `git clone https://github.com/Nereare/Hepta.git`
2. Install dependencies:
* Install [Ruby](https://www.ruby-lang.org/en/downloads/) and...
* ...[RubyGems](https://rubygems.org/pages/download) for your OS
* Run `gem install jekyll bundler`
3. Run it: `bundle exec jekyll serve`
4. Go to [your local serving of jekyll](http://localhost:4000)For guidance on how to use this theme, see the [Hepta Wiki](https://github.com/Nereare/Hepta/wiki).
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :smile:## History & Versioning
See the [Change Log](https://github.com/Nereare/Hepta/blob/master/changelog.md) for further history.
This projects uses [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/Nereare/Hepta/tags).
## Legal Stuff
### Theme
[![MIT License](http://i.imgur.com/Ze3dFob.png "MIT License")](LICENSE.md)
The Jekyll theme files, such as but not restricted to HTML, CSS, Markdown and Gemfiles, except when credited
above and except for images, are licensed under the [MIT License](https://opensource.org/licenses/MIT).### Images
[![CC BY-SA 4.0](https://i.creativecommons.org/l/by-sa/4.0/88x31.png "Creative Commons License")](CC-BY-SA.md)
All original images on this project, except when credited above, are licensed under a [Creative Commons
Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).The original images of this project are also available at [my DeviantArt](http://nereare.deviantart.com/gallery/63150759/Hepta-Theme).
### Credits
* [MIT License Logo](http://excaliburzero.deviantart.com/art/MIT-License-Logo-595847140) by [ExcaliburZero](http://excaliburzero.deviantart.com/), available under a [Creative Commons Attribution 3.0 License](https://creativecommons.org/licenses/by/3.0/)
* [Skeleton](https://github.com/dhg/Skeleton), available under the [MIT License](https://opensource.org/licenses/MIT)
* [Jekyll Gravatar](https://github.com/mrsimo/jekyll-gravatar), available under the [MIT License](https://opensource.org/licenses/MIT)
* [Jemoji](https://github.com/jekyll/jemoji), available under the [MIT License](https://opensource.org/licenses/MIT)
* [Material Design](https://github.com/Templarian/MaterialDesign):
* Template available under the [WTF Public License](http://www.wtfpl.net/)
* Community icons available under the [SIL Open Font License](https://opensource.org/licenses/OFL-1.1)
* Google Material Design Icons available under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)