mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-08-01 09:19:32 -04:00
update index
This commit is contained in:
12
config.toml
12
config.toml
@ -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},
|
||||
|
Reference in New Issue
Block a user