nusserstudios / tailbliss

TailBliss is a Hugo Starter theme built on TailwindCSS 3, and Alpine.JS.
https://tailbliss.netlify.app/
Apache License 2.0
289 stars 134 forks source link

Converted this template to a fully modular Hugo theme #121

Closed aleksasiriski closed 1 year ago

aleksasiriski commented 1 year ago

Demo is available at https://tailbliss.pages.dev/

The point of this PR is to maintain everything as close to the original as possible, but also provide config options for EVERYTHING in hugo.yaml

The "Just in time for Hacktoberfest with JIT Tailwind." section has been replaced by copy pasting the "Our mission" section and adjusting the text. This resulted in my struggle to move the dots pattern correctly, so it's still a bit clunky. A part from that, everything stayed pretty much the same in terms of look but everything should be toggleable now and I added the option to add and remove objects (paragraphs, buttons, etc.) through simple arrays everywhere that those object appeared.

I've also added instructions on how to make a proper site using this theme as a Hugo module in hugo.yaml.exampleSite, and instructions for deploying on Cloudflare Pages in cloudflare.md

vercel[bot] commented 1 year ago

Someone is attempting to deploy a commit to a Personal Account owned by @nusserstudios on Vercel.

@nusserstudios first needs to authorize it.

aleksasiriski commented 1 year ago

One thing to note is that I removed everything that can be generated with hugo from the repo, this results in having to install npm dependencies on Cloudflare Pages to successfully generate SCSS. If this negatively impacts Vercel / Netlify deployments I will push the required folders.