https://github.com/devatherock/blog
Github pages Jekyll site
https://github.com/devatherock/blog
Last synced: 3 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T02:45:08.000Z (over 2 years ago)
- Last Synced: 2025-01-27T10:43:23.222Z (4 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/)