Skip to content

seegerseeger/datensummit

 
 

Repository files navigation

Datensummit.de

Setup

You can easily do edits and preview changes on github. But if to want to preview your edits or do bigger changes, you need a local setup.

For that you first need to install git, Ruby and gem.

Then clone this repository by invoking the following in a terminal, presuming you know how to get there:

git clone https://github.com/okfde/datensummit.git

Install Ruby and gem. Then get the dependencies:

sh setup.sh

You can now build the site and serve it:

sh serve.sh

This command will give you a link where you can preview your changes in your browser.

Notes

  • Please use mobile friendly filesizes for images.

  • You can set a teaser for texts by defining it in the frontmatter: excerpt: "<TEXT>".

  • The teaser for an image can be set with imgname-teaser: "<[RELATIVE] PATH TO IMAGE>".

About

The website for Datensummit 2017

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 85.0%
  • CSS 13.2%
  • Ruby 1.6%
  • Other 0.2%