Updated readme.md
This commit is contained in:
parent
b81eae89d3
commit
30f4cc6786
|
@ -1,4 +1,4 @@
|
||||||
|
![Tailbliss](https://tailbliss.netlify.app/images/tailbliss-full-blue.png)
|
||||||
|
|
||||||
# TailBliss
|
# TailBliss
|
||||||
Hugo + TailwindCSS 3.2.0 + Alpine.js for Hacktoberfest
|
Hugo + TailwindCSS 3.2.0 + Alpine.js for Hacktoberfest
|
||||||
|
@ -20,5 +20,12 @@ TailBlis is an opinionated Hugo Starter with Tailwind CSS 3.2 and Alpine.js
|
||||||
**npm run start** will run two commands parallel:
|
**npm run start** will run two commands parallel:
|
||||||
`npx tailwindcss -i ./assets/css/main.css -o ./assets/css/style.css --watch`
|
`npx tailwindcss -i ./assets/css/main.css -o ./assets/css/style.css --watch`
|
||||||
|
|
||||||
|
Has paginated Categories and Tags. Markdown files will automatically convert images put into `/assets` folder to .webp images.
|
||||||
|
|
||||||
|
## Image shortcodes for webp as well.
|
||||||
|
{{< imgh src="img-name.jpg" alt="Place alt text here." >}}
|
||||||
|
|
||||||
|
Made with ❤️ by NUSSER STUDIOS.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 2.3 MiB |
Loading…
Reference in New Issue