Files
v2.xevion.dev/README.md
2022-04-10 17:33:04 -05:00

19 lines
496 B
Markdown

# xevion.dev
<div align="center">
<a href="https://xevion.dev"><img src="./assets/img/index-cover.png" alt="Xevion.dev"></a>
<br>
<sub>
Built with ❤︎ by <a href="https://github.com/Xevion/">Xevion</a>
</sub>
</div>
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
```