mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-08-02 09:49:30 -04:00
update index
This commit is contained in:
12
config.toml
12
config.toml
@ -1,5 +1,5 @@
|
|||||||
# Be sure to change these!
|
# Be sure to change these!
|
||||||
base_url = "https://blog.dich.bid"
|
base_url = "https://blog.dich.bid/archive"
|
||||||
title = "Dich'blog"
|
title = "Dich'blog"
|
||||||
description = "用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉"
|
description = "用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉"
|
||||||
|
|
||||||
@ -55,16 +55,18 @@ author = "Dichgrem"
|
|||||||
menu_items = [
|
menu_items = [
|
||||||
# each of these is optional, name and url are required
|
# each of these is optional, name and url are required
|
||||||
# $BASE_URL is going to be substituted by base_url from configuration
|
# $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
|
# tags should only be enabled if you have "tags" taxonomy
|
||||||
# see documentation below for more details
|
# see documentation below for more details
|
||||||
|
{name = "blog", url = "$BASE_URL"},
|
||||||
{name = "tags", url = "$BASE_URL/tags"},
|
{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 = "about me", url = "$BASE_URL/about"},
|
||||||
{name = "links", url = "$BASE_URL/links"},
|
{name = "links", url = "$BASE_URL/links"},
|
||||||
{name = "search", url = "$BASE_URL/search"},
|
{name = "rss", url = "$BASE_URL/atom.xml"},
|
||||||
{name = "weekly", url = "$BASE_URL/weekly"},
|
|
||||||
|
|
||||||
# set newtab to true to make the link open in new tab
|
# set newtab to true to make the link open in new tab
|
||||||
{name = "github", url = "https://github.com/Dichgrem", newtab = true},
|
{name = "github", url = "https://github.com/Dichgrem", newtab = true},
|
||||||
|
Reference in New Issue
Block a user