v4 of the website #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The v4 of the website should be backend-free.
The backend should be removed from this repository into another repository, so both will be independent from each other.
This will allow other webpages to use the same backend without referring to langue.phundrak.com, and this repo will only contain conlanging-related material, no more code.
The commit
ff049925e2
will greatly improve how the backend behaves, with now automatic SCSS compilation.This implies the SCSS will be shared amongst all websites that will also share this backend. It won’t be much of an issue, since all their Dart code will also be shared with this backend.
Commit
d692d30ff8
made code not related to language stuff, should be easier to deal with code without having to translate everything for this website specifically.Done.