Open
Description
For official networks, such as gno.land, we want to be able to quickly modify the homepage and ensure it can serve as a platform for announcements, including security updates. Therefore, we aim to keep the homepage simple and avoid relying on potentially buggy dependencies.
To achieve this, we will proceed as follows:
- Update the
gnoweb
binary so that whengnoweb --home-static=""
is specified, it renders this file for the homepage. Otherwise, it will renderr/gnoland/home
. cc @alexiscolin @gfanton - On our production servers, we will set somethine like
--home-static=home.md
, ensuring that several people can edit it (i.e., @jaekwon, @thehowl, @moul). @gnolang/devops - We will also initiate a simple script that allows us to export the result of
gnokey query r/gnoland/home.Render
(the dynamic realm) intohome.md
. This will help us maintain a dynamic homepage that we can periodically update after reviewing the differences. If an issue arises, we can manually override the file.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In Progress