sveltekit-blog-mdx
svelte-materialify
sveltekit-blog-mdx | svelte-materialify | |
---|---|---|
13 | 5 | |
271 | 611 | |
- | - | |
5.5 | 1.0 | |
8 months ago | almost 2 years ago | |
Svelte | Svelte | |
BSD 3-clause "New" or "Revised" License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
sveltekit-blog-mdx
-
Which Headless CMS is cheaper and best for Sveltekit blog?
If its just a blog, and your not talking 1000s of entries, I'd recommend using https://github.com/rodneylab/sveltekit-blog-mdx
-
best way to build a personal blog post with svelte and markdown
SvelteKit plus mdsvex. There are quite a few examples out there, e.g. https://github.com/rodneylab/sveltekit-blog-mdx.
-
SvelteKit Accessibility Testing: Automated CI A11y Tests
We will run through using the SvelteKit MDsveX starter but if you already have a SvelteKit site, it might make more since for you to follow along but working on a test branch of your own site. If you are using the starter, let’s get going by cloning it locally:
-
Use Vim Keyboard Shortcuts on your Blog
In this post we see how you can modify a Svelte blog site to respond to some Vim keyboard shortcuts. We'll clone the SvelteKit Blog MDsveX Starter to get things going quicker. Then we will create a new component for responding to keyboard shortcuts and add that to the existing blog post template. If you are not yet familiar with SvelteKit, you can still follow along. If you don't like Svelte then the code can also be adapted for use on React or plain HTML/JavaScript sites. Why don't we press on?
-
SvelteKit hCaptcha Contact Form: Keeping Bots Away
git clone https://github.com/rodneylab/sveltekit-blog-mdx.git sveltekit-hcaptcha-form cd sveltekit-hcaptcha-form pnpm install cp .env.EXAMPLE .env pnpm run dev
-
SvelteKit Dynamic Image Import: Add Images to Templates
Using a script, if we decide we want to use AVIF images instead of WebP or change our image widths, it is pretty easy to regenerate the data files. Likewise if we decide to go for a plain, dominant colour placeholder instead of the low resolution one. You can see a full working example in the SvelteKit Blog MDsveX starter on the Rodney Lab GitHub page.
-
SvelteKit Image Plugin: Next-Gen Images in Svelte
We'll start with the SvelteKit MDsveX starter and add a responsive image to the home page. We will see how you can generate a low resolution placeholder as well as an alternative dominant colour placeholder. We will generate a WebP Next-Gen format image together with the original JPEG in different sizes so the image looks good on large retina displays without having to download a huge image for small mobile displays. Using the placeholders, we will eliminate image layout shift.
- Anyone tried building JAM stack website using Svelte Kit?
-
SvelteKit Blog SEO: Climb the Search Results Page
In this post we took a look at how to customise the SEO meta generated by the MDsveX starter. It might seem a little abstract until you customise it for your own projects, so I would definitely say try using it as a next step. As always I am keen to get feedback and to hear how you have used it. You can clone the entire repo from the Rodney Lab Git Page.
-
SvelteKit PWA: Installable App with Offline Access
I have just added PWA functionality to the MDsveX starter. All you need to do is customise the website configuration file with with site's name and theme colours, then run a script to generate all the different icon sizes automatically. Here is exactly what you need to do in five simple steps. If you are looking for a more general SvelteKit Tutorial or how to get started with SvelteKit I have a couple of posts you will appreciate.
svelte-materialify
- What frustrates you in using Svelte?
-
Learning tailwind, isn't writing css styling alongside your html bad practice? Shouldn't it stay separate?
For example, have a look at this button. It's a button for a Material design Svelte library. The styling is in a Sass (SCSS) file. The structure and any logic/script is in the .svelte file.
-
Best UI Libraries For Svelte
Svelte Materialify
-
Build your own component library with Svelte
Due to this popularity, devs have introduced several awesome UI component frameworks/libraries like Svelte Material UI, Smelt, Svelte Materialify and Sveltestrap.
-
Alternatives to Svelte Material UI that will work with TypeScript?
I dont know why the https://github.com/TheComputerM/svelte-materialify decided to go on their own way instead of working with SMUI people. May be they are ahead in Typescript support?
What are some alternatives?
storyblok-svelte-boilerplate - Code of the tutorial: Add a headless CMS with live preview to Svelte and Sapper in 5 minutes
svelte-material-ui - Svelte Material UI Components
sveltekit-isr-cloudflare-workers - Incremental static regeneration for SvelteKit on Cloudflare Workers
carbon-components-svelte - Svelte implementation of the Carbon Design System
lighthouse - Automated auditing, performance metrics, and best practices for the web.
smelte - UI framework with material components built with Svelte and Tailwind CSS
sveltekit-image-plugin - SvelteKit demo code for using vite-imagetools to add cached, responsive, Next-Gen images to a SvelteKit site with no cumulative layout shift.
fluent-svelte - A faithful implementation of Microsoft's Fluent Design System in Svelte.
vite - Next generation frontend tooling. It's fast!
sveltekit-seo - Demo site for SvelteKit SEO showing how to set up meta tags in a SvelteKit blog site.
flowbite-svelte - Official Svelte components built for Flowbite and Tailwind CSS