https://github.com/aviralg/blog
https://github.com/aviralg/blog
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aviralg/blog
- Owner: aviralg
- Created: 2019-05-28T10:00:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T05:25:54.000Z (almost 4 years ago)
- Last Synced: 2025-09-13T06:49:52.491Z (10 months ago)
- Language: CSS
- Size: 429 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Blog](http://aviralg.github.com/blog)
The [Jekyll](http://jekyllrb.com/) source for [aviral.io/blog](aviral.io/blog), which contains my blogs.
The blog theme has been copied from [swanson](https://github.com/swanson/swanson.github.com).
## Administration
### Serve
To serve incremental builds of the blog during development, execute the following command:
```shell
$ rake serve
```
### Build
To build the blog, execute the following command:
```shell
$ rake build
```
### Clean
To build the blog, execute the following command:
```shell
$ rake clean
```
## License
The following directories and their contents are Copyright Aviral Goel. You may not reuse anything therein without my permission:
* _posts/
* static/
All other directories and files are MIT Licensed.