https://github.com/llvm/community.o
Community.o website and other resources
https://github.com/llvm/community.o
Last synced: 5 months ago
JSON representation
Community.o website and other resources
- Host: GitHub
- URL: https://github.com/llvm/community.o
- Owner: llvm
- Created: 2021-02-06T16:57:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T15:59:43.000Z (over 3 years ago)
- Last Synced: 2025-06-29T23:26:21.640Z (12 months ago)
- Size: 22.6 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Community.o
Community.o website and other resources
### Get Started Contributing
This website uses Hugo to render the website. The current theme is based on Syna.
* Install [Hugo](https://gohugo.io/installation/)
* Run `git submodule init`
* Run `git submodule update`
To locally see changes:
`hugo server -D`