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: 3 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T12:15:01.000Z (over 2 years ago)
- Last Synced: 2025-10-09T21:46:50.614Z (8 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
[](LICENSE)
[](https://github.com/joeljuca/jekyll-theme-papercss/actions/workflows/main.yml)
[](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)