https://github.com/yysun/apprun-docs
https://github.com/yysun/apprun-docs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yysun/apprun-docs
- Owner: yysun
- License: apache-2.0
- Created: 2021-05-16T15:27:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T20:58:14.000Z (about 2 years ago)
- Last Synced: 2025-01-01T20:16:50.787Z (5 months ago)
- Language: HTML
- Size: 938 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docsy Example
[Docsy](https://github.com/google/docsy) is a Hugo theme for technical documentation sites, providing easy site navigation, structure, and more.
```bash
git clone --recurse-submodules --depth 1 https://github.com/yysun/apprun-docs.git
``````bash
npm install
```## Running the website locally
Building and running the site locally requires a recent `extended` version of [Hugo](https://gohugo.io).
```
hugo server
```