a place on the Internet I call home! https://liquidex.house
Go to file
liquidex 2e1e64ae8c add SVG size computation to ImageSizeCache
based on a very simple reading of the SVG's XML to find out its `width`, `height` and `viewBox`
no further parsing is required or will be provided
and you are an excellent test subject
2024-11-30 20:45:53 +01:00
admin remove --commits-only from Justfile 2024-11-23 21:56:42 +01:00
content fix commas before closing parentheses 2024-11-30 20:11:18 +01:00
crates add SVG size computation to ImageSizeCache 2024-11-30 20:45:53 +01:00
scripts version history MVP 2024-09-28 23:45:06 +02:00
static update robots.txt to only exclude specific subdirectories of /static 2024-11-28 21:52:59 +01:00
template implement RSS feeds 2024-11-28 22:42:49 +01:00
.editorconfig haku: a very shitty tree-walk interpreter 2024-07-25 23:12:26 +02:00
.gitattributes add support for crlf, add support for changing port 2023-08-28 15:30:15 +02:00
.gitignore ignore .vscode 2024-02-07 11:25:25 +01:00
Cargo.lock add SVG size computation to ImageSizeCache 2024-11-30 20:45:53 +01:00
Cargo.toml add tracing to the treehouse as an instrumenting profiler 2024-11-26 21:56:59 +01:00
jsconfig.json magic! now it works on web kit 2024-03-03 21:23:37 +01:00
Justfile just deploy 2024-03-07 22:04:23 +01:00
LICENSE license 2023-08-27 22:25:17 +02:00
README.md update issue tracker link in readme 2024-09-14 23:52:32 +02:00
treehouse.toml treehouse: rework the structure a bit 2024-11-30 20:09:54 +01:00

liquidex's treehouse

Welcome to the Construct.

If you haven't seen the treehouse yet, you may wanna. It's pretty darn cool.

Please note that this repository contains spoilers. So if you like exploring by yourself, you may wanna do that first before diving into the source code.

Spoilers for what?, you might ask.

You have been warned.

Building

The following commands require just. Running a development server requires cargo-watch.

To serve the website on http://localhost:8080 for development:

just

This will start a server on port 8080. You can change the port by using the variable port:

just port=8081

The website will reload itself automatically if you change any file in the repository.

Issues

Please report issues directly to me. Known issues are tracked on the issue tracker in liquidex's shed.

I do not accept and do not plan to accept external contributions to the treehouse's codebase, because then it would no longer be my treehouse.