https://github.com/tarmolov/tarmolov.github.com
Yet another blog about web development
https://github.com/tarmolov/tarmolov.github.com
Last synced: 4 months ago
JSON representation
Yet another blog about web development
- Host: GitHub
- URL: https://github.com/tarmolov/tarmolov.github.com
- Owner: tarmolov
- Created: 2012-08-18T14:55:21.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-11-18T14:11:40.000Z (over 8 years ago)
- Last Synced: 2024-12-28T01:52:28.004Z (5 months ago)
- Language: CSS
- Homepage:
- Size: 813 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tarmolov's blog
Based on [Jekyll](http://jekyllrb.com/).## Installation
```
gem install jekyll stylus
git clone [email protected]:tarmolov/tarmolov.github.com.git
cd tarmolov.github.com
make
```
Then open the link in your [favorite browser](http://browser.yandex.com/):
```
http://localhost:4000/
```## Run server with the drafts
```
make dev
```