Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webhippie/website
Website for the Webhippie team
https://github.com/webhippie/website
hugo website
Last synced: about 4 hours ago
JSON representation
Website for the Webhippie team
- Host: GitHub
- URL: https://github.com/webhippie/website
- Owner: webhippie
- License: cc-by-sa-4.0
- Created: 2012-01-19T09:54:49.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T18:03:40.000Z (15 days ago)
- Last Synced: 2024-10-24T02:43:19.965Z (15 days ago)
- Topics: hugo, website
- Language: HTML
- Homepage: https://webhippie.de
- Size: 7.49 MB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Website
[![General Workflow](https://github.com/webhippie/website/actions/workflows/general.yml/badge.svg)](https://github.com/webhippie/website/actions/workflows/general.yml) [![Join the Matrix chat at https://matrix.to/#/#webhippie:matrix.org](https://img.shields.io/badge/matrix-%23webhippie%3Amatrix.org-7bc9a4.svg)](https://matrix.to/#/#webhippie:matrix.org) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/68c1b27d8d864ad8a2e10d60773988f3)](https://www.codacy.com/gh/webhippie/website/dashboard?utm_source=github.com&utm_medium=referral&utm_content=webhippie/website&utm_campaign=Badge_Grade)
Our general website, nothing fancy, just a plain landing page and really nothing
more than that. You can wind it at [webhippie.de][website]## Hosting
The website is hosted on [Netlify][netlify], the website gets
automatically updated on every push to the `master` branch.## Install
This website uses the [Hugo][hugo] static site generator. If you are planning to
contribute you'll want to download and install Hugo on your local machine. The
installation of Hugo is out of the scope of this document, so please take the
[official install instructions][install] to get Hugo up and running.## Development
To generate the website and serve it on [localhost:1313](http://localhost:1313)
just execute this command and stop it with `Ctrl+C`:```console
make server
```When you are done with your changes just create a pull request, after merging
the pull request the website will be updated automatically.## Security
If you find a security issue please contact
[[email protected]](mailto:[email protected]) first.## Contributing
Fork -> Patch -> Push -> Pull Request
## Authors
- [Thomas Boerger](https://github.com/tboerger)
## License
CC-BY-SA-4.0
## Copyright
```console
Copyright (c) 2015 Thomas Boerger
```[website]: https://webhippie.de
[netlify]: https://www.netlify.co
[hugo]: https://github.com/spf13/hugo
[install]: https://gohugo.io/overview/installing/