Files
v2.xevion.dev/README.md

11 lines
265 B
Markdown

# xevion.dev
A jekyll-based static blog for my personal usage. Styling originally by [Delan Azabani](https://github.com/delan/www.azabani.com).
## Usage
```
bundle install
bundle exec jekyll serve --config _config.yml,_config_dev.yml
bundle exec jekyll build
```