From a4f9a173963c1a30357efc2f215ab4870c24d841 Mon Sep 17 00:00:00 2001 From: Miykael_xxm Date: Thu, 12 Nov 2020 12:13:25 +0800 Subject: [PATCH] pages init --- config.toml | 4 ++-- layouts/index.html | 2 +- layouts/partials/head.html | 14 +++++++++++++- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index b4bd43e..95c30e9 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "http://root.gitcode.host/openday/" +baseURL = "https://codechina.gitcode.host/programmer/mdbook/" #baseURL = "" languageCode = "zh" title = "程序员电子书" @@ -15,7 +15,7 @@ min_version = "0.41.0" [Params] hideAutoMenu = false Author = "CODE CHINA" -Homepage = "https://codechina.csdn.net/explore" +Homepage = "https://codechina.csdn.net/codechina/programmer/mdbook" Message = "程序员电子书书单" [Social] diff --git a/layouts/index.html b/layouts/index.html index 6bb561f..b3224fa 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -31,7 +31,7 @@ {{ .Title }}

{{ .Params.Subtitle }}

diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 6431e51..74e29c4 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -34,9 +34,21 @@ color: white; } .h2 { - color:#9d44ee; + color:#ECAD3A; + } + .h3 { + color:white; } + -- GitLab