https://github.com/theskumar/blog
Source code of my blog built using pelican.
https://github.com/theskumar/blog
Last synced: about 1 year ago
JSON representation
Source code of my blog built using pelican.
- Host: GitHub
- URL: https://github.com/theskumar/blog
- Owner: theskumar
- Created: 2013-09-05T06:33:05.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T10:13:14.000Z (about 1 year ago)
- Last Synced: 2025-04-26T20:58:35.216Z (about 1 year ago)
- Language: Makefile
- Homepage: https://saurabh-kumar.com/blog/
- Size: 424 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Blog
[](https://travis-ci.org/theskumar/blog)
Built with [Pelican][1]
## Setup
```shell
git clone --recursive git@github.com:theskumar/blog.git theskumar-blog && cd theskumar-blog
# activate virtualenv
virtualenv venv && source venv/bin/activate
# install the depenciences
pip install -r requirements.txt
```
The blog uses [pelican-svbtle-responsive][2] theme.
## License
This work by Saurabh Kumar is licensed under a Creative Commons Attribution 4.0 International License.
[1]: http://docs.getpelican.com/
[2]: https://github.com/theskumar/pelican-svbtle-responsive