Updated config.toml.
This commit is contained in:
parent
e1f4237156
commit
1a90c59b0a
|
@ -1,6 +1,7 @@
|
||||||
# Hugo + TailwindCSS 3.2 + Alpine.js
|
# TailBliss
|
||||||
|
Hugo + TailwindCSS 3.2.0 + Alpine.js for Hacktoberfest
|
||||||
|
|
||||||
## An Opinionated Hugo Starter with Tailwind CSS 3.2 and Alpine.js
|
TailBlis is an opinionated Hugo Starter with Tailwind CSS 3.2 and Alpine.js
|
||||||
|
|
||||||
**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/hugo-twcss-alpine.git your-name`
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# Replace the TailBliss info with your site.
|
||||||
baseURL = "https://tailbliss.netlify.app/"
|
baseURL = "https://tailbliss.netlify.app/"
|
||||||
title = "TailBliss"
|
title = "TailBliss"
|
||||||
|
|
||||||
|
@ -18,10 +19,10 @@ enableInlineShortcodes = true
|
||||||
authorimage = "../assets/images/global/author.webp"
|
authorimage = "../assets/images/global/author.webp"
|
||||||
github = "https://github.com/nusserstudios"
|
github = "https://github.com/nusserstudios"
|
||||||
facebook = "https://facebook.com/nusserstudios"
|
facebook = "https://facebook.com/nusserstudios"
|
||||||
og_image = ""
|
og_image = "/images/tailbliss-cover.png"
|
||||||
sitename = "TailBliss"
|
sitename = "TailBliss"
|
||||||
twitter = "@nusserstudios"
|
twitter = "@nusserstudios"
|
||||||
description = "TailBliss Hugo Starter Theme Built on Tailwind CSS and Alpine.js."
|
description = "TailBliss is Hugo Starter Theme Built on Tailwind CSS and Alpine.js."
|
||||||
|
|
||||||
[markup]
|
[markup]
|
||||||
[markup.goldmark]
|
[markup.goldmark]
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 590 KiB |
Loading…
Reference in New Issue