NewPipe e.V. website based on the Tailbliss theme by Nusser Studios: https://github.com/nusserstudios/tailbliss
Go to file
poolitzer c0893c6431 more work 2023-10-23 17:24:12 +02:00
.github Bump actions/checkout from 3 to 4 2023-09-04 19:06:31 +00:00
archetypes Change site name and logos 2023-10-02 16:37:23 +02:00
assets more work 2023-10-23 17:24:12 +02:00
data more work 2023-10-23 17:24:12 +02:00
i18n more work 2023-10-23 17:24:12 +02:00
images Added lighthouse screenshot to readme. 2022-11-03 17:33:51 -05:00
layouts more work 2023-10-23 17:24:12 +02:00
static Change site name and logos 2023-10-02 16:37:23 +02:00
.gitignore removed generated content 2023-06-08 12:25:19 +02:00
CODE_OF_CONDUCT.md Updated email in conduct readme. 2022-11-03 12:05:28 -05:00
LICENSE Updated readme and removed circleci and related workflows. 2022-11-02 19:17:01 -05:00
README.md README 2023-10-08 21:54:27 +02:00
cloudflare.md readded complex dropdown as modular, added instructions for cloudflare 2023-06-09 15:41:27 +02:00
hugo.yaml more work 2023-10-23 17:24:12 +02:00
hugo.yaml.exampleSite Updated packages, readme to show how to use From Submit, and updated our Mission Photo. 2023-08-12 09:36:20 -05:00
package-lock.json more work 2023-10-23 17:24:12 +02:00
package.json Use local version of alpineJS 2023-10-03 17:08:46 +02:00
pnpm-lock.yaml Bump autoprefixer from 10.4.15 to 10.4.16 2023-09-25 19:13:30 +00:00
postcss.config.js Initial commit... 🎉🎉🎉 2022-10-28 17:20:35 -05:00
tailwind.config.js Update colors 2023-10-02 16:37:23 +02:00
theme.toml making this 'theme' actually a modular theme, not just a template 2023-06-08 00:44:49 +02:00

README.md

NewPipe e.V. website



Hugo TailwindCSS 3 ALpine.js 3

Prerequisites

Install with NPM

npm install

Install with Yarn

yarn

To start developing:

Develop with NPM

npm run start

Develop with Yarn

yarn start

To generate the site HTML:

Build with NPM

npm run build

Build with Yarn

yarn build

npm run start will run two commands parallel:
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.

{{< imgc src="img-name.jpg" alt="Place alt text here." >}}

Form

To use the form, visit 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"

Credits

4044ever - Original Theme https://github.com/4044ever/Hugo-Tailwind-3.0.git

Jan Heise - Alpine.js Navbar https://github.com/jan-heise/responsive-navbar-with-dropdown

Tailbliss theme by NusserStudios. https://github.com/nusserstudios/tailbliss/ Made for Hacktoberfest, with ❤️ by NusserStudios.