update index

This commit is contained in:
dichgrem
2025-03-05 21:22:11 +08:00
parent ecb6a492cf
commit 91dd75f675

View File

@ -1,5 +1,5 @@
# Be sure to change these!
base_url = "https://blog.dich.bid"
base_url = "https://blog.dich.bid/archive"
title = "Dich'blog"
description = "用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉"
@ -55,16 +55,18 @@ author = "Dichgrem"
menu_items = [
# each of these is optional, name and url are required
# $BASE_URL is going to be substituted by base_url from configuration
{name = "blog", url = "$BASE_URL"},
{name = "archive", url = "$BASE_URL/archive"},
# tags should only be enabled if you have "tags" taxonomy
# see documentation below for more details
{name = "blog", url = "$BASE_URL"},
{name = "tags", url = "$BASE_URL/tags"},
{name = "archive", url = "$BASE_URL/archive"},
{name = "weekly", url = "$BASE_URL/weekly"},
{name = "search", url = "$BASE_URL/search"},
{name = "about me", url = "$BASE_URL/about"},
{name = "links", url = "$BASE_URL/links"},
{name = "search", url = "$BASE_URL/search"},
{name = "weekly", url = "$BASE_URL/weekly"},
{name = "rss", url = "$BASE_URL/atom.xml"},
# set newtab to true to make the link open in new tab
{name = "github", url = "https://github.com/Dichgrem", newtab = true},