My personal website, in gleam+lustre!
0
fork

Configure Feed

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

Update the AI stance

+5 -2
+2
license.txt
··· 1 1 The content in this repository and on this site it mine, but can be freely shared with attribution in the form of a link to the original website. 2 2 The code however, is licensed under the MIT license, of which the full text is included below. 3 3 4 + The exception to these rules, is the purpose of training AI models, which is not allowed from the code nor the content, under any circumstances, without explicit written permission from me. 5 + 4 6 MIT License 5 7 6 8 Copyright (c) 2026 M.L.C 'strawmelonjuice' Bloeiman
+2 -1
manifest.toml
··· 49 49 ] 50 50 51 51 [requirements] 52 - chilp = { version = ">= 1.0.0 and < 2.0.0" } 52 + chilp = { version = ">= 0.0.0 and < 2.0.0" } 53 53 gleam_erlang = { version = ">= 1.3.0 and < 2.0.0" } 54 54 gleam_json = { version = ">= 3.1.0 and < 4.0.0" } 55 55 gleam_stdlib = { version = ">= 0.44.0 and < 2.0.0" } 56 + gleam_time = { version = ">= 1.7.0 and < 2.0.0" } 56 57 jot = { version = ">= 10.1.1 and < 11.0.0" } 57 58 lustre = { version = ">= 5.6.0 and < 6.0.0" } 58 59 lustre_dev_tools = { version = ">= 2.3.4 and < 3.0.0" }
+1 -1
src/homepage.gleam
··· 632 632 [html.text("View source.")], 633 633 ), 634 634 html.text( 635 - " -- code is licensed under MIT License, content is mine, but can be freely shared with attribution in the form of a link to the original website.", 635 + " -- code is licensed under MIT License, content is mine, but can be freely shared with attribution in the form of a link to the original website. AI's and LLM's are not allowed to use any content, code or data from this website or it's repository.", 636 636 ), 637 637 ]), 638 638 ]),