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

https://github.com/piecioshka/jekyll-blog

Blog example with use of Jekyll
https://github.com/piecioshka/jekyll-blog

blog example jekyll

Last synced: 6 days ago
JSON representation

Blog example with use of Jekyll

Awesome Lists containing this project

README

          

# jekyll-blog

Blog example with use of [Jekyll](https://jekyllrb.com/)

## Preview 🎉

https://piecioshka.github.io/jekyll-blog/

## Development

```bash
jekyll serve
# open in browser http://127.0.0.1:4000/
```

## Build

```bash
jekyll clean
jekyll build -b jekyll-blog
```

## Deployment

```bash
rm -rf tmp/
CACHE_DIR=tmp/ npx gh-pages -d _site
```