2018-09-23 20:11:35 +09:00
|
|
|
# pulp
|
2018-09-23 21:06:02 +09:00
|
|
|

|
2018-09-24 22:22:25 +09:00
|
|
|
Pulp is a theme of Hugo framework for realize simple and readable personal blogs.
|
2018-09-23 20:11:35 +09:00
|
|
|
|
2018-09-23 21:06:02 +09:00
|
|
|
## Screenshots
|
2019-03-28 02:19:14 +09:00
|
|
|

|
|
|
|
|

|
|
|
|
|

|
2018-09-23 21:06:02 +09: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 22:22:25 +09:00
|
|
|
## Update the theme
|
|
|
|
|
You can update the theme by issuing the following command inside your project folder.
|
2018-09-23 21:06:02 +09:00
|
|
|
|
|
|
|
|
```
|
|
|
|
|
git submodule update --remote --rebase
|
|
|
|
|
```
|