mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-06 09:16:56 -06:00
Perform repository/domain changes
This commit is contained in:
14
README.md
14
README.md
@@ -1,6 +1,6 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
[<h1>xevion.dev</h1>][website-url]
|
[<h1>v2.xevion.dev</h1>][website-url]
|
||||||
|
|
||||||
|
|
||||||
[![License][license-badge]][license-url]
|
[![License][license-badge]][license-url]
|
||||||
@@ -25,13 +25,13 @@ This site uses a special HTML compression layout. This can cause production-only
|
|||||||
- Inline javascript (`<script>`) tags with single-line comments (`// Single-line comment`) can break, essentially cause all of the javascript to lay upon one line.
|
- Inline javascript (`<script>`) tags with single-line comments (`// Single-line comment`) can break, essentially cause all of the javascript to lay upon one line.
|
||||||
|
|
||||||
[user-url]: https://github.com/Xevion/
|
[user-url]: https://github.com/Xevion/
|
||||||
[repo-url]: https://github.com/Xevion/xevion.dev
|
[repo-url]: https://github.com/Xevion/v2.xevion.dev
|
||||||
[azabani-repo-url]: https://github.com/delan/www.azabani.com
|
[azabani-repo-url]: https://github.com/delan/www.azabani.com
|
||||||
[compression-layout-restrictions]: https://jch.penibelst.de/#restrictions
|
[compression-layout-restrictions]: https://jch.penibelst.de/#restrictions
|
||||||
[website-url]: https://xevion.dev
|
[website-url]: https://v2.xevion.dev
|
||||||
[banner-url]: ./assets/img/index-cover.png
|
[banner-url]: ./assets/img/index-cover.png
|
||||||
[license-url]: https://github.com/Xevion/xevion.dev/blob/master/LICENSE
|
[license-url]: https://github.com/Xevion/v2.xevion.dev/blob/master/LICENSE
|
||||||
[latest-url]: https://github.com/Xevion/xevion.dev/commit/master
|
[latest-url]: https://github.com/Xevion/v2.xevion.dev/commit/master
|
||||||
[license-badge]: https://img.shields.io/github/license/Xevion/xevion.dev
|
[license-badge]: https://img.shields.io/github/license/Xevion/v2.xevion.dev
|
||||||
[website-badge]: https://img.shields.io/badge/builtwith-jekyll-blue
|
[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
|
[build-badge]: https://github.com/Xevion/v2.xevion.dev/actions/workflows/pages/pages-build-deployment/badge.svg
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
title: Xevion.dev
|
title: Xevion.dev
|
||||||
email: xevion@xevion.dev
|
email: xevion@xevion.dev
|
||||||
baseurl: "" # the subpath of your site, e.g. /blog
|
baseurl: "" # the subpath of your site, e.g. /blog
|
||||||
url: "https://xevion.dev" # the base hostname & protocol for your site, e.g. http://example.com
|
url: "https://v2.xevion.dev" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
highlighter: rouge
|
highlighter: rouge
|
||||||
permalink: pretty
|
permalink: pretty
|
||||||
plugins:
|
plugins:
|
||||||
@@ -26,7 +26,7 @@ sass:
|
|||||||
# clippings: all
|
# clippings: all
|
||||||
# endings: all
|
# endings: all
|
||||||
# blanklines: false
|
# blanklines: false
|
||||||
repository: Xevion/xevion.dev
|
repository: Xevion/v2.xevion.dev
|
||||||
defaults:
|
defaults:
|
||||||
-
|
-
|
||||||
scope:
|
scope:
|
||||||
|
|||||||
@@ -38,5 +38,5 @@ Additionally, the [ISC license][repo-license] has been obeyed, and [you are link
|
|||||||
[github-pages-resume]: https://xevion.github.io/
|
[github-pages-resume]: https://xevion.github.io/
|
||||||
[delan-azabani]: https://www.azabani.com/
|
[delan-azabani]: https://www.azabani.com/
|
||||||
[fleurons]: https://en.wikipedia.org/wiki/Fleuron_(typography)
|
[fleurons]: https://en.wikipedia.org/wiki/Fleuron_(typography)
|
||||||
[repo-license]: https://github.com/Xevion/xevion.dev/blob/fc1761725eb5d4f21bbf778ee504c1e89f9ee9dd/LICENSE#L1
|
[repo-license]: https://github.com/Xevion/v2.xevion.dev/blob/fc1761725eb5d4f21bbf778ee504c1e89f9ee9dd/LICENSE#L1
|
||||||
[about-attribution]: https://github.com/Xevion/xevion.dev/blame/fc1761725eb5d4f21bbf778ee504c1e89f9ee9dd/about.md#L13
|
[about-attribution]: https://github.com/Xevion/v2.xevion.dev/blame/fc1761725eb5d4f21bbf778ee504c1e89f9ee9dd/about.md#L13
|
||||||
Reference in New Issue
Block a user