# pulp ![logo](https://user-images.githubusercontent.com/17229643/45928032-f0658a80-bf77-11e8-91a0-00a267e75c6e.png) Pulp is a theme of Hugo framework for realize simple and readable personal blogs. ## Screenshots ![screenshot-home](https://user-images.githubusercontent.com/17229643/46608823-fd21db00-cb40-11e8-8104-ee2591751df3.png) ![screenshot-list](https://user-images.githubusercontent.com/17229643/46608830-01e68f00-cb41-11e8-8218-bd9763955edc.png) ![screenshot-page](https://user-images.githubusercontent.com/17229643/46608833-0448e900-cb41-11e8-80a5-7da9d8838911.png) ## Install and Use theme 1. Inside the folder of your Hugo site run: ``` cd themes git submodule add https://github.com/koirand/pulp.git pulp ``` 2. Configure your config.toml with reference to exampleSite. 3. Build your site with `hugo server`. For more information, read the official [guide](https://gohugo.io/themes/installing-and-using-themes/) of Hugo. ## Update the theme You can update the theme by issuing the following command inside your project folder. ``` git submodule update --remote --rebase ```