Modified Version of the Pulp Theme (https://github.com/koirand/pulp)
Find a file
Kazuki Koide 194eaf02a2
Merge pull request #39 from laurauzcategui/fix-typos
- Renaming from discription to description
2019-04-02 10:46:43 +09:00
archetypes Page header should be wrote by toml style #36 2019-03-30 23:19:25 +09:00
assets Use absolute URLs #26 2019-03-28 02:04:53 +09:00
exampleSite - Renaming from discription to description 2019-04-01 21:32:20 +01:00
images Move logo and screenshot to issue #31 2019-03-30 01:33:16 +09:00
layouts - Renaming from discription to description 2019-04-01 21:32:20 +01:00
resources/_gen/assets Use absolute URLs #26 2019-03-28 02:04:53 +09:00
static/img Asset management #18 2019-03-27 01:14:08 +09:00
.editorconfig Add EsLint and editorconfig #19 2019-03-27 01:45:29 +09:00
.eslintrc.json Add EsLint and editorconfig #19 2019-03-27 01:45:29 +09:00
.gitignore Add resources dir #26 2019-03-28 01:07:16 +09:00
LICENSE.md 🐼 first commit 2018-09-23 20:11:35 +09:00
package.json Add EsLint and editorconfig #19 2019-03-27 01:45:29 +09:00
README.md - Fix typo on README.md 2019-04-01 20:44:38 +01:00
theme.toml Update README and config #26 2019-03-29 03:00:05 +09:00
yarn.lock Add EsLint and editorconfig #19 2019-03-27 01:45:29 +09:00

pulp

logo

Pulp is a Hugo theme for getting a simple, easy-to-read blog site.

Screenshots

screenshot-top

screenshot-list

screenshot-page

Installation

If your site is also under version control using git, the easiest way to install this theme is to add it as a submodule. If you have not created a git repo for your project yet, you need to run git init beforehand. Inside the folder of your Hugo site, run the following command.

git submodule add https://github.com/koirand/pulp.git themes/pulp

Alternatively, you can clone the theme into your project.

git clone https://github.com/koirand/pulp.git themes/pulp

Configuration

Configure your config.toml with reference to exampleSite. Put your own avatar image in /static/images/avatar.jpg of your own site, and also favicon.ico. Hugo will automatically use that images instead of the standard one. It's not necessary to alter the theme.

Update the theme

You can update the theme by issuing the following command inside your project folder.

git submodule update --remote --rebase

If you have cloned the theme, you can run git pull inside the theme folder.