mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-06-18 21:04:31 +00:00
Update README.md
This commit is contained in:
parent
8c7ec3df80
commit
f91791324a
1 changed files with 26 additions and 1 deletions
27
README.md
27
README.md
|
@ -1,4 +1,29 @@
|
|||
# pulp
|
||||
|
||||

|
||||
Pulp is theme of Hugo framework for realize simple and readable blog.
|
||||
|
||||
## Screenshots
|
||||

|
||||

|
||||

|
||||
|
||||
## Install and Use theme
|
||||
1. Inside the folder of your Hugo site run:
|
||||
|
||||
```
|
||||
cd themes
|
||||
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.
|
||||
|
||||
```
|
||||
git submodule update --remote --rebase
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue