https://github.com/rcaelers/workrave-website
Workrave's website.
https://github.com/rcaelers/workrave-website
hugo website
Last synced: 5 months ago
JSON representation
Workrave's website.
- Host: GitHub
- URL: https://github.com/rcaelers/workrave-website
- Owner: rcaelers
- License: gpl-3.0
- Created: 2018-09-02T13:22:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-11-23T18:19:07.000Z (7 months ago)
- Last Synced: 2025-11-23T20:20:09.457Z (7 months ago)
- Topics: hugo, website
- Language: HTML
- Homepage: https://workrave.org/
- Size: 18.7 MB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Workrave's website
[](https://app.netlify.com/sites/workrave-test/deploys)
## Install Prequisites
- Install [Hugo](http://gohugo.io)
See the [official install instructions](https://gohugo.io/getting-started/installing/) for more information.
- Install [NodeJS](https://nodejs.org/)
- Install tools to process CSS by running:
```sh
npm install
```
This command must be executed in the git repository directory.
## Preview
The following command can be run to preview the website:
```sh
hugo server -F -w
```
Open `localhost:1313` in your browser.
## Contributing
See [our website](https://workrave.org/contribute-docs/).
## License
The Workrave Hugo theme (everything below the `themes\workrave` directory) is
MIT licensed. All other content is GPLv3.
### Website content
Copyright (C) 2001 - 2020 Raymond Penners and Rob Caelers
License: GPL3
### Hugo workrave theme
Copyright (C) 2018 - 2020 Rob Caelers
License: MIT