cschneider / aries-site

Apache aries website

Home Page:https://aries.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache Aries Website

This project contains the Apache Aries website.

Contribute

The concrete repository is on the Apache gitbox but if you want to contribute, you have to clone the Github repository which is a mirror and provide a pull request with your changes. You can find more informations about how to contribute on the community page of the project (http://aries.apache.org/community/gettinginvolved.html).

Clone:

git clone https://github.com/apache/aries-site.git

Prerequisites

The website generator used is Jekyyl.

gem install jekyll bundler

The website theme used is Bulma.

The first time, you have to install Bulma theme files. Go into the project root directory and execute:

bundle install

Build

Clean up the project:

bundle exec jekyll clean

Start a local server in development mode:

bundle exec jekyll serve

Build for deployment production:

bundle exec jekyll build

About

Apache aries website

https://aries.apache.org/


Languages

Language:HTML 71.5%Language:CSS 18.0%Language:Ruby 6.5%Language:JavaScript 4.0%