Website

Info about the Website

The Website http://www.ansible-oracle.eu) is hosted as github Pages.
The content is part of the github repository from ansible-oracle.

Who owns the side?

The Website is hosted as a git repository (https://github.com/Rendanic/ansible-oracle-website) on github.

The deomain is owned by Thorsten Bruhns.

How to refresh the Website?

Important
Make sure that hugo and asciidoctor are installed.
cd ansible-oracle/website
rm -rf public
docker-compose run --rm -u ubuntu site -s /src/website

Initial Setup Hugo for ansible-oracle

cd ansible-oracle/website
hugo mod init github.com/oravirt/ansible-oracle
hugo mod get github.com/google/docsy@v0.10.0
add module to hugo.yaml
theme: docsy

module:
  proxy: direct
  hugoVersion:
    extended: true
    min: 0.73.0
  imports:
    - path: github.com/google/docsy
      disable: false
    - path: github.com/google/docsy/dependencies
      disable: false
Last modified September 25, 2024: hugo (47bdd0e4)