forked from web/portal
init
This commit is contained in:
29
README.md
Normal file
29
README.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# Ecogood Portal Page
|
||||
|
||||
This SPA shows a list of available web applications of ecogood.
|
||||
|
||||

|
||||
|
||||
**Features:**
|
||||
|
||||
- responsive layout
|
||||
- generated static website powered by [Hugo](https://gohugo.io/)
|
||||
- Multi language support
|
||||
- Apache based basic Authentication included
|
||||
|
||||
## Development
|
||||
|
||||
A live server can be started as usual with hugo:
|
||||
|
||||
hugo server
|
||||
|
||||
## Deployment
|
||||
|
||||
```bash
|
||||
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/
|
||||
```
|
||||
Reference in New Issue
Block a user