We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f39ac4 commit 6399fe2Copy full SHA for 6399fe2
2 files changed
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ on:
3
pull_request:
4
branches:
5
- master
6
- - source"
+ - source
7
jobs:
8
build:
9
runs-on: ubuntu-latest
config.toml
@@ -4,13 +4,6 @@ base_url = "https://rust-lang.tw"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
-# Whether to do syntax highlighting
-# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
-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
14
theme = "hallo"
15
16
title = "Rust Taiwan Community"
0 commit comments