Modified Version of the Pulp Theme (https://github.com/koirand/pulp)
Find a file
2019-03-29 01:48:37 +09:00
archetypes
assets Use absolute URLs #26 2019-03-28 02:04:53 +09:00
exampleSite Replace exampleSite posts #26 2019-03-28 02:50:11 +09:00
images Update screenshots #26 2019-03-29 01:48:37 +09:00
layouts Use absolute URLs #26 2019-03-28 02:04:53 +09:00
resources/_gen/assets Use absolute URLs #26 2019-03-28 02:04:53 +09:00
static/img
.editorconfig
.eslintrc.json
.gitignore
LICENSE.md
package.json
README.md Update RADME #26 2019-03-28 02:20:32 +09:00
theme.toml
yarn.lock

pulp

logo Pulp is a theme of Hugo framework for realize simple and readable personal blogs.

Screenshots

screenshot-top 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.

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