Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joeljuca/jekyll-theme-papercss
WIP: PaperCSS-based Jekyll theme
https://github.com/joeljuca/jekyll-theme-papercss
jekyll jekyll-theme paper-css papercss static-site static-site-generator
Last synced: about 2 months ago
JSON representation
WIP: PaperCSS-based Jekyll theme
- Host: GitHub
- URL: https://github.com/joeljuca/jekyll-theme-papercss
- Owner: joeljuca
- License: mit
- Created: 2023-11-28T17:35:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-30T12:15:01.000Z (about 1 year ago)
- Last Synced: 2024-10-11T19:21:30.383Z (3 months ago)
- Topics: jekyll, jekyll-theme, paper-css, papercss, static-site, static-site-generator
- Language: Ruby
- Homepage: https://github.com/joeljuca/jekyll-theme-papercss
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jekyll PaperCSS
[![Licensed under MIT](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
[![GitHub Actions status](https://github.com/joeljuca/jekyll-theme-papercss/actions/workflows/main.yml/badge.svg)](https://github.com/joeljuca/jekyll-theme-papercss/actions/workflows/main.yml)
[![Follow Joel Jucá on Twitter](https://img.shields.io/twitter/follow/holyshtjoe "Follow Joel Jucá on Twitter")](https://twitter.com/holyshtjoe "Follow Joel Jucá on Twitter")**PaperCSS-based Jekyll theme**
## Setup
Add the line below yo your Jekyll site's `Gemfile`:
```ruby
gem "jekyll-theme-papercss"
```Then, set it as your Jekyll site's theme in `_config.yml`:
```yaml
theme: jekyll-theme-papercss
```Then, run:
```
$ bundle
```That's it, you should be good to go.
## License
© 2023 Joel Jucá. Licensed under [MIT](LICENSE.txt)