mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-29 17:31:12 +00:00
Modified Version of the Pulp Theme (https://github.com/koirand/pulp)
|
|
||
|---|---|---|
| archetypes | ||
| assets | ||
| exampleSite | ||
| layouts | ||
| static/img | ||
| .editorconfig | ||
| .eslintrc.json | ||
| .gitignore | ||
| LICENSE.md | ||
| package.json | ||
| README.md | ||
| theme.toml | ||
| yarn.lock | ||
pulp
Pulp is a theme of Hugo framework for realize simple and readable personal blogs.
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.
For more information, read the official guide of Hugo.
Update the theme
You can update the theme by issuing the following command inside your project folder.
git submodule update --remote --rebase


