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"