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 7
7
runs-on : ubuntu-latest
8
8
env :
9
9
BASE_URL : https://github.com/getzola/zola/releases/download
10
- VERS : v0.10.1
10
+ VERS : v0.11.0
11
11
ARCH : x86_64-unknown-linux-gnu
12
12
# https://github.com/marketplace/actions/github-pages#warning-limitation
13
13
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/"
4
4
default_language = " en"
5
5
compile_sass = true
6
6
highlight_code = true
7
- generate_rss = true
7
+ generate_feed = true
8
+ feed_filename = " rss.xml"
8
9
9
10
[extra ]
10
11
date_format = " %F"
Original file line number Diff line number Diff line change 7
7
margin : 15px 0 ;
8
8
}
9
9
10
+ pre > code {
11
+ // To avoid grey background on code blocks.
12
+ background-color : inherit ;
13
+ }
14
+
10
15
.intro {
11
16
color : #ffffff ;
12
17
background-color : $brand-color ;
You can’t perform that action at this time.
0 commit comments