https://github.com/devatherock/blog
Github pages Jekyll site
https://github.com/devatherock/blog
Last synced: 6 months ago
JSON representation
Github pages Jekyll site
- Host: GitHub
- URL: https://github.com/devatherock/blog
- Owner: devatherock
- Created: 2019-01-19T15:46:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T02:45:08.000Z (over 3 years ago)
- Last Synced: 2025-03-22T10:49:04.543Z (11 months ago)
- Language: SCSS
- Homepage: https://devatherock.github.io/blog/
- Size: 33.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# blog
Github pages Jekyll site, available at [https://devatherock.github.io/blog](https://devatherock.github.io/blog)
## Command used to generate site
```
jekyll new
```
## Local setup
Refer [this](https://kbroman.org/simple_site/pages/local_test.html) article or [this](https://24ways.org/2013/get-started-with-github-pages) one. For a quick start, use the below commands
- `gem install jekyll`
- `jekyll serve`
The local site will be accessible at [http://localhost:4000/blog/](http://localhost:4000/blog/)