Updates Readme
This commit is contained in:
parent
5d35b41885
commit
e17a042f52
1 changed files with 18 additions and 1 deletions
19
README.md
19
README.md
|
@ -43,13 +43,30 @@ build.sh index
|
||||||
|
|
||||||
This will generate the homepage.
|
This will generate the homepage.
|
||||||
|
|
||||||
|
### Card
|
||||||
|
|
||||||
|
```bash
|
||||||
|
build.sh card
|
||||||
|
```
|
||||||
|
|
||||||
|
Generates my curlable business card.
|
||||||
|
|
||||||
|
### RSS
|
||||||
|
|
||||||
|
```bash
|
||||||
|
build.sh rss
|
||||||
|
```
|
||||||
|
|
||||||
|
Generates my rss feed.
|
||||||
|
|
||||||
|
|
||||||
### All
|
### All
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
build.sh all
|
build.sh all
|
||||||
```
|
```
|
||||||
|
|
||||||
This will generate the tags, the blogs and the index
|
This will generate the tags, the blogs, the index, the RSS feed and the card.
|
||||||
|
|
||||||
## Docker
|
## Docker
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue