2020-12-27 13:17:29 +00:00
|
|
|
|
|
|
|
# main menu navigation
|
|
|
|
menu:
|
|
|
|
Home: /
|
2021-08-30 05:50:31 +00:00
|
|
|
About: /about
|
|
|
|
Contact: /contact
|
2020-12-27 13:17:29 +00:00
|
|
|
Archives: /archives
|
|
|
|
|
|
|
|
# stylesheets loaded in the <head>
|
|
|
|
stylesheets:
|
|
|
|
- /css/cmd.css
|
|
|
|
- /css/materialdesignicons.min.css
|
2020-12-28 02:04:32 +00:00
|
|
|
- /css/entry.css
|
|
|
|
- /css/xcode.css
|
2020-12-27 13:17:29 +00:00
|
|
|
|
|
|
|
# scripts loaded in the end of the body
|
|
|
|
scripts:
|
|
|
|
- /js/cmd.js
|
|
|
|
- /materialize/js/materialize.js
|
|
|
|
|
|
|
|
copyright_addtional: "Most original contents are public under CC BY-NC-ND 4.0 or GNU Affero General Public License version 3."
|
|
|
|
|
|
|
|
copyright_year_string: "2020-2021"
|
|
|
|
|
|
|
|
theme_self_claim: true
|
|
|
|
|
2021-08-30 05:50:31 +00:00
|
|
|
about_this_blog: This blog is created with Classical Material Desgin theme, which is a original taste of Material Design for hexo.
|
2020-12-27 13:17:29 +00:00
|
|
|
|
2021-08-30 05:50:31 +00:00
|
|
|
my_mastodon: https://mastodon.example.com/@example
|
2020-12-27 15:19:30 +00:00
|
|
|
|
2020-12-27 13:17:29 +00:00
|
|
|
footer_links:
|
2021-08-30 05:50:31 +00:00
|
|
|
Link 1: "https://example.org"
|
|
|
|
Link 2: "https://example.com"
|
2021-08-30 07:27:23 +00:00
|
|
|
|
|
|
|
site_rss:
|
|
|
|
atom: /atom.xml
|
|
|
|
rss: /rss.xml
|
|
|
|
|
|
|
|
topic_rss:
|
|
|
|
tag:
|
|
|
|
prefix: "/feeds/by-tag/"
|
|
|
|
atom_suffix: /atom.xml
|
|
|
|
rss_suffix: /rss.xml
|
|
|
|
name_lowercase: true
|
|
|
|
category:
|
|
|
|
prefix: /feeds/by-category/
|
|
|
|
atom_suffix: /atom.xml
|
|
|
|
rss_suffix: /rss.xml
|
|
|
|
name_lowercase: true
|