Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anze3db/blog
Blog page
https://github.com/anze3db/blog
Last synced: 7 days ago
JSON representation
Blog page
- Host: GitHub
- URL: https://github.com/anze3db/blog
- Owner: anze3db
- License: mit
- Created: 2012-01-15T19:06:08.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T23:42:39.000Z (8 days ago)
- Last Synced: 2024-12-19T00:28:07.403Z (8 days ago)
- Language: HTML
- Homepage: https://blog.pecar.me
- Size: 76 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
My humble blog page
```sh
bundle install
bundle exec jekyll serve
# To see drafts run
bundle exec jekyll serve --drafts
```Update dependencies
```sh
bundle update
```