๐Ÿ“ฆ deining / vitalcontrol.de

Source of the website vitalcontrol.de

โ˜… 0 stars โ‘‚ 1 forks ๐Ÿ‘ 0 watching โš–๏ธ MIT License
calveshealthmanagementrfidtemperature
๐Ÿ“ฅ Clone https://github.com/deining/vitalcontrol.de.git
HTTPS git clone https://github.com/deining/vitalcontrol.de.git
SSH git clone git@github.com:deining/vitalcontrol.de.git
CLI gh repo clone deining/vitalcontrol.de
Andreas Deininger Andreas Deininger Synchronization docs.: use latest firmware version 2025-04-Vxx c1d4668 7 days ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ archetypes
๐Ÿ“ assets
๐Ÿ“ config
๐Ÿ“ content
๐Ÿ“ i18n
๐Ÿ“ layouts
๐Ÿ“ static
๐Ÿ“„ .gitignore
๐Ÿ“„ AGB_Urban_DE.rtf
๐Ÿ“„ go.mod
๐Ÿ“„ go.sum
๐Ÿ“„ hugo.work
๐Ÿ“„ hugo.work.sum
๐Ÿ“„ LICENSE
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Website VitalControl

This project holds the sources for the web site www.vitalcontrol.de.

Running the website locally

Prerequisites

Building and running the site locally requires a recent extended version of Hugo (0.146.0 or higher). You can find out more about how to install Hugo for your environment in our Getting started guide.

Also make sure you installed go language (version 1.18 or higher) on your system.

Furthermore, you need to install the latest long term support (LTS) Version of Node.js.

Get website source repo

Clone a working copy of the site repo:

git clone https://github.com/deining/vitalcontrol.de.git

Install dependencies

Next install the two dependencies autoprefixer and postcss-cli: %%CODEBLOCK1%% ### Site preview In order to preview the web site, issue this command: %%CODEBLOCK2%% On first startup, hugo will download needed module dependencies, this may take a while. Now open your web browser and type [http://localhost:1313](http://localhost:1313) in your navigation bar. This opens a local instance of the VitalControl homepage. You can now make changes to the source files and those changes will immediately show up in your browser after you saved them (live reload). ## Deployment of the website In order to deploy the web site, issue this command: %%CODEBLOCK3%% This will create a folder public at the root level of the site that holds the HTML sources of the web site. Transfer the content of this folder to the web server hosting the site vitalcontrol.de. ## Theming The VitalControl web site makes use of the [docsy][] hugo theme aimed at technical documentation projects. It pulls in the theme component as a [hugo module](https://gohugo.io/hugo-modules/theme-components/). ## Troubleshooting For troubleshooting purposes, it can be convenient to have the source code of the docsy repo locally in place. To do so, clone the latest version of the docsy theme into the parent folder of the vitalcontrol.de project. The newly created repo should now reside in a sibling folder of our site's root folder. %%CODEBLOCK4%% Now open the file hugo.work`, located in the root of your site repo. Uncomment the last line of this file, the content should look like this:

// running docsy theme locally (troubleshooting)
// uncomment line below for troubleshooting purposes
use .
use ../docsy/