version history MVP
implement basic version history support; there's now an icon in the footer that lets you see the previous versions and their sources I'm a bit worried about spoilers but honestly it's yet another way to hint yourself at the cool secrets so I don't mind
This commit is contained in:
parent
46dee56331
commit
c58c07d846
28 changed files with 1066 additions and 330 deletions
|
@ -8,6 +8,10 @@ site = ""
|
|||
# TODO djot: Remove once transition is over.
|
||||
markup = "Djot"
|
||||
|
||||
# This is used to generate a link in the footer that links to the page's source commit.
|
||||
# The final URL is `{commit_base_url}/{commit}/content/{tree_path}.tree`.
|
||||
commit_base_url = "https://src.liquidev.net/liquidex/treehouse/src/commit"
|
||||
|
||||
[user]
|
||||
title = "liquidex's treehouse"
|
||||
author = "liquidex"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue