Modified Version of the Pulp Theme (https://github.com/koirand/pulp)
Find a file
Kazuki Koide 2ea0f32ac9
Merge pull request #12 from koirand/archetypes
Change date format in archetypes
Close #4
2019-03-23 17:29:26 +09:00
archetypes Change date format in archetypes #4 2019-03-23 17:28:56 +09:00
exampleSite Change default syntax highlight to false #10 2019-03-23 17:04:02 +09:00
layouts Layout change #6 2019-03-23 16:18:03 +09:00
static Change color scheme to monotone #8 2019-03-23 16:59:25 +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-10-08 21:29:03 +09:00
theme.toml 🐼 first commit 2018-09-23 20:11:35 +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