From 9d54654c1e0de8ee1e4d8e38f5c202772e60b704 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Sun, 3 May 2020 17:33:04 +0200 Subject: [PATCH] Add a README and a ROADMAP --- README.rst | 38 ++++++++++++++++++++++++++++++++++++++ ROADMAP | 6 ++++++ 2 files changed, 44 insertions(+) create mode 100644 README.rst create mode 100644 ROADMAP diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..9e9308e --- /dev/null +++ b/README.rst @@ -0,0 +1,38 @@ +# 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 `__ project. + +## Running locally + +Go to `Hugo Github release `__ 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. + diff --git a/ROADMAP b/ROADMAP new file mode 100644 index 0000000..4aad91f --- /dev/null +++ b/ROADMAP @@ -0,0 +1,6 @@ + +Uge 1: Basal bootstrap skellet, fonte farver osv. TJEK +Uge 2: HTML skabelon og Hugo skelet til undersider +Uge 3: Beta-hjemmeside, "style guide" +Uge 4: Indhold og lancering +