won't track public/

This commit is contained in:
NIUZHAOLONG 2024-12-17 23:54:34 +08:00
parent 102aac6183
commit 34b9d23a1f
13 changed files with 107 additions and 7 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
public/

26
assets/css/custom.css Normal file
View File

@ -0,0 +1,26 @@
.footer-icp {
text-align: center;
color: #999; /* 浅灰色 */
font-size: 10pt;
}
.footer-icp a {
color: chocolate; /* 稍亮的颜色 */
}
#cc-license {
color: rgba(var(--color-neutral-400),var(--tw-text-opacity,1));
font-size: 10pt;
}
#cc-license a {
display: inline-block;
color:chocolate;
}
#cc-license img{
display: inline-block;
height: 1em;
margin-left: 1px;
vertical-align: text-bottom;
}

BIN
assets/img/avatar.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -4,7 +4,7 @@
theme = "congo" theme = "congo"
baseURL = "https://uniu.net.cn/" baseURL = "https://uniu.net.cn/"
defaultContentLanguage = "zh" defaultContentLanguage = "zh-Hans"
enableRobotsTXT = true enableRobotsTXT = true
summaryLength = 0 summaryLength = 0

View File

@ -0,0 +1,67 @@
languageCode = "en"
languageName = "English"
languageDirection = "ltr"
weight = 1
copyright = '<p id="cc-license" xmlns:cc="http://creativecommons.org/ns#">This work © 2024 by <span property="cc:attributionName">WUNIU</span> is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer">CC BY-SA 4.0<img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""><img src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt=""></a></p>'
title = "Uni's Notitia"
# copyright = "Copy, _right?_ :thinking_face:"
[params]
dateFormat = "30/05/2000"
# mainSections = ["section1", "section2"]
# description = "My awesome website"
[params.author]
name = "WUNIU"
image = "img/avatar.jpg"
headline = "Be Steady, Patient, and Studious."
bio = "Who loves everything novel."
links = [
{ email = "mailto:wuniu@riseup.net" },
# { link = "https://link-to-some-website.com/" },
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
# { apple = "https://www.apple.com" },
# { blogger = "https://username.blogspot.com/" },
# { codepen = "https://codepen.io/username" },
# { dev = "https://dev.to/username" },
# { discord = "https://discord.gg/invitecode" },
# { dribbble = "https://dribbble.com/username" },
# { facebook = "https://facebook.com/username" },
# { flickr = "https://www.flickr.com/photos/username/" },
# { foursquare = "https://foursquare.com/username" },
# { github = "https://github.com/username" },
# { gitlab = "https://gitlab.com/username" },
# { google = "https://www.google.com/" },
# { google-scholar = "https://scholar.google.com/citations?user=user-id" },
# { hashnode = "https://username.hashnode.dev" },
# { instagram = "https://instagram.com/username" },
# { keybase = "https://keybase.io/username" },
# { kickstarter = "https://www.kickstarter.com/profile/username" },
# { lastfm = "https://lastfm.com/user/username" },
# { linkedin = "https://linkedin.com/in/username" },
# { mastodon = "https://mastodon.instance/@username" },
# { medium = "https://medium.com/username" },
# { mendeley = "https://www.mendeley.com/" },
# { microsoft = "https://www.microsoft.com/" },
# { orcid = "https://orcid.org/userid" },
# { patreon = "https://www.patreon.com/username" },
# { pinterest = "https://pinterest.com/username" },
# { reddit = "https://reddit.com/user/username" },
# { researchgate = "https://www.researchgate.net/profile/username" },
# { slack = "https://workspace.url/team/userid" },
# { snapchat = "https://snapchat.com/add/username" },
# { soundcloud = "https://soundcloud.com/username" },
# { stack-overflow = "https://stackoverflow.com/users/userid/username" },
# { steam = "https://steamcommunity.com/profiles/userid" },
# { telegram = "https://t.me/username" },
# { threads = "https://threads.net/@username" },
# { tiktok = "https://tiktok.com/@username" },
# { tumblr = "https://username.tumblr.com" },
# { twitch = "https://twitch.tv/username" },
# { whatsapp = "https://wa.me/phone-number" },
# { x-twitter = "https://twitter.com/username" },
# { youtube = "https://youtube.com/username" },
# { xing = "https://xing.com/profile/username" },
]

View File

@ -1,7 +1,8 @@
languageCode = "zh" languageCode = "zh-Hans"
languageName = "Chinese" languageName = "简体中文"
languageDirection = "ltr" languageDirection = "ltr"
weight = 1 weight = 1
copyright='<p id="cc-license" xmlns:cc="http://creativecommons.org/ns#">本作品<span property="cc:attributionName">© 2024 粘土人</span>著作权适用 <a href="https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer">CC BY-SA 4.0<img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""><img src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt=""></a>协议。</p>'
title = "悠猊记事簿" title = "悠猊记事簿"
# copyright = "Copy, _right?_ :thinking_face:" # copyright = "Copy, _right?_ :thinking_face:"
@ -13,9 +14,9 @@ title = "悠猊记事簿"
# description = "My awesome website" # description = "My awesome website"
[params.author] [params.author]
name = "伏虎" name = "粘土人"
image = "img/avatar.png" image = "img/avatar.jpg"
headline = "稳重,安宁,好学" headline = "稳重,安宁,好学"
bio = "热爱一切新知识的法学生。" bio = "热爱一切新知识的法学生。"
links = [ links = [
{ email = "mailto:wuniu@riseup.net" }, { email = "mailto:wuniu@riseup.net" },

View File

@ -32,7 +32,7 @@ fingerprintAlgorithm = "sha256"
showScrollToTop = true showScrollToTop = true
[homepage] [homepage]
layout = "page" # valid options: page, profile, custom layout = "profile" # valid options: page, profile, custom
showRecent = false showRecent = false
recentLimit = 5 recentLimit = 5

View File

@ -0,0 +1,5 @@
<p class="footer-icp">
京ICP备
<a href="https://beian.miit.gov.cn/" target="_blank">2024100416</a>
</p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB