Initial site template by fpapon

* Initial Jekyll site template

* Add Bulma theme base

* Add idea files in gitignore

* Clean idea files

* Add README build and installaton instructions

* Add remote theme config for publishing as a github pages site

* Change base url

* Fix base url

* Update menu and footer
112 files changed
tree: c622a33af93c76a8e4ec0d4119b60013e97fcb13
  1. _data/
  2. _includes/
  3. _layouts/
  4. _posts/
  5. _products/
  6. _sass/
  7. assets/
  8. blog/
  9. node_modules/
  10. .gitignore
  11. 404.html
  12. _config.yml
  13. bulma-clean-theme.gemspec
  14. Gemfile
  15. index.md
  16. page-1.md
  17. page-2.md
  18. page-3.md
  19. page-4.md
  20. page-5.md
  21. products.md
  22. Readme.md
Readme.md

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