@@ -47,9 +47,9 @@ disableThemeInject = false
4747
4848# Author Configuration
4949[author ]
50- name = " Attajak Janrak "
51- email = " https://github.com/attajak "
52- link = " https://github.com/attajak "
50+ name = " "
51+ email = " "
52+ link = " "
5353avatar = " "
5454
5555# FixIt 0.3.0 | NEW public Git repository information only then enableGitInfo is true
@@ -143,7 +143,7 @@ mobileMode = "auto"
143143# Header title config
144144[header .title ]
145145# URL of the LOGO
146- logo = " /images/fixit.min.svg "
146+ logo = " "
147147# title name
148148name = " "
149149# you can add extra information before the name (HTML format is supported), such as icons
@@ -779,15 +779,29 @@ expand_file_tree = false
779779# Custom partials must be stored in the /layouts/_partials/ directory.
780780# Depends on open custom blocks https://fixit.lruihao.cn/references/blocks/
781781[customPartials ]
782- head = []
783- menuDesktop = []
784- menuMobile = []
782+ head = [
783+ " inject/component-projects.html" ,
784+ " inject/fixit-docs-bookmark.html" ,
785+ " inject/shortcode-rewards.html" ,
786+ ]
787+ menuDesktop = [
788+ " inject/translate-menu-desktop.html" ,
789+ ]
790+ menuMobile = [
791+ " inject/translate-menu-mobile.html" ,
792+ ]
785793profile = []
786794aside = []
787795comment = []
788796footer = []
789797widgets = []
790- assets = []
798+ assets = [
799+ " inject/cmpt-flyfish.html" ,
800+ " inject/cmpt-mdevtools.html" ,
801+ " inject/cmpt-translate.html" ,
802+ " inject/santa-hat.fixit.html" ,
803+ " inject/shortcode-caniuse.html" ,
804+ ]
791805postTocBefore = []
792806postTocAfter = []
793807postContentBefore = []
0 commit comments