Source code for www.systemli.org
This static website is built with Hugo as site generator, using Tailwind CSS as CSS Framework. Please improve by providing content, translations or code.
- Make sure to have hugo installed.
- Make sure npm is installed
- Make sure postcss dependencies are installed
npm install -g postcss postcss-cli
- Make sure theme dependencies are installed
cd themes/systemli && npm i
- Run
hugo server
for preview - Visit http://localhost:1313/
To create a new page, run the corresponding command. In each case: Replace example.md
with a unique name.
TODO: commands for different archetypes
The static content on the homepage comes from content/[lang]/_index.md
. The image and links are maintained in the frontmatter. Additionally, there is a toggle in the frontmatter to hide this content from the start page (hideStaticContent
).
If you want services to appear on the homepage, make sure to properly fill out service_bar_title
and icon
in the frontmatter of the relevant files. Vice versa: If you don't want them to show, delete these properties from the frontmatter (don't just leave blank, delete).
If you want to mark a service as being in beta status, add beta: true
to the frontmatter. Don't forget to change the icon from grayscale to color once you remove the beta flag.