An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Workrave's website

[![Netlify Status](https://api.netlify.com/api/v1/badges/dba397bd-55a2-45be-a108-312778094973/deploy-status)](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