diff --git a/source/_data/theme.yaml b/source/_data/theme.yaml index 25e00ff..4f1ae0a 100644 --- a/source/_data/theme.yaml +++ b/source/_data/theme.yaml @@ -1,3 +1,7 @@ +menu: + Home: / + Archives: /archives + copyright_addtional: "" copyright_year_string: "2020-2021" diff --git a/themes/cmd/_config.yml b/themes/cmd/_config.yml index 35e0640..c7e0d9f 100644 --- a/themes/cmd/_config.yml +++ b/themes/cmd/_config.yml @@ -1,12 +1,9 @@ -# html lang -language: - - zh-cn - - en - # main menu navigation menu: Home: / + About: /about + Contact: /contact Archives: /archives # stylesheets loaded in the @@ -27,10 +24,10 @@ copyright_year_string: "2020-2021" theme_self_claim: true -about_this_blog: 这里是Rubicon's Rubicon。我在无界之点的偏安之地。 +about_this_blog: This blog is created with Classical Material Desgin theme, which is a original taste of Material Design for hexo. -my_mastodon: "https://mastodon.social/@thislight" +my_mastodon: https://mastodon.example.com/@example footer_links: - GitHub: "https://github.com/thislight" - GitLab: "https://gitlab.com/thislight" + Link 1: "https://example.org" + Link 2: "https://example.com" diff --git a/themes/cmd/layout/includes/layout.swig b/themes/cmd/layout/includes/layout.swig index c5f145b..616ccff 100644 --- a/themes/cmd/layout/includes/layout.swig +++ b/themes/cmd/layout/includes/layout.swig @@ -46,17 +46,29 @@