Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubereboot/website
Website for the kured project
https://github.com/kubereboot/website
hugo-site kured website
Last synced: about 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T18:54:37.000Z (2 months ago)
- Last Synced: 2024-10-27T23:10:57.632Z (2 months ago)
- Topics: hugo-site, kured, website
- Language: Python
- Homepage: https://kured.dev
- Size: 3.57 MB
- Stars: 5
- Watchers: 6
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kured Website
[![Netlify Status](https://api.netlify.com/api/v1/badges/c23db575-eeab-4d0b-9326-5ee9047b5244/deploy-status)](https://app.netlify.com/sites/kured/deploys)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkubereboot%2Fwebsite.svg?type=shield)](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
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkubereboot%2Fwebsite.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fkubereboot%2Fwebsite?ref=badge_large)