this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add changelog

Tholp1 a9fd8fba 26a5ec94

+36 -1
+33
skid/changelog.sk
··· 1 + &insert("//style.sk") 2 + &insert("//templates_generic.sk") 3 + &page_title("Website Changelog") 4 + 5 + !construction() 6 + 7 + !template(change date text) 8 + {{{ 9 + * <span style="font-family: 'Miracode', monospace; color: var(--accent)">[[date]]:</span> [[text]] 10 + }}} 11 + 12 + <header style="text-align: center;"> 13 + 14 + [home](/) 15 + 16 + </header> 17 + 18 + <div class="blog_container"> 19 + 20 + # Changelog 21 + ### Early / Unnoticeable changes omitted for dramatic effect 22 + !change("2025-7-12" "Add Changelog") 23 + !change("2025-7-12" "Update CSS for main page to be better on mobile") 24 + !change("2025-7-12" "Swap duplicate gif in junk drawer") 25 + !change("2025-7-11" "Fix Bluesky comment CSS") 26 + !change("2025-7-11" "Attach Bluesky post to Blog#1&2") 27 + !change("2025-7-11" "Fix Blog#1's title being capitalized incorrectly") 28 + !change("2025-7-11" "Initial public version") 29 + !change("2025-7-10" "Pest removal") 30 + 31 + </div> 32 + 33 + &copy_footer()
+2
skid/index.sk
··· 107 107 108 108 [Third More Sinister Thing](/sinister.html) 109 109 110 + [Changelog](/changelog.html) 111 + 110 112 More to come... Maybe. 111 113 </div> 112 114 </div>
+1 -1
skidmark.toml
··· 8 8 files = ["blog/blog1.sk", "blog/blog2.sk",] 9 9 10 10 [fileGroups.misc] 11 - files = ["index.sk", "blog/index.sk", "404.sk", "sinister.sk", "junk-drawer.sk"] 11 + files = ["index.sk", "blog/index.sk", "404.sk", "sinister.sk", "junk-drawer.sk", "changelog.sk"] 12 12 13 13 [fileGroups.blog_rss] 14 14 files = ["blog/rss.sk"]