Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)