From 41180edb995be35221913b3385281b938245f8ea Mon Sep 17 00:00:00 2001 From: lqdev Date: Thu, 8 Feb 2024 22:41:01 +0100 Subject: [PATCH] eye candy :relieved: --- content/treehouse.tree | 11 +++++++ content/treehouse/changelog.tree | 3 ++ static/css/main.css | 14 +++++++- template/tree.hbs | 55 +++++++++++++++++++++++++++++++- 4 files changed, 81 insertions(+), 2 deletions(-) create mode 100644 content/treehouse.tree diff --git a/content/treehouse.tree b/content/treehouse.tree new file mode 100644 index 0000000..cc8e6e0 --- /dev/null +++ b/content/treehouse.tree @@ -0,0 +1,11 @@ +%% title = "treehouse" + +% id = "01HP5AKRNQY9TCEHCQDM09YH64" +- ## welcome to the Construct + + % id = "01HP5AKRNQM1W672XM435DPDJD" + - you managed to click on the tree, hooray! + + % id = "treehouse/changelog" + content.link = "treehouse/changelog" + + what's going on inside the house? diff --git a/content/treehouse/changelog.tree b/content/treehouse/changelog.tree index b970199..ee80f44 100644 --- a/content/treehouse/changelog.tree +++ b/content/treehouse/changelog.tree @@ -1,5 +1,8 @@ %% title = "what's going on inside the house? (a changelog)" +% id = "01HP5AKRNJRG1W71MDJ8QY4YFW" +- **revision 4:** there's now a thing in the footer + % id = "01HP45HV411QDDK8ZBNNBNR6AX" - **revision 3:** just a bit more polish :relieved: diff --git a/static/css/main.css b/static/css/main.css index cd74ea6..0575714 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -361,6 +361,18 @@ h1.page-title { font-size: 1.25rem; } +/* Style the footer */ + +footer { + margin-top: 4rem; + text-align: right; + opacity: 40%; + + & #footer-icon { + color: var(--text-color); + } +} + /* Style emojis to be readable */ img[is="th-emoji"] { @@ -450,4 +462,4 @@ img[is="th-emoji"] { #index\:treehouse>details:not([open])>summary .oops-you-seem-to-have-gotten-stuck { display: inline; animation: 4s hello-there forwards; -} \ No newline at end of file +} diff --git a/template/tree.hbs b/template/tree.hbs index 1293eb9..99aee82 100644 --- a/template/tree.hbs +++ b/template/tree.hbs @@ -90,6 +90,59 @@
{{{ page.tree }}}
+ + {{#if (ne page.tree_path 'treehouse')}} + + {{/if}} - \ No newline at end of file +