Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/explodinglabs/explodinglabs.github.io

Composed blog.
https://github.com/explodinglabs/explodinglabs.github.io

jekyll ruby

Last synced: 26 days ago
JSON representation

Composed blog.

Awesome Lists containing this project

README

        

See [Install Jekyll on a Mac](https://composed.blog/install-jekyll-on-mac).

To bring up Jekyll locally:
```sh
(cd docs && bundle exec jekyll serve --host 0.0.0.0 --livereload)
```

To remove a post, add the following to the its meta section:
```yaml
sitemap: false
```
This removes the post from the sitemap, and also the post listing because we
have a condition checking for that.