Static site, running on kosmos.org https://kosmos.org
Go to file
Râu Cao f175f2d0e3
Add link to account dashboard to all pages
2024-03-29 11:24:03 +04:00
archetypes Set up Hugo 2022-05-26 18:18:39 +02:00
content Improve copy 2023-11-17 14:15:22 +01:00
data Add link to account dashboard to all pages 2024-03-29 11:24:03 +04:00
public Add link to account dashboard to all pages 2024-03-29 11:24:03 +04:00
shortcodes Add services list from data template 2022-06-01 17:09:17 +02:00
static Add PGP key for KIF email 2022-09-17 10:19:17 +02:00
themes/kosmos-22 Add link to account dashboard to all pages 2024-03-29 11:24:03 +04:00
.gitignore WIP Set up new layout, Tailwind CSS 2022-05-27 10:45:33 +02:00
README.md Update README 2022-09-04 21:21:44 +02:00
config.yaml Add main menu, basic layout 2022-05-27 12:49:18 +02:00
package-lock.json Add npm-run-all package 2023-07-26 09:47:33 +02:00
package.json Add npm-run-all package 2023-07-26 09:47:33 +02:00
tailwind.config.js Add main menu, basic layout 2022-05-27 12:49:18 +02:00

README.md

kosmos.org

This website is a simple static site. It is built using the Hugo static site generator.

Getting started

  1. Clone this Git repository
  2. Install Hugo
  3. Run npm run dev

Build for production

npm run build:release