Skip to content

uapi-group/uapi-group.github.io

Repository files navigation

Static website generation for [www.]uapi-group.org

This repository uses Hugo for static HTML generation. See https://gohugo.io/getting-started/quick-start/ for a brief intro.

The website uses the hugo-book theme; it is included in this repo as a git submodule. After cloning this repo please run git submodule init; git submodule update. If you check out a branch or tag, make sure the submodule is up to date by running git submodule update.

Website repo layout

Content resides in the content folder. The (index page in that directory serves as central entry point to the org's website.

Making changes and testing

You'll need hugo installed for rendering changes.

First, make your edits. Then, start hugo locally (in the repo's website directory)to review your changes:

$ hugo server --minify --disableFastRender

Review your changes at http://localhost:1313/ .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published