VitePress localSearchPlugin 버그 디버깅하기
https://hackers.pub/@moreal/2025/vitepress-localsearchplugin-debugging
VitePress localSearchPlugin 버그 디버깅하기
https://hackers.pub/@moreal/2025/vitepress-localsearchplugin-debugging
New article: Per-page dynamic social metas in VitePress
VitePress's `head` config can add site-wide static `<meta>`s. But I want social previews to show page-specific content. That’s more involved. Here’s my solution.
https://olets.dev/posts/per-page-dynamic-social-metas-in-vitepress
I wrote a guide to migrating VuePress sites to VitePress
Working on the #LogTape website… #VitePress saves me again.
I added GitHub’s high contrast themes to the syntax highlighter Shiki https://github.com/shikijs/textmate-grammars-themes/issues/86. The latest version of VitePress upgrades its Shiki dependency, so its codeblocks can pass color contrast accessibility guidelines! Use `github-light-high-contrast` and/or `github-dark-high-contrast` in your VitePress config. For example
```
markdown: {
theme: {
dark: "github-dark-high-contrast",
light: "github-light-high-contrast",
},
},
```
git-random is a tool I wrote to help with learning to rewrite Git history. It simplifies building commit histories, giving you something to practice on.
It was an unpublicized rough draft for years. Now I’ve polished it, added some additional features I wanted when I was learning (create multiple commits with one command; create commits which will trigger conflicts), and built a docs site with @vite VitePress
When is open graph image generation coming to #VitePress?
Finally (!) redid the docs for screeenly.
Ditched GitBook in favour of Vitepress and made the repo open source.
https://docs.3.screeenly.com/
https://github.com/screeenly/docs
Also added Scalar (https://github.com/scalar/scalar) to have a beautiful Open API references "renderer”
https://docs.3.screeenly.com/reference/
“Trying Out Bun For Node.js Package Management”
https://www.olets.dev/posts/trying-out-bun-for-nodejs-package-management/
I used Bun as the package manager for my fluid typography Tailwind plugin’s #VitePress docs site https://tailwindcss-fluid-font-size.olets.dev/. Dependency installation was _fast_! Then I tried it on an @eleventy site. Dependency installation was _slow_, maybe because of `eleventy-image`’s sharp dependency? I’ll see how it goes on the next project.
I'm conflicted on wether I should write a #zola theme from scratch for our companie's knowledge base and knowledge mamagement, or should i just use #vitepress which has those themes already
My heart says zola but my brain says vitepress.
Migrating the #Fedify docs website from #Lume to #VitePress…
Dokumentation auf Vue.js-Basis: #VitePress erreicht Version 1.0 | Developer https://www.heise.de/news/Dokumentation-auf-Vue-js-Basis-VitePress-erreicht-Version-1-0-9665116.html #JavaScript #Webdev #Webdevelopment
I've been playing a lot with #vitepress these past (late) evenings. Great fun!
The result is the start of a #blog I always wanted to make, but never bothered to setup because I never found a stack that really suited me.
I think I have found it.
Markdown is a must, check. Using #vue to customize, I love Vue, so check.
Welcome to the world
https://abc.fractalf.net/
I name thee:
Ălf's Ɓrain Ċache
First article is a long tutorial about setting up VitePress, easy!
#VitePress v1.0.0 was released just a couple of days ago.
I played around with VuePress some years back, but this looks much better now.
Tried it out and loved it! The defaults look great and it's really easy to customize.
Ofc it also works as a static site generator, which is what I've been looking for..
..so I started the obvious pet project of making a new #blog with it.
Coming soon!
Pages CMS
by Ronan Berder
@hunvreus
The No-Hassle CMS for GitHub
#cms #Github #jekyll #staticsitegenerator #cms #vuejs #vue #hugo #nextjs #gatsby #staticsite #astro #ssg #docusaurus #eleventy #vuepress #vuejs3 #11ty #vitepress
https://github.com/pages-cms/pages-cms
https://pagescms.org/
Release Timeline — визуализация GitHub релизов в вашей документации
Данное приложение было создано для красивого и удобного показа изменений во Vue 3 проекте в его документации на VitePress. После оно было сделано универсальным, и может быть подключено в любой HTML странице как Web component или микрофронтенд. Попробовать - https://vuesence.github.io/release-timeline/ . Слева вверху можно указать любой публичный репозиторий.
The Ultri documentation site is up.
https://docs.ultri.net/
They are the same as for Izzup currently, but they'll diverge quickly as we offer more services.
So next up, Matrix or Aakoma/XMPP?
#fediverse #matrix #aakoma #xmpp #vitepress
I'm starting to put together the documentation for Izzup.com.
https://docs.izzup.com/
Outside of the required legal docs, what subjects could use the most attention?
#fediverse #documentation #vitepress
@opensource is there anyone in Glasgow who might feel like helping me figure out how to deploy a #vitepress site on #GitHub #Pages?