Remove banner from README, add badges

- Save changes to favicon.psd
This commit is contained in:
Xevion
2022-04-10 21:08:12 -05:00
parent f4d3379a9a
commit 16cd372a73
2 changed files with 19 additions and 8 deletions

View File

Binary file not shown.

View File

@@ -1,14 +1,14 @@
<div align="center">
# 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).
[![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].
## Usage
@@ -16,4 +16,15 @@ A jekyll-based static blog for my personal usage. Styling originally by [Delan A
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