Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Slashformotion-s-Graveyard/jekyll-archie
A Jekyll theme based on the Hugo theme Archie by @athul.
https://github.com/Slashformotion-s-Graveyard/jekyll-archie
jekyll jekyll-theme
Last synced: 1 day ago
JSON representation
A Jekyll theme based on the Hugo theme Archie by @athul.
- Host: GitHub
- URL: https://github.com/Slashformotion-s-Graveyard/jekyll-archie
- Owner: slashformotion
- License: mit
- Archived: true
- Created: 2021-06-29T12:21:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T21:05:20.000Z (over 3 years ago)
- Last Synced: 2024-08-01T10:30:50.617Z (6 months ago)
- Topics: jekyll, jekyll-theme
- Language: HTML
- Homepage: https://slashformotion.github.io/jekyll-archie/
- Size: 99.6 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
***Well I discovered Hugo; the faster static site generator in the galaxy. I will never use jekyll again. This is the end of this project...***
# jekyll-archie
![](https://raw.githubusercontent.com/slashformotion/jekyll-archie/master/screenshot.png)
A Jekyll theme based on the Hugo theme Archie by @athul.
## Installation
Add this line to your Jekyll site's `Gemfile`:
```ruby
gem "jekyll-archie"
```And add this line to your Jekyll site's `_config.yml`:
```yaml
theme: jekyll-archie
```And then execute:
$ bundle
Or install it yourself as:
$ gem install jekyll-archie
## Usage
Use this [template](https://github.com/slashformotion/archie-template) to start with the right amout boilerplate code and github pages set-up.
## Development
To set up your environment to develop this theme, run `bundle install`.
To test your theme, run `bundle exec jekyll serve --config _config.yml,_config_dev.yml ` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
## Contributing
Bug reports and pull requests are welcome on GitHub at [https://github.com/slashformotion/jekyll-archie](https://github.com/slashformotion/jekyll-archie). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).