mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
1.1 KiB
1.1 KiB
pulp
Pulp is theme of Hugo framework for realize simple and readable blog.
Screenshots
Install and Use theme
- Inside the folder of your Hugo site run:
cd themes
git submodule add https://github.com/koirand/pulp.git pulp
- Configure your config.toml with reference to exampleSite.
- Build your site with
hugo server
.
Additional information
For more information, read the official guide of Hugo.
Update the theme
If you have installed the theme as a git submodule, you can update the theme by issuing the following command inside your project folder.
git submodule update --remote --rebase