Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.
/ desec-static Public archive

nginx Docker app that servers static files, e.g. the deSEC web pages

License

Notifications You must be signed in to change notification settings

desec-io/desec-static

Repository files navigation

desec-static

This repository contains the static files for the desec.io website.

Getting started

First, make sure to locate the ultima design template in the ultima/ directory.

To set up your dev environment, manually run the commands listed in Dockerfile. After that, you can use grunt serve to fire up a local web server serving the page.

If you don't want to install all the dependencies locally, you can instead build and run the Docker image à la:

docker build -t static .
docker run -it -p 8080:80 static

Contribute

In order to contribute to this repository, extend code and tests as appropriate and use clean commits.

Always make sure all tests are succesful before commiting! To run the tests, use grunt test.

About

nginx Docker app that servers static files, e.g. the deSEC web pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published