Skip to content

Commit 2d50918

Browse files
committed
config: move extra section to bottom of theme section
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent a9b8dd9 commit 2d50918

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/mkdocs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ site_name: Go Programming Language Wiki
22
site_description: Personal fork of Go Programming Language Wiki
33

44
theme:
5+
language: en
56
name: material
67
include_search_page: true
78
search_index_only: true
@@ -30,6 +31,11 @@ repo_url: https://github.com/zchee/golang-wiki
3031
docs_dir: ../
3132
site_dir: ../../docs
3233

34+
extra:
35+
social:
36+
- icon: fontawesome/brands/github
37+
link: https://github.com/zchee
38+
3339
extra_css:
3440
- https://github.com/facelessuser/pymdown-extensions/raw/main/docs/theme/assets/pymdownx-extras/extra-2d3bedca0e.css
3541
extra_javascript:
@@ -119,12 +125,6 @@ plugins:
119125
- minify:
120126
minify_html: true
121127

122-
extra:
123-
revision: 14c2c2dbed9d
124-
social:
125-
- icon: fontawesome/brands/github
126-
link: https://github.com/zchee
127-
128128
# yamllint disable-line
129129
## $ echo ' - "Home": Home.md' | tee nav.md; find . -maxdepth 2 -type f \( -name '*.md' -or -name '*.asciidoc' \) -and -not -wholename '*docs*' -and -not \( -name 'Home.md' -or -name 'nav.md' -or -name '_Footer.md' -or -name '_Sidebar.md' \) | awk -F'/' '{print $2}' | awk -F'.md' '{print ""$1": "$0}' | awk -F':' '{gsub( "-", " ", $1 ) gsub( ".asciidoc", "", $1 )} {print " - \""$1"\":"$2}' | sed 's|.asciidoc|.md|' | sort --ignore-case | tee -a nav.md && cat nav.md | pbcopy && rm -f nav.md
130130

0 commit comments

Comments
 (0)