Modified Version of the Pulp Theme (https://github.com/koirand/pulp)
Find a file
2018-09-24 16:49:23 +09:00
archetypes 🐶Update default template 2018-09-23 23:45:03 +09:00
exampleSite Fix 404 error 2018-09-24 16:49:23 +09:00
layouts Update 404 page. 2018-09-24 00:35:40 +09:00
static 🐼 first commit 2018-09-23 20:11:35 +09:00
.gitignore 🐼 first commit 2018-09-23 20:11:35 +09:00
LICENSE.md 🐼 first commit 2018-09-23 20:11:35 +09:00
README.md Update README.md 2018-09-23 22:29:53 +09:00
theme.toml 🐼 first commit 2018-09-23 20:11:35 +09:00

pulp

logo Pulp is theme of Hugo framework for realize simple and readable blog.

Screenshots

screenshot-home screenshot-list screenshot-page

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
  1. Configure your config.toml with reference to exampleSite.
  2. 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