Website for data.coop
Go to file
2020-05-03 17:33:04 +02:00
assets/css Update README with info about deployment 2019-03-03 17:34:34 +01:00
content Add a Hugo v0.62.1-based project with Bootstrap minimal theme 2020-01-05 15:36:30 +01:00
static Add a Hugo v0.62.1-based project with Bootstrap minimal theme 2020-01-05 15:36:30 +01:00
themes/datacoop2020 Colors and fonts for the new data.coop theme 2020-04-05 23:03:14 +02:00
.drone.yml Remove merge conflict artifact 2020-01-06 15:54:53 +01:00
.gitignore Colors and fonts for the new data.coop theme 2020-04-05 23:03:14 +02:00
config.yaml Colors and fonts for the new data.coop theme 2020-04-05 23:03:14 +02:00
README.rst Add a README and a ROADMAP 2020-05-03 17:33:04 +02:00
ROADMAP Add a README and a ROADMAP 2020-05-03 17:33:04 +02:00

# data.coop-website

.. image:: https://drone.data.coop/api/badges/data.coop/website/status.svg
    :alt: Build Status
    :target: https://drone.data.coop/data.coop/website

This is a `Hugo <https://gohugo.io/>`__ project.

## Running locally

Go to `Hugo Github release <https://github.com/gohugoio/hugo/releases>`__ and fetch the latest package for **hugo_extended** for your system.

We want to align with the latest version always. If it doesn't work, file an issue!

Example recipe

.. code-block:: bash

    # Fetch .deb from Github
    wget https://github.com/gohugoio/hugo/releases/download/v0.69.2/hugo_extended_0.69.2_Linux-64bit.deb -O hugo_extended.deb

    # Install package
    sudo dpkg -i hugo_extended.deb

    # Clone repo
    git clone https://git.data.coop/data.coop/website.git

    # Go to website
    cd website
    
    # Run development server
    hugo server
    

## Deploying the site

Simply pushing to `master` in our main repo at https://git.data.coop/data.coop/website/ will trigger a build-and-deploy of the website.