File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 pull_request :
44 branches :
55 - master
6- - source"
6+ - source
77jobs :
88 build :
99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v6
12+ with :
13+ submodules : true # Fetch Hugo themes (true OR recursive)
14+ fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
1215 - uses : ./.github/actions/zola-build
Original file line number Diff line number Diff line change @@ -4,13 +4,6 @@ base_url = "https://rust-lang.tw"
44# Whether to automatically compile all Sass files in the sass directory
55compile_sass = true
66
7- # Whether to do syntax highlighting
8- # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
9- highlight_code = true
10-
11- # Whether to build a search index to be used later on by a JavaScript library
12- build_search_index = false
13-
147theme = " hallo"
158
169title = " Rust Taiwan Community"
You can’t perform that action at this time.
0 commit comments