Skip to content

Commit 164072a

Browse files
committed
release post
1 parent e86787b commit 164072a

File tree

16 files changed

+39
-20
lines changed

16 files changed

+39
-20
lines changed

content/blog/2024/12-30-bevy-mobile-framerate/index.md renamed to content/blog/2025/01-02-bevy-mobile-framerate/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
+++
22
title = "Bevy Efficiency on Mobile"
3-
date = 2024-12-30
3+
date = 2025-01-02
44
[extra]
55
tags=["rust","bevy","mobile"]
6-
hidden=true
76
custom_summary = "Limit refresh rate to conserve energy and reduce heat production."
87
+++
98

content/blog/2024/12-30-bevy-mobile-framerate/xcode-debugger.png renamed to content/blog/2025/01-02-bevy-mobile-framerate/xcode-debugger.png

File renamed without changes.

content/blog/2025/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
+++
2+
transparent = true
3+
render = false
4+
+++

docs/blog/2024/04-15-bevy-meetup/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h1 id="missed-anything">Missed anything?</h1>
146146
</div>
147147

148148

149-
<div>Copyright © 2024 Rustunit B.V.</div>
149+
<div>Copyright © 2025 Rustunit B.V.</div>
150150
</footer>
151151
</body>
152152

docs/blog/2024/10-21-bevy-libgdx-atlas/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ <h1 id="tldr">TL;DR</h1>
185185
</div>
186186

187187

188-
<div>Copyright © 2024 Rustunit B.V.</div>
188+
<div>Copyright © 2025 Rustunit B.V.</div>
189189
</footer>
190190
</body>
191191

docs/blog/2024/11-15-bevy-channel-trigger/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ <h1 id="what-about-bevy-crossbeam-event">What about bevy_crossbeam_event?</h1>
155155
</div>
156156

157157

158-
<div>Copyright © 2024 Rustunit B.V.</div>
158+
<div>Copyright © 2025 Rustunit B.V.</div>
159159
</footer>
160160
</body>
161161

docs/blog/2024/12-10-rust-web-drag-drop-image/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ <h1 id="conclusion">Conclusion</h1>
223223
</div>
224224

225225

226-
<div>Copyright © 2024 Rustunit B.V.</div>
226+
<div>Copyright © 2025 Rustunit B.V.</div>
227227
</footer>
228228
</body>
229229

docs/blog/2024/12-16-rust-feature-debugging/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h1 id="conclusion">Conclusion</h1>
141141
</div>
142142

143143

144-
<div>Copyright © 2024 Rustunit B.V.</div>
144+
<div>Copyright © 2025 Rustunit B.V.</div>
145145
</footer>
146146
</body>
147147

docs/blog/2024/hello-world/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h1 class="title">
6767
</div>
6868

6969

70-
<div>Copyright © 2024 Rustunit B.V.</div>
70+
<div>Copyright © 2025 Rustunit B.V.</div>
7171
</footer>
7272
</body>
7373

docs/blog/2024/12-30-bevy-mobile-framerate/index.html renamed to docs/blog/2025/01-02-bevy-mobile-framerate/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
</header>
2424

2525
<div id="blogpage">
26-
<div class="date">2024-12-30</div>
27-
28-
<div class="hidden">hidden</div>
26+
<div class="date">2025-01-02</div>
2927

3028
<h1 class="title">
3129
Bevy Efficiency on Mobile
@@ -111,7 +109,7 @@ <h1 id="conclusion">Conclusion</h1>
111109
</div>
112110

113111

114-
<div>Copyright © 2024 Rustunit B.V.</div>
112+
<div>Copyright © 2025 Rustunit B.V.</div>
115113
</footer>
116114
</body>
117115

0 commit comments

Comments
 (0)