Blame docs/website/_posts/news/2013-06-23-New-website.md

Packit Service 48484a
---
Packit Service 48484a
title: New website
Packit Service 48484a
layout: default
Packit Service 48484a
category: news
Packit Service 48484a
---
Packit Service 48484a
Packit Service 48484a
Lensfun got a new website. Although the layout and design is quite similar to the old one, a lot of things changed under the hood. We moved from a dynamic blog and CMS engine to a static site generator called Jekyll. 
Packit Service 48484a
Packit Service 48484a
This has several advantages:
Packit Service 48484a
Packit Service 48484a
* Much more easy to maintain. The whole website is now part of the SVN repository. Everybody can participate and edit.
Packit Service 48484a
* The website will run on any webserver. No more need for PHP, MySQL, ...
Packit Service 48484a
* Much faster!
Packit Service 48484a
* No more security trouble and time consuming updates of the CMS software.
Packit Service 48484a
Packit Service 48484a
To create the website with Jekyll it only needs two steps:
Packit Service 48484a
Packit Service 48484a
    cd lensfun/docs/website
Packit Service 48484a
    jekyll --server
Packit Service 48484a
Packit Service 48484a
This should start a webserver and you can view the website at http://localhost:4000/. To upload everything to a real webserver just go to the new subfolder 
_site
and upload all the content.