using codeberg instead of github
This commit is contained in:
parent
d5f76c98e5
commit
77e68c7cb0
9 changed files with 23 additions and 18 deletions
|
@ -41,6 +41,7 @@ a:visited, a:link {
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 25px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.logo-button:hover {
|
||||
|
|
1
assets/icons/codeberg.svg
Normal file
1
assets/icons/codeberg.svg
Normal 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 |
17
config.toml
17
config.toml
|
@ -26,9 +26,9 @@ title = "Oscar Fu"
|
|||
weight = 40
|
||||
|
||||
[[menu.social]]
|
||||
name = "Discord"
|
||||
pre = "discord"
|
||||
url = "https://discord.gg/SbQHChmGcp"
|
||||
name = "Codeberg"
|
||||
pre = "codeberg"
|
||||
url = "https://codeberg.org/night0721"
|
||||
weight = 10
|
||||
|
||||
[[menu.social]]
|
||||
|
@ -48,14 +48,3 @@ title = "Oscar Fu"
|
|||
pre = "rss"
|
||||
url = "/index.xml"
|
||||
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
4
content/codeberg.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
type: redirect
|
||||
redirect: https://codeberg.org/night0721
|
||||
---
|
|
@ -4,6 +4,4 @@ description: "Ways to find me"
|
|||
lastmod: "2023-11-07"
|
||||
---
|
||||
|
||||
- Discord: [night.dev](https://discord.com/users/452076196419600394)
|
||||
- Discord Server: [Join](https://discord.gg/SbQHChmGcp)
|
||||
- Email: [nightkalyyy@gmail.com](mailto:nightkalyyy@gmail.com)
|
||||
- Email: [nightkalyyy@gmail.com](mailto:nightkalyyy@gmail.com) - [PGP key](https://keys.openpgp.org/vks/v1/by-fingerprint/2A6422B2794C30FD19AB96A38E829D3381CFEBBE)
|
||||
|
|
4
content/github.md
Normal file
4
content/github.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
type: redirect
|
||||
redirect: https://github.com/night0721
|
||||
---
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
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
|
||||
|
|
4
content/youtube.md
Normal file
4
content/youtube.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
type: redirect
|
||||
redirect: https://youtube.com/@night0721
|
||||
---
|
4
layouts/redirect/single.html
Normal file
4
layouts/redirect/single.html
Normal 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>
|
Loading…
Reference in a new issue