https://github.com/kubereboot/website
Website for the kured project
https://github.com/kubereboot/website
hugo-site kured website
Last synced: about 1 year ago
JSON representation
Website for the kured project
- Host: GitHub
- URL: https://github.com/kubereboot/website
- Owner: kubereboot
- License: apache-2.0
- Created: 2022-09-19T12:38:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T15:08:50.000Z (over 1 year ago)
- Last Synced: 2025-04-01T16:34:41.826Z (over 1 year ago)
- Topics: hugo-site, kured, website
- Language: Python
- Homepage: https://kured.dev
- Size: 3.6 MB
- Stars: 4
- Watchers: 5
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kured Website
[](https://app.netlify.com/sites/kured/deploys)
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fkubereboot%2Fwebsite?ref=badge_shield)
This repo houses the assets used to build the Kured project's website: .
## How to modify this website
The main landing page of this website can be modified in `config.yaml`.
All of the content lives in the `content/` directories.
## Running the site locally
In order to run the Kured site locally, you need to install the [Hugo](https://gohugo.io) static site generator. Make sure to [install](https://gohugo.io/getting-started/installing/) the "extended" variant of Hugo with support for the [Hugo Pipes](https://gohugo.io/hugo-pipes/introduction/) feature.
Once you have everything installed, run the site in "server" mode:
```cli
make serve
```
Navigate to `http://localhost:1313` to see the site running in your browser. As you make updates to the site, the browser will immediately update to reflect those changes.
## License
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fkubereboot%2Fwebsite?ref=badge_large)