Get Involved with Docker
Перейти к файлу
Sangam Biradar 3b7ead0095
Delete _nav.scss
2021-01-20 22:14:37 +05:30
.github/workflows Update and rename main.yml to hugo.yml 2021-01-20 17:36:04 +05:30
assets/scss Delete _nav.scss 2021-01-20 22:14:37 +05:30
config Update config.toml 2021-01-20 21:54:22 +05:30
content Delete Pipeline.png 2021-01-20 21:59:53 +05:30
content-override/en Update _index.html 2021-01-20 22:03:02 +05:30
hack Added 2021-01-20 09:27:24 +05:30
i18n Added 2021-01-20 09:27:24 +05:30
layouts Added 2021-01-20 17:18:11 +05:30
scripts Added 2021-01-20 09:27:24 +05:30
themes Added 2021-01-20 17:58:11 +05:30
tools/redir-gen Added 2021-01-20 09:27:24 +05:30
.gitmodules Added 2021-01-20 17:58:11 +05:30
CONTRIBUTING.md Added 2021-01-20 17:18:11 +05:30
DEVELOPMENT.md Added 2021-01-20 09:27:24 +05:30
LICENSE Added 2021-01-20 17:18:11 +05:30
Makefile Added 2021-01-20 17:18:11 +05:30
OWNERS Added 2021-01-20 09:27:24 +05:30
OWNERS_ALIASES Added 2021-01-20 09:27:24 +05:30
README.md Added 2021-01-20 17:18:11 +05:30
config.toml Update config.toml 2021-01-20 17:33:24 +05:30
deploy.sh Added 2021-01-20 17:18:11 +05:30
google0a2c3c07b75f9679.html Added 2021-01-20 09:27:24 +05:30
netlify.toml Added 2021-01-20 17:18:11 +05:30
package-lock.json Added 2021-01-20 17:18:11 +05:30
package.json Added 2021-01-20 17:18:11 +05:30

README.md

Deploy to Netlify Edit gatsby-starter-portfolio-cara

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