Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dennis-tra/lassunsreden.ch
The business website for "Systemische Beratung | Marie Lass"
https://github.com/dennis-tra/lassunsreden.ch
business-website hugo netlify static-site
Last synced: about 1 month ago
JSON representation
The business website for "Systemische Beratung | Marie Lass"
- Host: GitHub
- URL: https://github.com/dennis-tra/lassunsreden.ch
- Owner: dennis-tra
- License: gpl-3.0
- Created: 2020-11-01T14:16:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T17:39:52.000Z (5 months ago)
- Last Synced: 2024-10-12T14:15:08.036Z (4 months ago)
- Topics: business-website, hugo, netlify, static-site
- Language: SCSS
- Homepage: https://lassunsreden.ch
- Size: 5 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lassunsreden.ch
[![license](https://img.shields.io/github/license/dennis-tra/lassunsreden.ch.svg)](LICENSE)
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[![Netlify Status](https://api.netlify.com/api/v1/badges/f5d61506-7d08-4198-96cf-72b990af30df/deploy-status)](https://app.netlify.com/sites/mystifying-swanson-27d48c/deploys)The business homepage of [lassunsreden.ch](https://lassunsreden.ch).
## Table of Contents
- [Install](#install)
- [License](#license)## Install
This site is generated with [Hugo](https://gohugo.io/) and depends on the extended version. To develop run:
```shell
hugo server
```To build the site run:
```shell
hugo --gc --minify
```This will output the site to `./public`.
## License
[GNU General Public License v3.0 © Dennis Trautwein.](LICENSE.md)