Thomas Dedek a6e9d9230f init
2019-12-18 11:37:56 +01:00
2019-12-18 11:37:56 +01:00
2019-12-18 11:37:56 +01:00
2019-12-18 11:37:56 +01:00
2019-12-18 11:37:56 +01:00
2019-12-18 11:37:56 +01:00
2019-12-18 11:37:56 +01:00
2019-12-18 11:37:56 +01:00

Ecogood Portal Page

This SPA shows a list of available web applications of ecogood.

screenshot

Features:

  • responsive layout
  • generated static website powered by Hugo
  • Multi language support
  • Apache based basic Authentication included

Development

A live server can be started as usual with hugo:

hugo server

Deployment

rm -rf public
hugo
rsync --archive --delete --exclude /.htpasswd public/ \
      ecg00-portal@ecg00.hostsharing.net:doms/my.ecogood.world/htdocs-ssl/
rsync --archive public/.htpasswd \
      ecg00-portal@ecg00.hostsharing.net:doms/my.ecogood.world/
Description
Portal page acting as starter into the ECG web services
Readme 1.2 MiB
Languages
CSS 39.3%
HTML 32.8%
Python 20.4%
Shell 7.5%