Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pnowy/pnowy.github.io
pnowy personal blog
https://github.com/pnowy/pnowy.github.io
jekyll
Last synced: about 1 month ago
JSON representation
pnowy personal blog
- Host: GitHub
- URL: https://github.com/pnowy/pnowy.github.io
- Owner: pnowy
- Created: 2014-04-13T18:27:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T19:34:42.000Z (over 2 years ago)
- Last Synced: 2024-10-15T00:54:44.277Z (3 months ago)
- Topics: jekyll
- Language: CSS
- Homepage: https://blog.przemeknowak.com
- Size: 1020 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### BUILD FOR DEV WITH DRAFTS
`bundle exec jekyll build --config=_config.yml,_config_dev.yml --drafts`
or
`./build.sh`
### SERVE FOR DEV WITH DRAFTS
`bundle exec jekyll build --config=_config.yml,_config_dev.yml --drafts`
or
`./serve.sh`