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
- Host: GitHub
- URL: https://github.com/piecioshka/jekyll-blog
- Owner: piecioshka
- Created: 2023-10-07T20:17:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T20:39:15.000Z (over 2 years ago)
- Last Synced: 2026-04-23T12:34:49.741Z (2 months ago)
- Topics: blog, example, jekyll
- Language: Ruby
- Homepage: https://piecioshka.github.io/jekyll-blog/
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```