mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-15 02:13:41 -06:00
19 lines
496 B
Markdown
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
|
|
``` |