https://github.com/kagenti/.github
Project web site based on Hugo
https://github.com/kagenti/.github
html hugo website
Last synced: 4 months ago
JSON representation
Project web site based on Hugo
- Host: GitHub
- URL: https://github.com/kagenti/.github
- Owner: kagenti
- Created: 2025-05-01T13:56:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-20T08:39:17.000Z (5 months ago)
- Last Synced: 2026-01-20T13:52:13.398Z (5 months ago)
- Topics: html, hugo, website
- Language: HTML
- Homepage: https://kagenti.github.io/.github/
- Size: 3.61 MB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .github
Kagenti website
### Local Run
Install Hugo submodule.
```sh
git submodule init
git submodule update --init --recursive
```
Install Hugo: https://gohugo.io/installation/
Start the server.
```sh
hugo server -D
```