Edirom-Summer-School website as a docker image, powered by Nginx
1M+
Web pages for the Edirom Summer School built via Jekyll.
The regular website routine involves these issues:
YYYY-MM-DD-someName.suffix
and are to be put in the _posts folder. The most recent three are
displayed on the start page and all are accessible from the "archiv" page._archiv folder,
named programm.html. It's important that the metadata "title" string
contains "Kursprogramm", otherwise the programm will not properly be
displayed on the "archiv" page._data/navigation.yml.With Node (npm), Ruby, RubyGems and Bundler (gem install bundler)
installed as prerequisites it should be enough to enter
npm install
bundle install
bundle exec jekyll serve --livereload
Now browse to http://localhost:4000 to see the page live.
There's a docker image available at Docker Hub, based on an Nginx web server. Run it with
docker run --rm --name ess -p8080:80 edirom/ess-website
and point your browser at http://localhost:8080.
Software and Frameworks used:
This work is licensed under a Creative Commons Attribution 4.0 Unported License (CC BY 4.0)
Content type
Image
Digest
Size
157 MB
Last updated
almost 5 years ago
docker pull edirom/ess-website:apachePulls:
9
Last week