File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 env :
99 BASE_URL : https://github.com/getzola/zola/releases/download
10- VERS : v0.10.1
10+ VERS : v0.11.0
1111 ARCH : x86_64-unknown-linux-gnu
1212 # https://github.com/marketplace/actions/github-pages#warning-limitation
1313 GITHUB_PAT : ${{ secrets.GITHUB_PAT }}
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ base_url = "https://rust-gamedev.github.io/"
44default_language = " en"
55compile_sass = true
66highlight_code = true
7- generate_rss = true
7+ generate_feed = true
8+ feed_filename = " rss.xml"
89
910[extra ]
1011date_format = " %F"
Original file line number Diff line number Diff line change 77 margin : 15px 0 ;
88}
99
10+ pre > code {
11+ // To avoid grey background on code blocks.
12+ background-color : inherit ;
13+ }
14+
1015.intro {
1116 color : #ffffff ;
1217 background-color : $brand-color ;
You can’t perform that action at this time.
0 commit comments