https://github.com/deluze/blog-temp
https://github.com/deluze/blog-temp
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deluze/blog-temp
- Owner: Deluze
- License: unlicense
- Created: 2022-08-21T11:36:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T19:39:25.000Z (about 3 years ago)
- Last Synced: 2025-02-28T17:04:42.791Z (7 months ago)
- Language: HTML
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
## Development
Run the following commands to get a local webserver started for the blog
```bash
bundle install # install gem dependencies
``````bash
bundle exec jekyll serve # serves the blog on a web server
```