File tree Expand file tree Collapse file tree 16 files changed +18
-20
lines changed
Filter options
Expand file tree Collapse file tree 16 files changed +18
-20
lines changed
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
env :
12
12
BASE_URL : https://github.com/getzola/zola/releases/download
13
- VERS : v0.12.2
13
+ VERS : v0.14.1
14
14
ARCH : x86_64-unknown-linux-gnu
15
15
# https://github.com/marketplace/actions/github-pages#warning-limitation
16
16
GITHUB_PAT : ${{ secrets.GITHUB_PAT }}
Original file line number Diff line number Diff line change @@ -8,14 +8,16 @@ To contribute to the newsletter, please see [CONTRIBUTING].
8
8
9
9
## Building from Source
10
10
11
- The site is built and deployed automatically from the repo (see .github/workflows/ci.yml).
11
+ The site is built and deployed automatically from the repo (see
12
+ [ .github/workflows/ci.yml] [ ci ] ).
12
13
13
14
To preview/experiment locally:
14
15
15
- 1 ) [ Install Zola] [ zola-get ] .
16
+ 1 ) [ Install Zola] [ zola-get ] . Make sure to use 0.14.1, to match [ our CI config ] [ ci ] !
16
17
2 ) Run ` zola serve --drafts ` and open the link.
17
18
18
19
[ zola-get ] : https://getzola.org/documentation/getting-started/installation
20
+ [ ci ] : https://github.com/rust-gamedev/rust-gamedev.github.io/blob/source/.github/workflows/ci.yml
19
21
20
22
## License
21
23
Original file line number Diff line number Diff line change @@ -3,10 +3,12 @@ description = "Stay up to date with the progress and recent developments in the
3
3
base_url = " https://gamedev.rs/"
4
4
default_language = " en"
5
5
compile_sass = true
6
- highlight_code = true
7
6
generate_feed = true
8
7
feed_filename = " rss.xml"
9
8
9
+ [markdown ]
10
+ highlight_code = true
11
+
10
12
[extra ]
11
13
date_format = " %F"
12
14
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ It was also the first anniversary of This Week in Veloren!
109
109
There has been a devblog each week since the end of January last year.
110
110
Here are some of the big changes in this release:
111
111
112
- ``` text
112
+ ``` txt
113
113
- Added initial region system implementation
114
114
- Added moon and clouds
115
115
- Added proper SFX system
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ is a large part of what is needed for The Content Update.
196
196
197
197
Here is the February changelog:
198
198
199
- ``` text
199
+ ``` txt
200
200
- Fixed NPCs attacking the player forever after killing them
201
201
- Extend run sfx to small animals to prevent sneak attacks by geese
202
202
- Added sfx for wielding/unwielding weapons
Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ Networking is also being reworked from the ground up.
348
348
349
349
Here is the March changelog:
350
350
351
- ``` text
351
+ ``` txt
352
352
- Added sfx for wielding/unwielding weapons
353
353
- Fixed NPCs attacking the player forever after killing them
354
354
- Added sfx for collecting, dropping and using inventory items
Original file line number Diff line number Diff line change @@ -495,7 +495,7 @@ more alive.
495
495
496
496
Here is the April changelog:
497
497
498
- ``` text
498
+ ``` txt
499
499
- Complete rewrite of the combat system into a state machine
500
500
- Abilities like Dash and Triplestrike
501
501
- Fireball explosions
Original file line number Diff line number Diff line change @@ -737,7 +737,7 @@ Also, check out a new "Game of Life" demo [here][iced-life].
737
737
738
738
### [ beehive]
739
739
740
- ``` text
740
+ ``` txt
741
741
yz +Y
742
742
__
743
743
yx / \ xz +X
Original file line number Diff line number Diff line change @@ -748,7 +748,7 @@ increased incremental build time, and build artifacts size.
748
748
nanoserde may be useful when the whole game has less than a minute
749
749
clean build time and spending ~ 40s on serde is unreasonable.
750
750
751
- ``` text
751
+ ``` txt
752
752
> cargo tree
753
753
nanoserde v0.1.0 (/../nanoserde)
754
754
└── nanoserde-derive v0.1.0 (/../nanoserde/derive)
Original file line number Diff line number Diff line change @@ -1016,7 +1016,7 @@ using `#` as a prefix.
1016
1016
Here is an example of this feature is being tested in
1017
1017
an experimental offline 3D renderer (not open sourced):
1018
1018
1019
- ``` text
1019
+ ``` txt
1020
1020
// Called by `set_simple(scene: _, sdf: _, id: _)`.
1021
1021
dyon_fn!{fn set_simple__scene_sdf_id(
1022
1022
scene: #&mut SimpleScene,
Original file line number Diff line number Diff line change @@ -531,7 +531,7 @@ It has a handful of features that make it stand out:
531
531
Reddit user [ vlmutolo] also made a [ toy benchmark] comparing rkyv against serde
532
532
and bincode and found that rkyv had promising initial numbers:
533
533
534
- ``` text
534
+ ``` txt
535
535
serialize (bincode): 89 ns/iter
536
536
serialize (rkyv): 86 ns/iter
537
537
Original file line number Diff line number Diff line change @@ -818,7 +818,7 @@ showing step by step process of how one could build them on their own.
818
818
819
819
### [ hexagonal_pathfinding_astar]
820
820
821
- ``` plain
821
+ ``` txt
822
822
_______
823
823
/ E \
824
824
_______/ (4,3) \
Original file line number Diff line number Diff line change 1
1
{% import "includes/post_list.html" as macros %}
2
2
<!DOCTYPE html>
3
- < html lang ="{% block lang_decl %}{{ config.default_language }}{% endblock lang_decl % } ">
3
+ < html lang ="{{ lang } } ">
4
4
5
5
< head >
6
6
< meta charset ="utf-8 ">
Original file line number Diff line number Diff line change 1
1
{% extends "index.html" %}
2
2
3
- {% block lang_decl %}{{ lang }}{% endblock lang_decl %}
4
-
5
3
{% block seo %}
6
4
< title > {{ page.title }} | {{ config.title | default(value="Minima") }}</ title >
7
5
Original file line number Diff line number Diff line change 1
1
{% extends "index.html" %}
2
2
3
- {% block lang_decl %}{{ lang }}{% endblock lang_decl %}
4
-
5
3
{% block seo %}
6
4
< title > {{ page.title }} | {{ config.title | default(value="Minima") }}</ title >
7
5
Original file line number Diff line number Diff line change 1
1
{% extends "index.html" %}
2
2
3
- {% block lang_decl %}{{ lang }}{% endblock lang_decl %}
4
-
5
3
{% block content %}
6
4
< div class ="posts wrapper ">
7
5
< h2 class ="post-list-heading "> {{ section.title | default(value="Latest News") }}</ h2 >
You can’t perform that action at this time.
0 commit comments