2018-09-23 07:11:35 -04:00
|
|
|
# pulp
|
2018-09-23 08:06:02 -04:00
|
|
|
![logo](https://user-images.githubusercontent.com/17229643/45928032-f0658a80-bf77-11e8-91a0-00a267e75c6e.png)
|
2018-09-24 09:22:25 -04:00
|
|
|
Pulp is a theme of Hugo framework for realize simple and readable personal blogs.
|
2018-09-23 07:11:35 -04:00
|
|
|
|
2018-09-23 08:06:02 -04:00
|
|
|
## Screenshots
|
2018-09-24 09:22:25 -04:00
|
|
|
![screenshot-home](https://user-images.githubusercontent.com/17229643/45954234-6dac0080-c047-11e8-8e61-656888176c16.png)
|
|
|
|
![screenshot-list](https://user-images.githubusercontent.com/17229643/45954251-78669580-c047-11e8-8256-ea83632032d6.png)
|
|
|
|
![screenshot-page](https://user-images.githubusercontent.com/17229643/45954272-87e5de80-c047-11e8-95ba-65e8c1fcabc6.png)
|
2018-09-23 08:06:02 -04:00
|
|
|
|
|
|
|
## 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.
|
|
|
|
|
2018-09-24 09:22:25 -04:00
|
|
|
## Update the theme
|
|
|
|
You can update the theme by issuing the following command inside your project folder.
|
2018-09-23 08:06:02 -04:00
|
|
|
|
|
|
|
```
|
|
|
|
git submodule update --remote --rebase
|
|
|
|
```
|