Perform repository/domain changes

This commit is contained in:
Xevion
2022-12-30 23:39:34 -06:00
parent 28b2062bfc
commit bc2f4c16e9
3 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
<div align="center">
[<h1>xevion.dev</h1>][website-url]
[<h1>v2.xevion.dev</h1>][website-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.
[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
[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
[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
[license-url]: https://github.com/Xevion/v2.xevion.dev/blob/master/LICENSE
[latest-url]: https://github.com/Xevion/v2.xevion.dev/commit/master
[license-badge]: https://img.shields.io/github/license/Xevion/v2.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
[build-badge]: https://github.com/Xevion/v2.xevion.dev/actions/workflows/pages/pages-build-deployment/badge.svg

View File

@@ -1,7 +1,7 @@
title: Xevion.dev
email: xevion@xevion.dev
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
permalink: pretty
plugins:
@@ -26,7 +26,7 @@ sass:
# clippings: all
# endings: all
# blanklines: false
repository: Xevion/xevion.dev
repository: Xevion/v2.xevion.dev
defaults:
-
scope:

View File

@@ -38,5 +38,5 @@ Additionally, the [ISC license][repo-license] has been obeyed, and [you are link
[github-pages-resume]: https://xevion.github.io/
[delan-azabani]: https://www.azabani.com/
[fleurons]: https://en.wikipedia.org/wiki/Fleuron_(typography)
[repo-license]: https://github.com/Xevion/xevion.dev/blob/fc1761725eb5d4f21bbf778ee504c1e89f9ee9dd/LICENSE#L1
[about-attribution]: https://github.com/Xevion/xevion.dev/blame/fc1761725eb5d4f21bbf778ee504c1e89f9ee9dd/about.md#L13
[repo-license]: https://github.com/Xevion/v2.xevion.dev/blob/fc1761725eb5d4f21bbf778ee504c1e89f9ee9dd/LICENSE#L1
[about-attribution]: https://github.com/Xevion/v2.xevion.dev/blame/fc1761725eb5d4f21bbf778ee504c1e89f9ee9dd/about.md#L13