Static site, running on kosmos.org
https://kosmos.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
archetypes | 9 months ago | |
content | 7 months ago | |
data | 8 months ago | |
public | 5 months ago | |
shortcodes | 8 months ago | |
static | 7 months ago | |
themes/kosmos-22 | 5 months ago | |
.gitignore | 9 months ago | |
README.md | 5 months ago | |
config.yaml | 9 months ago | |
package-lock.json | 8 months ago | |
package.json | 8 months ago | |
tailwind.config.js | 9 months ago |
README.md
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