-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
101 changed files
with
490 additions
and
9,207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,18 +18,24 @@ nav: | |
articles: /archives/ | ||
tag: /tags/ | ||
projects: http://github.com/tzzs | ||
Theme: https://imtzz.com/ | ||
Theme: https://tzzs.github.io | ||
about: /about/ | ||
search: /search/ | ||
|
||
|
||
# Links to your social media accounts. | ||
# The keys should correspond to Fontawesome icon names | ||
# The 'icon' keys should correspond to Fontawesome icon names | ||
# (see https://fontawesome.com/icons?d=gallery&s=brands); | ||
# only 'mail' is an exception. | ||
# You can optionally add a 'label' key to set the title attribute on the link. | ||
# 'icon' value will be used as title when 'label' is missing. | ||
social_links: | ||
github: http://github.com/tzzs | ||
mail: mailto:[email protected] | ||
- | ||
icon: github | ||
link: http://github.com/tzzs | ||
- | ||
icon: mail | ||
link: mailto:[email protected] | ||
|
||
# Customize the overview with displaying a tagcloud on the index page. | ||
# Options: https://hexo.io/docs/helpers.html#tagcloud | ||
|
@@ -65,6 +71,15 @@ copyright: | |
start_year: 2018 | ||
end_year: | ||
|
||
# Customize the 404 page | ||
# Options: | ||
# - enabled: whether to enable the 404 page (404.html). | ||
error_404: | ||
enabled: true | ||
title: "404 Page Not Found" | ||
description: "The page you are looking for might have been removed, had its name changed, or is temporarily unavailable." | ||
|
||
|
||
############################################################################## | ||
# Look and Feel | ||
############################################################################## | ||
|
@@ -140,12 +155,20 @@ open_graph: | |
# Enable MathJax support for Latex | ||
mathjax: | ||
enabled: false | ||
|
||
# Fill in your Disqus Comments Shortname to enable Disqus comments. | ||
disqus: | ||
enabled: false | ||
shortname: cactus-1 | ||
|
||
# Fill in your Utterances data to enable Utterances comments | ||
utterances: | ||
enabled: false | ||
repo: owner/githubrepo | ||
issue_term: pathname | ||
label: Comment | ||
theme: github-dark | ||
|
||
# Fill in your Google Analytics tracking ID to enable Google Analytics. | ||
google_analytics: | ||
enabled: false | ||
|
@@ -166,6 +189,7 @@ umami_analytics: | |
enabled: false | ||
id: e77e68be-f6e4-4br3-9365-2b76b57cd571 | ||
host: https://analytics.domain.com | ||
script_name: umami.js | ||
|
||
# Fill in you Gravatar email or hash if you want to use your gravatar as the | ||
# logo and/or favicons of you website. | ||
|
@@ -182,6 +206,6 @@ cdn: | |
enable: true | ||
jquery: https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js | ||
clipboard: https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.7/clipboard.min.js | ||
font_awesome: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css | ||
font_awesome: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css | ||
justified_gallery_css: https://cdnjs.cloudflare.com/ajax/libs/justifiedGallery/3.8.1/css/justifiedGallery.min.css | ||
justified_gallery_js: https://cdnjs.cloudflare.com/ajax/libs/justifiedGallery/3.8.1/js/jquery.justifiedGallery.min.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ | |
yarn.lock | ||
package-lock.json | ||
node_modules/ | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.