Update README
This commit is contained in:
parent
8d7e1ca3a1
commit
fe9b687a08
65
README.md
65
README.md
|
@ -1,51 +1,22 @@
|
||||||
<p align="center" style="padding-top:20px">
|
<h1 align="center">NewPipe e.V. website</h1>
|
||||||
<img width="100px" src="images/logo-tailbliss-round.svg" align="center" alt="GitHub Readme Stats" />
|
|
||||||
<h1 align="center">TailBliss</h1>
|
|
||||||
<p align="center">TailBliss is an opinionated Hugo Starter with Tailwind CSS 3.2 and Alpine.js with light/dark modes.</p>
|
|
||||||
</p>
|
|
||||||
<p align="center">
|
|
||||||
<a href="https://github.com/nusserstudios/tailbliss/actions/">
|
|
||||||
<img alt="Tests Passing" src="https://github.com/nusserstudios/tailbliss/actions/workflows/codeql.yml/badge.svg" />
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/nusserstudios/tailbliss/contributors">
|
|
||||||
<img alt="GitHub Contributors" src="https://img.shields.io/github/contributors/nusserstudios/tailbliss?color=0088ff" />
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/nusserstudios/tailbliss/issues">
|
|
||||||
<img alt="Issues" src="https://img.shields.io/github/issues/nusserstudios/tailbliss?color=fc0b03" />
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/nusserstudios/tailbliss/pulls">
|
|
||||||
<img alt="GitHub pull requests" src="https://img.shields.io/github/issues-pr/nusserstudios/tailbliss?color=f97316" />
|
|
||||||
</a>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<a href="https://gohugo.io/">
|
|
||||||
<img src="https://img.shields.io/badge/Hugo%20-0.105.0%20-gray.svg?colorA=c9177e&colorB=FF4088&style=for-the-badge"/>
|
|
||||||
</a>
|
|
||||||
<a href="https://tailwindcss.com/">
|
|
||||||
<img src="https://img.shields.io/badge/TailwindCSS%20-V3-gray.svg?colorA=0284c7&colorB=38bdf8&style=for-the-badge"/>
|
|
||||||
</a>
|
|
||||||
<a href="https://alpinejs.dev/">
|
|
||||||
<img src="https://img.shields.io/badge/Alpine.js%20-V3-gray.svg?colorA=68a5af&colorB=77c1d2&style=for-the-badge"/>
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p align="center">
|
|
||||||
<a href="https://tailbliss.netlify.app/">View Demo</a>
|
|
||||||
·
|
|
||||||
<a href="https://github.com/nusserstudios/tailbliss/issues">Report Bug</a>
|
|
||||||
·
|
|
||||||
<a href="https://github.com/nusserstudios/tailbliss/discussions/categories/feature-request">Request Feature</a>
|
|
||||||
·
|
|
||||||
<a href="https://github.com/nusserstudios/tailbliss/discussions/categories/general">Ask Question</a>
|
|
||||||
</p>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://raw.githubusercontent.com/nusserstudios/tailbliss/main/images/tailbliss-lighthouse-11-03-22.png" alt="Tailbliss Google Lighthouse Score" style="margin: 25px auto; max-width: 830px" width="100%" height="" />
|
<br>
|
||||||
|
<br>
|
||||||
|
<a href="https://gohugo.io/">
|
||||||
|
<img src="https://img.shields.io/badge/Hugo%20-0.105.0%20-gray.svg?colorA=c9177e&colorB=FF4088&style=for-the-badge"/>
|
||||||
|
</a>
|
||||||
|
<a href="https://tailwindcss.com/">
|
||||||
|
<img src="https://img.shields.io/badge/TailwindCSS%20-V3-gray.svg?colorA=0284c7&colorB=38bdf8&style=for-the-badge"/>
|
||||||
|
</a>
|
||||||
|
<a href="https://alpinejs.dev/">
|
||||||
|
<img src="https://img.shields.io/badge/Alpine.js%20-V3-gray.svg?colorA=68a5af&colorB=77c1d2&style=for-the-badge"/>
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
**Install to VS Code with:**
|
|
||||||
`git clone git@github.com:nusserstudios/tailbliss your-name`
|
## Prerequisites
|
||||||
|
- [Hugo __*extended*__ version](https://gohugo.io/getting-started/installing/)
|
||||||
|
- [npm / nodejs](https://nodejs.org/en/download/) or [yarn](https://yarnpkg.com/getting-started/install)
|
||||||
|
|
||||||
##### Install with NPM
|
##### Install with NPM
|
||||||
`npm install`
|
`npm install`
|
||||||
|
@ -72,8 +43,6 @@ Has paginated Categories and Tags. Markdown files will automatically convert ima
|
||||||
## Image shortcodes for webp as well.
|
## Image shortcodes for webp as well.
|
||||||
{{< imgc src="img-name.jpg" alt="Place alt text here." >}}
|
{{< imgc src="img-name.jpg" alt="Place alt text here." >}}
|
||||||
|
|
||||||
<a href="https://www.buymeacoffee.com/nusserstudios" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-blue.png" alt="Buy Me A Coffee" height="41" width="174"></a>
|
|
||||||
|
|
||||||
## Form
|
## Form
|
||||||
To use the form, visit [FormSubmit.Co](https://formsubmit.co/). Locate the contact form in "content/contact.md", and update the form action with the email address you want on this line: **action="https://formsubmit.co/your@email.com" method="POST"**
|
To use the form, visit [FormSubmit.Co](https://formsubmit.co/). Locate the contact form in "content/contact.md", and update the form action with the email address you want on this line: **action="https://formsubmit.co/your@email.com" method="POST"**
|
||||||
|
|
||||||
|
@ -85,4 +54,6 @@ https://github.com/4044ever/Hugo-Tailwind-3.0.git
|
||||||
Jan Heise - Alpine.js Navbar
|
Jan Heise - Alpine.js Navbar
|
||||||
https://github.com/jan-heise/responsive-navbar-with-dropdown
|
https://github.com/jan-heise/responsive-navbar-with-dropdown
|
||||||
|
|
||||||
|
Tailbliss theme by NusserStudios.
|
||||||
|
https://github.com/nusserstudios/tailbliss/
|
||||||
Made for Hacktoberfest, with ❤️ by NusserStudios.
|
Made for Hacktoberfest, with ❤️ by NusserStudios.
|
||||||
|
|
Loading…
Reference in New Issue