mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-11 00:09:07 -06:00
30 lines
1.0 KiB
Markdown
30 lines
1.0 KiB
Markdown
<div align="center">
|
|
|
|
[<h1>xevion.dev</h1>][website-url]
|
|
|
|
|
|
[![License][license-badge]][license-url]
|
|
[![Website][website-badge]][website-url]
|
|
[![Build Status][build-badge]][latest-url]
|
|
|
|
A jekyll-based static blog for my personal usage. Styling originally by [Delan Azabani][azabani-repo-url].
|
|
</div>
|
|
|
|
## Usage
|
|
|
|
```
|
|
bundle install
|
|
bundle exec jekyll serve --config _config.yml,_config_dev.yml
|
|
bundle exec jekyll build
|
|
```
|
|
|
|
[user-url]: https://github.com/Xevion/
|
|
[repo-url]: https://github.com/Xevion/xevion.dev
|
|
[azabani-repo-url]: https://github.com/delan/www.azabani.com
|
|
[website-url]: https://xevion.dev
|
|
[banner-url]: ./assets/img/index-cover.png
|
|
[license-url]: https://github.com/Xevion/xevion.dev/blob/master/LICENSE
|
|
[latest-url]: https://github.com/Xevion/xevion.dev/commit/master
|
|
[license-badge]: https://img.shields.io/github/license/Xevion/xevion.dev
|
|
[website-badge]: https://img.shields.io/badge/builtwith-jekyll-blue
|
|
[build-badge]: https://github.com/Xevion/xevion.dev/actions/workflows/pages/pages-build-deployment/badge.svg |