https://github.com/aceberg/wiki
Work in progress
https://github.com/aceberg/wiki
Last synced: 11 months ago
JSON representation
Work in progress
- Host: GitHub
- URL: https://github.com/aceberg/wiki
- Owner: aceberg
- Created: 2025-07-28T15:53:01.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-06T16:23:50.000Z (12 months ago)
- Last Synced: 2025-08-06T18:22:52.725Z (12 months ago)
- Language: JavaScript
- Homepage: https://aceberg.github.io/wiki/
- Size: 11.8 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wiki
All docs and how-to's about my apps in one place
## How to run
### Local
In `hugo.toml`:
```toml
# relativeURLs = false
```
Next:
```bash
hugo server
```
### On GitHub
In `hugo.toml`:
```toml
relativeURLs = false
```
Next push to GitHub