Fixed install clone name.
This commit is contained in:
parent
8e816e3c7a
commit
aada07b75f
|
@ -48,7 +48,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
**Install to VS Code with:**
|
**Install to VS Code with:**
|
||||||
`git clone git@github.com:nusserstudios/hugo-twcss-alpine.git your-name`
|
`git clone git@github.com:nusserstudios/tailbliss.git your-name`
|
||||||
|
|
||||||
##### Install with NPM
|
##### Install with NPM
|
||||||
`npm install`
|
`npm install`
|
||||||
|
|
|
@ -10,6 +10,10 @@ enableRobotsTXT = true
|
||||||
canonifyURLs = true
|
canonifyURLs = true
|
||||||
paginate = 9
|
paginate = 9
|
||||||
darkmode_js = ["assets/js/darkmode.js"]
|
darkmode_js = ["assets/js/darkmode.js"]
|
||||||
|
minify:
|
||||||
|
flowbite:
|
||||||
|
js:
|
||||||
|
keepVarNames: true
|
||||||
|
|
||||||
enableInlineShortcodes = true
|
enableInlineShortcodes = true
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue