Modified Version of the Pulp Theme (https://github.com/koirand/pulp)
Find a file
2019-03-27 02:24:43 +09:00
archetypes
assets Fix bug 2019-03-27 02:24:43 +09:00
exampleSite
layouts Asset management 2019-03-27 01:14:08 +09:00
static/img Asset management 2019-03-27 01:14:08 +09:00
.editorconfig Add EsLint and editorconfig 2019-03-27 01:45:29 +09:00
.eslintrc.json Add EsLint and editorconfig 2019-03-27 01:45:29 +09:00
.gitignore Add EsLint and editorconfig 2019-03-27 01:45:29 +09:00
LICENSE.md
package.json Add EsLint and editorconfig 2019-03-27 01:45:29 +09:00
README.md
theme.toml
yarn.lock Add EsLint and editorconfig 2019-03-27 01:45:29 +09:00

pulp

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

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.

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