https://github.com/openms/openms-website
Hugo sources for the OpenMS website
https://github.com/openms/openms-website
Last synced: 3 months ago
JSON representation
Hugo sources for the OpenMS website
- Host: GitHub
- URL: https://github.com/openms/openms-website
- Owner: OpenMS
- License: other
- Created: 2022-05-18T17:08:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T15:47:01.000Z (about 1 year ago)
- Last Synced: 2024-04-13T20:48:31.336Z (about 1 year ago)
- Language: HTML
- Homepage: https://www.openms.de
- Size: 33.8 MB
- Stars: 0
- Watchers: 14
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/openms/deploys)
# Code for openms.de/openms.org
## Getting Started
To contribute to the website, you'll first need to install the *extended
version* of Hugo.The Hugo [install page](https://gohugo.io/getting-started/installing/) has
instructions for different platforms and installers; make sure you end up with
the extended version.On Linux it may be easiest to pick up a tarball of the latest extended version
from the [release page](https://github.com/gohugoio/hugo/releases/) and
install it per https://gohugo.io/getting-started/installing/#install-hugo-from-tarball.Next, clone this repository, and install the theme:
```bash
git submodule update --init --recursive
```The development web server is started with:
```bash
make serve
```If you don't have `make` available (e.g., on Windows), use this instead:
```bash
hugo server
```after which the site should be served at http://localhost:1313.
You'll see
```bash
error: failed to transform resource: TOCSS: failed to transform "style.sass"
```if you don't have the Hugo extended version.