Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moonad-dotnet/moonad-dotnet.github.io
https://github.com/moonad-dotnet/moonad-dotnet.github.io
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moonad-dotnet/moonad-dotnet.github.io
- Owner: moonad-dotnet
- License: mit
- Created: 2024-02-25T15:36:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-01T00:03:07.000Z (9 months ago)
- Last Synced: 2024-04-01T18:32:26.062Z (9 months ago)
- Size: 125 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Local Development
Pre-requisites: [Hugo](https://gohugo.io/getting-started/installing/), [Go](https://golang.org/doc/install) and [Git](https://git-scm.com)
```shell
# 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.