https://github.com/spokanetech/spogo.org
Website code for https://spogo.org
https://github.com/spokanetech/spogo.org
Last synced: 4 months ago
JSON representation
Website code for https://spogo.org
- Host: GitHub
- URL: https://github.com/spokanetech/spogo.org
- Owner: SpokaneTech
- Created: 2025-02-22T18:26:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-02T22:55:03.000Z (over 1 year ago)
- Last Synced: 2025-10-05T09:45:40.803Z (9 months ago)
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spokane-go-docs
Vitepress documentation repository for the Spokane Go User Group. This is hosted on Gitlab Pages and auto-deployes on push to the `main` branch. It is visible at [https://spogo.org](https://spogo.org).
## Notes
- When adding new pages, please try to keep a consistent structure. For example, all meetups should be in the `docs/meetups` directory and named with the date in the format `YYYY-MM-DD.md`.
- At the moment, left navigation is generated based on file names. Root files in a directory should be named index.md if they are to be used as a landing page for that directory.
- Names for markdown files and directories should always be all lower case.
- Vitepress supports some handy markdown extensions to make things pretty. See the [Vitepress Docs](https://vitepress.dev/guide/markdown) for more information.