Static site, running on kosmos.org https://kosmos.org
Go to file
Râu Cao b19b838422 Merge pull request 'Update frontpage content' (#9) from feature/frontpage_content into master
Reviewed-on: Kosmos/website#9
2022-09-04 19:28:14 +00:00
archetypes Set up Hugo 2022-05-26 18:18:39 +02:00
content Update header image 2022-07-02 17:19:51 +02:00
data Add first foundation content 2022-06-23 21:16:26 +02:00
public Update frontpage content 2022-09-04 21:10:03 +02:00
shortcodes Add services list from data template 2022-06-01 17:09:17 +02:00
static Update header image 2022-07-02 17:19:51 +02:00
themes/kosmos-22 Update frontpage content 2022-09-04 21:10:03 +02: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 asset fingerprinting, build/dev scripts 2022-06-04 11:09:00 +02:00
package.json Add asset fingerprinting, build/dev scripts 2022-06-04 11:09:00 +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