Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/directory-site
Website sources for the Apache Directory website
https://github.com/apache/directory-site
apache directory hugo
Last synced: 4 months ago
JSON representation
Website sources for the Apache Directory website
- Host: GitHub
- URL: https://github.com/apache/directory-site
- Owner: apache
- License: apache-2.0
- Created: 2020-10-15T07:31:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T13:15:35.000Z (6 months ago)
- Last Synced: 2024-10-01T01:20:55.142Z (4 months ago)
- Topics: apache, directory, hugo
- Language: XSLT
- Homepage: https://directory.apache.org/
- Size: 61 MB
- Stars: 6
- Watchers: 13
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache Directory website
This is the source code for the website of [Apache Directory](https://directory.apache.org/), hosted at:
https://directory.apache.org/
## Repository structure
This repository uses 2 branches for serving the website.
- The `master` branch, which contains all the sources for the website.
- The `asf-site` branch, which contains the generated website being used for the actual website.When contributing patches, apply them to the `master` branch. Jenkins will then regenerate the website
and commit the changes to the `asf-site` branch.## Content Management System
The website uses Hugo as static website generator.
See [Hugo](https://gohugo.io/) for more info and for details how to install Hugo.## Generate the website
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 generate and serve the website on `localhost:1313`.## Publish the website
Jenkins is used for generating the website and committing the generated site to the `asf-site` branch.