经过Gemini的指点,找到了NVM Node Version Manager和 FlClash网站的模版:
https://vitepress.dev/zh
NVM: https://www.nvmnode.com/
FlClash:https://flclash.cc/
等有时间也搭建一个,虽然不知道搭建什么好,而且重要的是内容而非框架()
cont'd
- #AFFiNE - Open Source alternative to #Miro
- #PostgreSQL - Used for several of these services
- #SearXNG - Anonymizing meta search engine
- Blog - My personal blog built using #VitePress
经过Gemini的指点,找到了NVM Node Version Manager和 FlClash网站的模版:
https://vitepress.dev/zh
NVM: https://www.nvmnode.com/
FlClash:https://flclash.cc/
等有时间也搭建一个,虽然不知道搭建什么好,而且重要的是内容而非框架()
@Larvitz @jwildeboer I just re-tooled the Ansible for my "private cloud" to use the Traefik configuration from that blog post and tested it on a VM at Hetzner. 20 minutes to a private cloud with the following components:
- #Keycloak
- #OneDev
- #Vaultwarden
- #Nextcloud AIO
- #SearXNG
- Static blog site using #VitePress
- #OpenVPN
I also have a playbook to automate the backups (on and off-site)
Wahnsinn, was man mit #vitepress alles machen kann. Habe jetzt den Dokumentationsserver für #p2d2 (Public-Public Data-DNA) aufgesetzt 🤩
und einige Dokumentations-Markdowns endlich aus vom Server dahin gepackt, wo sie hin gehören.
Ein bisschen geflasht bin ich ja von von #molstar, einem Viewer für Biomoleküle, an dem man ein paar Ideen von p2d2 ganz gut nachvollziehen kann - wenn man will 😉
Jetzt müssen Inhalte noch nachgepflegt werden ..
#vitepress was a good help but I like my documentation websites to be available even without #javascript enabled.
I am now on a crusade to rewrite everything with
#zola + #pug + #tailwindcss
and a bit of #vue or #svelte but only where it is needed.
Yesterday, I stumbled upon VitePress via the Dovecot documentation and I like the design. Will it be worth to migrate my existing documentations from WordPress? We’ll see … 🫣
Comparando los principales generadores de páginas estáticas #jekyll #astrum #hug #11ty #docusaurus #VitePress
Apple is also betting on #VitePress for documentation websites:
VitePress localSearchPlugin 버그 디버깅하기
https://hackers.pub/@moreal/2025/vitepress-localsearchplugin-debugging
이 글은 Zenn 트렌드 봇 제작 중 VitePress 로컬 검색 기능의 버그를 발견하고 수정하는 과정을 담고 있습니다. Fedify 문서에서 검색 기능이 제대로 작동하지 않는 것을 확인한 후, 코드 블록 내의 특정 마크다운 문법(`markdown-it-jsr-ref` 플러그인)이 문제임을 밝혀냈습니다. VitePress의 `localSearchPlugin.ts` 파일을 분석하여, 헤딩 내의 `<a>` 태그를 처리하는 정규식의 non-greedy한 특성이 버그의 원인임을 알아내고, 정규식에서 `?` 기호를 제거하여 문제를 해결했습니다. PR을 통해 수정 사항을 제안하고 빠르게 머지된 경험을 공유하며, 디버깅 과정과 PR 준비에 대한 회고와 함께 개선점을 제시합니다. 이 글은 문제 해결 과정과 디버깅 경험을 통해 독자들에게 인사이트를 제공합니다.