Static site, running on kosmos.org
https://kosmos.org
|
||
---|---|---|
archetypes | ||
content | ||
data | ||
public | ||
shortcodes | ||
static | ||
themes/kosmos-22 | ||
.gitignore | ||
config.yaml | ||
package-lock.json | ||
package.json | ||
README.md | ||
tailwind.config.js |
kosmos.org
This website is a simple static site. It is built using the Hugo static site generator.
Getting started
- Clone this Git repository
- Install Hugo
- Run
npm run dev
Build for production
npm run build:release