WIP: tailwind mobile-first rewrite #25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "squel/tailwind"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
npm install tailwindcss @tailwindcss/clinpx @tailwindcss/cli -i ./assets/css/input.css -o ./assets/css/tw.css --watch
tailwind mobile-first rewriteto WIP: tailwind mobile-first rewritefwiw tw.css is generated and should be remove, for the sake of consistency of removing generated files(resolved)customized feed depending on the page the user currently is on. if the user is on X it will receive feed Y in accordance to the list below: - specific tag at /tag/{tag} -> /tag/{tag}/atom.xml - post (index) at /posts(/post) -> /posts/atom.xml - otherwise (homepage) -> /atom.xml list.atom.xml courtesy of https://codeberg.org/yelosan/hugo-feeds