astro-ink
astro-ink copied to clipboard
Crisp, minimal, personal blog theme for Astro
Need support mobile devices for better UI/UX
I'm trying to use this for the Media. https://feed2json.org/convert?url=https%3A%2F%2Fwww.youtube.com%2Ffeeds%2Fvideos.xml%3Fchannel_id=UCofs7madAM8iVlidQEzHmBg Any Tips?
I'm trying to change the logo based on the theme. For that, I wrote this component: ```svelte import { onMount } from 'svelte' import { tick } from 'svelte/internal' import...
If we open the below article the text is not readable in dark mode. It seems if we wrap a text with `` in the .mdx file then in dark...
I could not work out the correct syntax for adding the THEME_KEY parameter to npm dev or npx astro dev scripts (as suggested in the features list). I tried a...
Hi, I created an [astro plugin](https://www.feelback.dev) which allows to add *Like* buttons to blog posts. Are you open to integrate it in your template? I can create a PR to...
How to run it with nginx only, completely without npm? Not behind nginx as a reverse proxy It's not compiled into a static website, is it? ``` npm run build...
This replaces all remaining uses of `@apply dark:___` with inline class names It looks like the class names get lost somewhere along the build and Tailwind never recognizes that the...