Skip to content

Commit 6399fe2

Browse files
committed
build: remove unused config
1 parent 9f39ac4 commit 6399fe2

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
branches:
55
- master
6-
- source"
6+
- source
77
jobs:
88
build:
99
runs-on: ubuntu-latest

config.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ base_url = "https://rust-lang.tw"
44
# Whether to automatically compile all Sass files in the sass directory
55
compile_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-
147
theme = "hallo"
158

169
title = "Rust Taiwan Community"

0 commit comments

Comments
 (0)