add Code section

add only journal post for 2025
update copyrights to 2026
add licenses to BPS
remove unused files
update to 0.14.2
This commit is contained in:
2026-01-01 20:15:51 -05:00
parent efc6bca786
commit bd48ff23cc
32 changed files with 1173 additions and 1172 deletions

View File

@@ -7,6 +7,9 @@
<!--
<li class="navMenu-list-item"><a class="navMenu-list-link<%= (page.path && page.path.indexOf('/updates') === 0 ? ' isCurrentSection' : '') %>" href="/updates">Updates</a></li>
-->
<li class="navMenu-list-item"><a
class="navMenu-list-link<%= (page.section && page.section === 'code' ? ' isCurrentSection' : '') %>"
href="/code/index.html">Code</a></li>
<li class="navMenu-list-item"><a
class="navMenu-list-link<%= (page.section && page.section === 'games' ? ' isCurrentSection' : '') %>"
href="/games/index.html">Games</a></li>