Skip to content

thedevelopnik/kuberoke

 
 

Repository files navigation

Kuberoke Website

Development

Run local dev server

docker run --rm -it -v $(pwd):/src -p 1313:1313 klakegg/hugo:latest server

Build page once

docker run --rm -it -v $(pwd):/src -p 1313:1313 klakegg/hugo:latest

Update theme

cd themes/blowfish
git checkout [VERSION/TAG/COMMIT]
cd ../..
git add themes/blowfish
git commit

Adding content

New author

  1. Create json file in data/authors/, the filename is the author's key
{
    "name": "Lian",
    "image" : "img/avatars/lian.png",
    "bio": "Chief Karaoke Officer",
    "social": [
        { "twitter": "https://twitter.com/lianmakesthings" },
        { "mastodon": "https://hachyderm.io/@lianmakesthings"}
    ]
}
  1. Add key to event pages front matter
authors:
  - "lian"

New Kuberoke event

  1. Create event page hugo new events/<event-slug>/index.md

  2. Add hero image as events/<event-slug>/feature*

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%