All Projects → apache → comdev-site

apache / comdev-site

Licence: Apache-2.0 license
Website sources for the Apache Community Development Website

Programming Languages

HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to comdev-site

hackerinnen
hackerinnen.space is a project to provide encouragement and enhance visibility in different places
Stars: ✭ 22 (-68.57%)
Mutual labels:  community, hugo
nycmesh.net
NYC Mesh Website
Stars: ✭ 33 (-52.86%)
Mutual labels:  community, hugo
Cosx.org
统计之都主站
Stars: ✭ 180 (+157.14%)
Mutual labels:  community, hugo
airflow-site
Apache Airflow Website
Stars: ✭ 95 (+35.71%)
Mutual labels:  hugo, apache
hugo-sugoi
Hugo-Sugoi - An Ultra Minimal Hugo Theme based on Skeleton
Stars: ✭ 29 (-58.57%)
Mutual labels:  hugo
hugo-search-fuse-js
Hugo theme component for implementing static site search using Fuse.js
Stars: ✭ 52 (-25.71%)
Mutual labels:  hugo
community
Keptn community content: governance, community management, project infrastructure etc.
Stars: ✭ 42 (-40%)
Mutual labels:  community
HugoStructuredData
Collection of structured data snippets in Google preferred JSON-LD format, with support for Hugo
Stars: ✭ 33 (-52.86%)
Mutual labels:  hugo
docker-magento
🐳 Environment for a Magento1 application using Docker.
Stars: ✭ 16 (-77.14%)
Mutual labels:  apache
pulsar-express
Simple Web Interface for Apache Pulsar
Stars: ✭ 95 (+35.71%)
Mutual labels:  apache
website
KubeSphere website and documentation 3.0 & 3.1 & 3.2
Stars: ✭ 50 (-28.57%)
Mutual labels:  hugo
mvp-docs
The Unofficial MVP Contribution Guide:
Stars: ✭ 18 (-74.29%)
Mutual labels:  community
geeky-hugo
Geeky is a Personal Hugo blog theme focused on high speed. Geeky is fully responsive, Superfast, and powered by Bootstrap v5.
Stars: ✭ 44 (-37.14%)
Mutual labels:  hugo
mod fastcgi
FastCGI.com mod_fastcgi apache 2 module fork from http://repo.or.cz/mod_fastcgi.git + last SNAP-0910052141 snapshot
Stars: ✭ 23 (-67.14%)
Mutual labels:  apache
agouti
A platform for collective blogs and social media platform, forum, question and answer service. Catalog of sites (programs), site navigation and directories - facets. A community based on the PHP HLEB micro-framework.
Stars: ✭ 36 (-48.57%)
Mutual labels:  community
inventory
UNICEF Open Source Inventory. A UNICEF Global Innovation knowledge base of best practices and resources for working and leading Open.
Stars: ✭ 23 (-67.14%)
Mutual labels:  hugo
influencer-hugo
Influencer is a Hugo theme for book authors and writers. It has also Snipcart supports for order books and payments.
Stars: ✭ 66 (-5.71%)
Mutual labels:  hugo
aafu
Portfolio theme with blog
Stars: ✭ 32 (-54.29%)
Mutual labels:  hugo
SalamanderWamp
windows下apache,php,mysql集成环境
Stars: ✭ 16 (-77.14%)
Mutual labels:  apache
showfolio-hugo-theme
Modern portfolio theme for your Hugo site
Stars: ✭ 56 (-20%)
Mutual labels:  hugo

Apache Community Development website

This is the source code for the website of the Apache Community Development PMC website, hosted at:

https://community.apache.org/

To get in touch with that PMC please use the [email protected] mailing list.

The repository for the events.apache.org website, which is also managed by the Community Development PMC, is at https://github.com/apache/comdev-events-site

How to publish the website

Changes to the master branch of this repository trigger the comdev-site Jenkins Job, which generates the website content and commits it to the asf-site branch of this repository. There's currently (April 2020) a lag of about ten minutes for the Jenkins job to start, if you commit directly to the GitHub repository.

The ASF's gitpubsub mechanism then synchronizes that content to https://community.apache.org/, usually within a few seconds. More details about the publication process can be found in the ASF Documentation about Project sites. If for some reason this process fails, you can use the self-service page from ASF Infra to trigger a resync of the git repo.

Powered by Hugo!

The website uses Hugo as static website generator, see their website for more information and for how to install and run it if needed.

Other Apache websites that are built with Hugo should be listed by this GitHub query for the 'hugo' tag.

How to test the website and changes on your own computer

To generate the static website, execute hugo to generate and serve the website on localhost:1313.

During development, it may be useful to run an incremental build. For this to work, execute hugo server -D to continuously (re)generate and serve the website on localhost:1313.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].