using codeberg instead of github

This commit is contained in:
night0721 2023-11-19 23:58:44 +00:00
parent d5f76c98e5
commit 77e68c7cb0
9 changed files with 23 additions and 18 deletions

View file

@ -41,6 +41,7 @@ a:visited, a:link {
display: flex; display: flex;
justify-content: center; justify-content: center;
gap: 25px; gap: 25px;
margin-top: 30px;
} }
.logo-button:hover { .logo-button:hover {

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 4.233 4.233"><g style="opacity:1"><path d="M46.984 76.122a2.117 2.117 0 0 0-1.793 3.242l1.764-2.281c.013-.017.045-.017.057 0l.737.952h-.527l.011.042h.55l.155.201h-.648l.018.066h.68l.138.177h-.769l.024.085h.81l.123.158h-.889l.03.104h.938l.108.138h-1.009l.033.115h1.065l.099.128H47.56l.033.115h1.184a2.117 2.117 0 0 0-1.793-3.242zm.644 3.37.033.115h.939c.03-.036.062-.077.09-.115zm.068.243.032.115h.629a2.54 2.54 0 0 0 .125-.115zm.068.243.032.114h.212c.063-.036.121-.072.184-.114z" style="fill-opacity:1;stroke:none;stroke-width:.0660874;paint-order:markers fill stroke;stop-color:#000" transform="translate(-44.867 -75.99)"/></g></svg>

After

Width:  |  Height:  |  Size: 710 B

View file

@ -26,9 +26,9 @@ title = "Oscar Fu"
weight = 40 weight = 40
[[menu.social]] [[menu.social]]
name = "Discord" name = "Codeberg"
pre = "discord" pre = "codeberg"
url = "https://discord.gg/SbQHChmGcp" url = "https://codeberg.org/night0721"
weight = 10 weight = 10
[[menu.social]] [[menu.social]]
@ -48,14 +48,3 @@ title = "Oscar Fu"
pre = "rss" pre = "rss"
url = "/index.xml" url = "/index.xml"
weight = 40 weight = 40
[markup]
[markup.goldmark.parser]
wrapStandAloneImageWithinParagraph = false
[markup.highlight]
style = 'catppuccin-macchiato'
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true

4
content/codeberg.md Normal file
View file

@ -0,0 +1,4 @@
---
type: redirect
redirect: https://codeberg.org/night0721
---

View file

@ -4,6 +4,4 @@ description: "Ways to find me"
lastmod: "2023-11-07" lastmod: "2023-11-07"
--- ---
- Discord: [night.dev](https://discord.com/users/452076196419600394) - Email: [nightkalyyy@gmail.com](mailto:nightkalyyy@gmail.com) - [PGP key](https://keys.openpgp.org/vks/v1/by-fingerprint/2A6422B2794C30FD19AB96A38E829D3381CFEBBE)
- Discord Server: [Join](https://discord.gg/SbQHChmGcp)
- Email: [nightkalyyy@gmail.com](mailto:nightkalyyy@gmail.com)

4
content/github.md Normal file
View file

@ -0,0 +1,4 @@
---
type: redirect
redirect: https://github.com/night0721
---

View file

@ -1,6 +1,6 @@
--- ---
title: "How to setup password-store in Linux" title: "How to setup password-store in Linux"
date: 2023-11-11T01:30:00+00:00 date: 2023-11-19T17:30:00+00:00
--- ---
First download zbar pass pass-otp gnupg First download zbar pass pass-otp gnupg

4
content/youtube.md Normal file
View file

@ -0,0 +1,4 @@
---
type: redirect
redirect: https://youtube.com/@night0721
---

View file

@ -0,0 +1,4 @@
<head><meta http-equiv="refresh" content="0;URL={{ .Params.redirect }}" /></head>
<main>
If you are not redirected, please follow <a href="{{ .Params.redirect }}">this link</a>.
</main>