mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-10 10:09:14 -06:00
11 lines
265 B
Markdown
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
|
|
``` |