mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-06-14 11:36:49 +00:00
🐼 Update README and sample config.toml
This commit is contained in:
parent
08b424a827
commit
f1de1742c5
2 changed files with 9 additions and 13 deletions
13
README.md
13
README.md
|
@ -1,11 +1,11 @@
|
|||
# pulp
|
||||

|
||||
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
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## 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
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue