mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-18 05:01:13 +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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue