Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devatherock/blog
Github pages Jekyll site
https://github.com/devatherock/blog
Last synced: 28 days ago
JSON representation
Github pages Jekyll site
- Host: GitHub
- URL: https://github.com/devatherock/blog
- Owner: devatherock
- Created: 2019-01-19T15:46:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T02:45:08.000Z (about 2 years ago)
- Last Synced: 2024-10-21T05:42:40.796Z (2 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/)