ansible-community / community-website

Ansible Community website (WIP)

Home Page:https://ansible-community-website.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(code for Matrix shield, etc, goes here)

This repository contains the assets required to build the Ansible Community website. Welcome!

See the WIP site at https://ansible-community.github.io/community-website/

Contributing to the website

Please see CONTRIBUTING

Governance

Please see Governance

Contacting the maintainers

The Website Working group can be found in TBD on Matrix or (IRC name here). Alternatively, a GitHub issue is also acceptable for asking questions.

Using this repository

This repo contains the source used to generate a static site using Nikola.

Configuration file for the site is conf.py.

Requirements

You can install sass as described in the Sass install docs. If you are a Fedora user, you can install and use sassc as follows:

  • sudo dnf install sassc
  • sudo ln -s /usr/bin/sassc /usr/bin/sass (Nikola expects a sass binary.)

Building and viewing the site

To build the site::

nikola build

To see it::

nikola serve -b

To check all available commands::

nikola help

Code of Conduct

Please see CODE OF CONDUCT

License

License: CC BY-SA 4.0

Thank you

Ansible depends on community involvement - thank you for being a part of it!

About

Ansible Community website (WIP)

https://ansible-community-website.readthedocs.io

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:Python 72.8%Language:SCSS 25.8%Language:Dockerfile 0.8%Language:JavaScript 0.6%