Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonardpahlke/carbonaut-docs
https://github.com/leonardpahlke/carbonaut-docs
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leonardpahlke/carbonaut-docs
- Owner: leonardpahlke
- Created: 2024-05-25T20:50:19.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T19:55:43.000Z (2 months ago)
- Last Synced: 2024-11-07T22:46:52.651Z (about 2 months ago)
- Homepage:
- Size: 3.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Carbonaut Documentation Website
Documentation for the [Carbonaut project](https://github.com/leonardpahlke/carbonaut)
## Local Development
Pre-requisites: [Hugo](https://gohugo.io/getting-started/installing/), [Go](https://golang.org/doc/install) and [Git](https://git-scm.com)
```shell
# Clone the repo
git clone https://github.com/leonardpahlke/carbonaut-docs.git# Change directory
cd carbonaut-docs/# Start the server
hugo mod tidy
hugo server --logLevel debug --disableFastRender -p 1313
```## Update theme
```shell
hugo mod get -u
hugo mod tidy
```See [Update modules](https://gohugo.io/hugo-modules/use-modules/#update-modules) for more details.