Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/explodinglabs/explodinglabs.github.io
- Owner: explodinglabs
- Created: 2016-07-13T09:55:17.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T03:19:27.000Z (5 months ago)
- Last Synced: 2024-07-31T05:37:30.693Z (5 months ago)
- Topics: jekyll, ruby
- Language: Shell
- Homepage: https://composed.blog/
- Size: 4.38 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.