From f1de1742c5db2c413fa1918aedc2751d7a42ecb4 Mon Sep 17 00:00:00 2001 From: koirand Date: Mon, 24 Sep 2018 22:22:25 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=BC=20Update=20README=20and=20sample?= =?UTF-8?q?=20config.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 ++++++------- exampleSite/config.toml | 9 +++------ 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 64e555c..7a337c7 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # pulp ![logo](https://user-images.githubusercontent.com/17229643/45928032-f0658a80-bf77-11e8-91a0-00a267e75c6e.png) -Pulp is theme of Hugo framework for realize simple and readable blog. +Pulp is a theme of Hugo framework for realize simple and readable personal blogs. ## Screenshots -![screenshot-home](https://user-images.githubusercontent.com/17229643/45927910-06724b80-bf76-11e8-81b4-bbc11114117d.png) -![screenshot-list](https://user-images.githubusercontent.com/17229643/45927916-2d308200-bf76-11e8-9428-a487b4ae7901.png) -![screenshot-page](https://user-images.githubusercontent.com/17229643/45927928-551fe580-bf76-11e8-89dd-9ef80e777f72.png) +![screenshot-home](https://user-images.githubusercontent.com/17229643/45954234-6dac0080-c047-11e8-8e61-656888176c16.png) +![screenshot-list](https://user-images.githubusercontent.com/17229643/45954251-78669580-c047-11e8-8256-ea83632032d6.png) +![screenshot-page](https://user-images.githubusercontent.com/17229643/45954272-87e5de80-c047-11e8-95ba-65e8c1fcabc6.png) ## Install and Use theme 1. Inside the folder of your Hugo site run: @@ -18,11 +18,10 @@ git submodule add https://github.com/koirand/pulp.git pulp 2. Configure your config.toml with reference to exampleSite. 3. Build your site with `hugo server`. -### Additional information For more information, read the official [guide](https://gohugo.io/themes/installing-and-using-themes/) of Hugo. -### Update the theme -If you have installed the theme as a git submodule, you can update the theme by issuing the following command inside your project folder. +## Update the theme +You can update the theme by issuing the following command inside your project folder. ``` git submodule update --remote --rebase diff --git a/exampleSite/config.toml b/exampleSite/config.toml index b395b9f..317e722 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -6,15 +6,12 @@ pygmentsCodefences = true pygmentsUseClasses = true [params] - author = "Kazuki Koide" + author = "Your Name" avatar = "avatar.jpg" favicon = "favicon.ico" discription = """ - I’m a Web Engeneer working in Tokyo. - I’d like to make products that take people to the future. - Have a look at some of my blog posts. - If you have a comment, please feel free to - follow on Twitter or contact by Email. + Please write anything here. + Profiles, backgrounds, favorite things etc. """ publicationYear = "2018" # custom_css = ["css/custom.css"]