Modified Version of the Pulp Theme (https://github.com/koirand/pulp)
Find a file
2022-12-18 18:03:16 -05:00
archetypes New section for papers and meta tags for citations 2022-08-21 00:06:51 -04:00
assets Redid PGP form 2022-12-18 18:03:16 -05:00
exampleSite Cleaned up JS scripts and added service worker 2022-11-22 22:24:06 -05:00
layouts Redid PGP form 2022-12-18 18:03:16 -05:00
resources/_gen/assets Use absolute URLs #26 2019-03-28 02:04:53 +09:00
static Added dark winter theme 2022-12-12 11:43:46 -05:00
.editorconfig Allow user HTML tags 2020-03-23 16:46:23 +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 Update LICENSE.md 2020-06-01 21:16:35 +09:00
package.json Add EsLint and editorconfig #19 2019-03-27 01:45:29 +09:00
README.md Update README.md 2020-03-29 13:57:23 -04:00
theme.toml Rename taxonomy kinds from taxonomy to term 2020-08-26 17:30:01 +09:00
yarn.lock Bump lodash from 4.17.15 to 4.17.19 2020-07-16 21:08:46 +00:00

pulp

logo

This repository is my modifications to the Pulp theme. 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/img/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.