Skip to content
An example documentation site using the Docsy Hugo theme
HTML Shell CSS
Branch: master
Clone or download

Latest commit

LisaFC Merge pull request #55 from dholbach/switch-to-example-github
point to google/docsy-example instead
Latest commit ab4277c Apr 28, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
assets/scss removing redundant files Jun 28, 2019
content point to google/docsy-example instead Apr 26, 2020
layouts 404 page Jul 3, 2019
themes Updating theme submodule Apr 9, 2020
.gitignore Refactor: Split theme and example project Sep 4, 2018
.gitmodules Added up to date theme module Oct 15, 2018
CONTRIBUTING.md add contributing guide Oct 9, 2018
LICENSE Create LICENSE Oct 9, 2018
README.md
config.toml Add reading time parameter Apr 8, 2020
deploy.sh Add license boilerplate Oct 9, 2018
package-lock.json Bump packages with CVEs Oct 31, 2019
package.json Adding instructions Jan 31, 2019

README.md

Docsy Example

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://example.docsy.dev/.

You can find detailed theme instructions in the Docsy user guide: https://docsy.dev/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
You can’t perform that action at this time.