From 5511af28e55966f689b8490bffac4994a3d42078 Mon Sep 17 00:00:00 2001 From: Kan-Ru Chen Date: Sat, 9 May 2026 15:40:49 +0900 Subject: [PATCH] build: remove unused config --- .github/workflows/ci.yml | 5 ++++- config.toml | 7 ------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d4a084..833ecf8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,13 @@ on: pull_request: branches: - master - - source" + - source jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 + with: + submodules: true # Fetch Hugo themes (true OR recursive) + fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - uses: ./.github/actions/zola-build diff --git a/config.toml b/config.toml index 4bf6f6f..170c2c9 100644 --- a/config.toml +++ b/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 - -# Whether to build a search index to be used later on by a JavaScript library -build_search_index = false - theme = "hallo" title = "Rust Taiwan Community"