Compare commits

..

4 Commits

Author SHA1 Message Date
niuzhaolong
9281fb38e4 修改了中文页面上的话 2025-06-09 23:23:55 +08:00
niuzhaolong
a9fef6295b add categories and tags button in en site 2025-06-09 23:18:51 +08:00
niuzhaolong
c325ce74da add github link 2025-06-09 23:16:05 +08:00
niuzhaolong
346c06eca5 Turn on the search function. 2025-06-09 23:11:45 +08:00
4 changed files with 13 additions and 13 deletions

View File

@ -33,7 +33,7 @@ title = "Uni's Notitia"
# { facebook = "https://facebook.com/username" }, # { facebook = "https://facebook.com/username" },
# { flickr = "https://www.flickr.com/photos/username/" }, # { flickr = "https://www.flickr.com/photos/username/" },
# { foursquare = "https://foursquare.com/username" }, # { foursquare = "https://foursquare.com/username" },
# { github = "https://github.com/username" }, { github = "https://github.com/wunewww" },
# { gitlab = "https://gitlab.com/username" }, # { gitlab = "https://gitlab.com/username" },
# { google = "https://www.google.com/" }, # { google = "https://www.google.com/" },
# { google-scholar = "https://scholar.google.com/citations?user=user-id" }, # { google-scholar = "https://scholar.google.com/citations?user=user-id" },

View File

@ -16,7 +16,7 @@ title = "悠猊记事簿"
[params.author] [params.author]
name = "粘土人" name = "粘土人"
image = "img/avatar.jpg" image = "img/avatar.jpg"
headline = "稳重,安宁,好学" headline = "这破日子过不了一天了!"
bio = "热爱一切新知识的法学生。" bio = "热爱一切新知识的法学生。"
links = [ links = [
{ email = "mailto:uniu_admin@icloud.com" }, { email = "mailto:uniu_admin@icloud.com" },
@ -33,7 +33,7 @@ title = "悠猊记事簿"
# { facebook = "https://facebook.com/username" }, # { facebook = "https://facebook.com/username" },
# { flickr = "https://www.flickr.com/photos/username/" }, # { flickr = "https://www.flickr.com/photos/username/" },
# { foursquare = "https://foursquare.com/username" }, # { foursquare = "https://foursquare.com/username" },
# { github = "https://github.com/username" }, { github = "https://github.com/wunewww" },
# { gitlab = "https://gitlab.com/username" }, # { gitlab = "https://gitlab.com/username" },
# { google = "https://www.google.com/" }, # { google = "https://www.google.com/" },
# { google-scholar = "https://scholar.google.com/citations?user=user-id" }, # { google-scholar = "https://scholar.google.com/citations?user=user-id" },

View File

@ -15,15 +15,15 @@
pageRef = "posts" pageRef = "posts"
weight = 10 weight = 10
# [[main]] [[main]]
# name = "Categories" name = "Categories"
# pageRef = "categories" pageRef = "categories"
# weight = 20 weight = 20
# [[main]] [[main]]
# name = "Tags" name = "Tags"
# pageRef = "tags" pageRef = "tags"
# weight = 30 weight = 30
# [[main]] # [[main]]
# identifier = "search" # identifier = "search"

View File

@ -11,7 +11,7 @@ autoSwitchAppearance = true
defaultThemeColor = "#FFFFFF" defaultThemeColor = "#FFFFFF"
enableSearch = false enableSearch = true
enableCodeCopy = false enableCodeCopy = false
enableImageLazyLoading = true enableImageLazyLoading = true
enableImageWebp = true enableImageWebp = true
@ -21,7 +21,7 @@ fingerprintAlgorithm = "sha256"
[header] [header]
layout = "basic" # valid options: basic, hamburger, hybrid, custom layout = "basic" # valid options: basic, hamburger, hybrid, custom
# logo = "img/avatar.jpg" # logo = "img/favicon.jpg"
# logoDark = "img/dark-logo.jpg" # logoDark = "img/dark-logo.jpg"
showTitle = true showTitle = true