Repository for the wasmCloud homepage including our community, team, links, and as an ingress point for interested developers. This site is built with Hugo and uses the copper-hugo theme.
Ensure you have the hugo CLI installed. Once you have the binary installed you can simply run hugo serve -D
and access the local site in your browser at http://localhost:1313.
- content/english contains all of our content for the site like about, blogs, documentation, etc. Some of the pages in here are not enabled on the site
- data/en/homepage.yml contains the homepage data for the first landing page
- The main scss file for website styles is located under the resources folder
- All static assets are served from that folder including any images needed for blogs
- The copper-hugo directory includes theme information