mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-06-16 01:36:58 +00:00
28 lines
1.1 KiB
Markdown
28 lines
1.1 KiB
Markdown
# pulp
|
|

|
|
Pulp is a theme of Hugo framework for realize simple and readable personal blogs.
|
|
|
|
## Screenshots
|
|

|
|

|
|

|
|
|
|
## 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
|
|
```
|