minikube/site
Anders F Björklund 91c048e2ba Package format is called deb, manager called apt
Technically package manager is "dpkg", but whatever.
2019-08-03 13:26:22 +02:00
..
assets Address blueelvis review feedback 2019-08-02 16:32:01 -07:00
content/en Package format is called deb, manager called apt 2019-08-03 13:26:22 +02:00
layouts Resolve merge conflicts 2019-08-02 19:21:34 -07:00
static CSS tweaks to make the tab look & feel mirror Kubernetes docs 2019-08-01 17:23:31 -07:00
themes Switch hugo themes from whisper to docsy 2019-07-19 19:04:51 -07:00
README.md Switch hugo themes from whisper to docsy 2019-07-19 19:04:51 -07:00
config.toml Resolve merge conflicts 2019-08-02 19:21:34 -07:00
package-lock.json Switch hugo themes from whisper to docsy 2019-07-19 19:04:51 -07:00
package.json Switch hugo themes from whisper to docsy 2019-07-19 19:04:51 -07:00

README.md

Docsy is a Hugo theme for technical documentation sites, providing easy site navigation, structure, and more. This Docsy Example Project uses the Docsy theme, as well as providing a skeleton documentation structure for you to use. You can either copy this project and edit it with your own content, or use the theme in your projects like any other Hugo theme.

This Docsy Example Project is hosted at https://goldydocs.netlify.com/.

You can find detailed theme instructions in the Docsy user guide: https://docsydocs.netlify.com/docs/

This is not an officially supported Google product. This project is currently maintained.

Cloning the Docsy Example Project

The following will give you a project that is set up and ready to use (don't forget to use --recurse-submodules or you won't pull down some of the code you need to generate a working site). The hugo server command builds and serves the site. If you just want to build the site, run hugo instead.

git clone --recurse-submodules --depth 1 https://github.com/google/docsy-example.git
cd docsy-example
hugo server

The theme is included as a Git submodule:

▶ git submodule
 a053131a4ebf6a59e4e8834a42368e248d98c01d themes/docsy (heads/master)

If you want to do SCSS edits and want to publish these, you need to install PostCSS (not needed for hugo server):

npm install

Running the website locally

Once you've cloned the site repo, from the repo root folder, run:

hugo server