Website sources for the Apache Community Development Website
The Apache Community Development website is the source code for the ASF Community Development PMC website, hosted at community.apache.org. It is used to provide information and resources related to the Apache community. The website is powered by Hugo, a static website generator.
To install and run the Apache Community Development website, follow these steps:
hugo
to generate the website in the target/content directory.npx -y pagefind --source target/content
.hugo server -D -d /tmp/comdev-generated-site
to continuously (re)generate and serve the website on localhost:1313. Use the -D flag to include draft pages.npx -y pagefind --source /tmp/comdev-generated-site
to index the site content for Pagefind.The Apache Community Development website is a resourceful platform that provides information and resources for the Apache community. It is powered by Hugo, and the website content is generated and published using Jenkins. The website offers features such as automatic staging, git synchronization, and integration with Pagefind for search functionality. To install and run the website locally, users need to have Hugo installed and follow the provided instructions.