Files
kopia/site
Jarek Kowalski d0d6ac4767 SFTP connectivity and docs improvements (#623)
* sftp: support for external SSH command and host verfication improvements

- removed custom parsing of hostnames and verification and replaced with
  standard 'knownhosts' implementation.

- added option to launch external SSH command which supports
  aliases, agent, etc.

NOTE, we're still not supporting any cases where password needs to be
entered on the command line, since that would be incompatible with
the UI which uses client-server model.

Fixes #500
Fixes #414

* site: updated SFTP repository connection instructions

Fixes #590
2020-09-20 11:10:13 -07:00
..
2019-05-09 22:11:03 -07:00
2020-08-12 19:28:53 -07:00
2020-03-05 18:40:23 -08:00
2020-08-30 15:36:50 -07:00
2019-05-09 22:11:03 -07:00
2019-05-09 22:11:03 -07:00
2019-05-09 22:11:03 -07:00
2019-05-09 22:11:03 -07:00
2020-02-18 12:18:33 -08:00
2019-05-09 22:11:03 -07:00

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://testydocsy.netlify.com/.

You can find detailed theme instructions in the example project under Documentation -> Getting Started.

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

Navigate to http://localhost:1313/td/docs/getting-started/ to read the theme documentation.