🐼 Update README and sample config.toml

This commit is contained in:
koirand 2018-09-24 22:22:25 +09:00
parent 08b424a827
commit f1de1742c5
2 changed files with 9 additions and 13 deletions

View file

@ -1,11 +1,11 @@
# pulp # pulp
![logo](https://user-images.githubusercontent.com/17229643/45928032-f0658a80-bf77-11e8-91a0-00a267e75c6e.png) ![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 ## Screenshots
![screenshot-home](https://user-images.githubusercontent.com/17229643/45927910-06724b80-bf76-11e8-81b4-bbc11114117d.png) ![screenshot-home](https://user-images.githubusercontent.com/17229643/45954234-6dac0080-c047-11e8-8e61-656888176c16.png)
![screenshot-list](https://user-images.githubusercontent.com/17229643/45927916-2d308200-bf76-11e8-9428-a487b4ae7901.png) ![screenshot-list](https://user-images.githubusercontent.com/17229643/45954251-78669580-c047-11e8-8256-ea83632032d6.png)
![screenshot-page](https://user-images.githubusercontent.com/17229643/45927928-551fe580-bf76-11e8-89dd-9ef80e777f72.png) ![screenshot-page](https://user-images.githubusercontent.com/17229643/45954272-87e5de80-c047-11e8-95ba-65e8c1fcabc6.png)
## Install and Use theme ## Install and Use theme
1. Inside the folder of your Hugo site run: 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. 2. Configure your config.toml with reference to exampleSite.
3. Build your site with `hugo server`. 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. For more information, read the official [guide](https://gohugo.io/themes/installing-and-using-themes/) of Hugo.
### Update the theme ## 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. You can update the theme by issuing the following command inside your project folder.
``` ```
git submodule update --remote --rebase git submodule update --remote --rebase

View file

@ -6,15 +6,12 @@ pygmentsCodefences = true
pygmentsUseClasses = true pygmentsUseClasses = true
[params] [params]
author = "Kazuki Koide" author = "Your Name"
avatar = "avatar.jpg" avatar = "avatar.jpg"
favicon = "favicon.ico" favicon = "favicon.ico"
discription = """ discription = """
Im a Web Engeneer working in Tokyo. Please write anything here.
Id like to make products that take people to the future. Profiles, backgrounds, favorite things etc.
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.
""" """
publicationYear = "2018" publicationYear = "2018"
# custom_css = ["css/custom.css"] # custom_css = ["css/custom.css"]