Install WordPress as usual.
Clone this theme in the wordpress themes
directory.
$ git clone git@github.com:lesintegristes/lesintegristes-theme.git ./wp-content/themes/lesintegristes
The GeoLiteCity file is required to localize the IP of the visitors (to display the night or the weather in the header).
You also need to install the required plugins (Advanced Excerpt, Contact Form 7, Really Simple Captcha).
Just run make
in the theme directory:
$ cd wp-content/themes/lesintegristes
$ make
If you want to use the special homepage, you need to create two pages with the following slugs: home
and articles
.
Now, in Settings => Reading:
home
page you created in the “Front page” menuarticles
page you cretaed in the “Posts page” menu.If you want to use the “Auteurs” and “Veille” page, add two empty pages with the following slugs: auteurs
, veille
.
MIT, see the LICENSE file.