meta data for this page
FRRM Website
* our website is statically build with hugo v0.26 by https://travis-ci.org and hosted on github-pages * the source-code (which is used by hugo to generate the html files) is hosted at https://github.com/frrm/freiraum-hugo * the articles are written in markdown
How to add a new post
* git clone https://github.com/frrm/freiraum-hugo.git * use a previous post as template
- all posts are in freiraum-hugo/content/post/
- if you include images in your post, put them into freiraum-hugo/static/uploads/
* push your commit
- after the commit travis-ci will check out the new source and apply hugo in order to build the new website
- after it's build it is pushed to https://github.com/frrm/frrm.github.io (our default repo for github pages)
* you should say your update after max. 5 minutes
- if you see an github-pages error while accessing www.frrm.de, check https://github.com/frrm/frrm.github.io/settings and go to custom domain. It sometimes happens that this field is deleted, the correct entry must be www.frrm.de
How to add a new event
* use a previous event as template from freiraum-hugo/data/events * the overview of upcoming events is generated once when you travis-ci builts the website, therefore it's necessary to delete old events every one or two weeks