#vitepress — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #vitepress, aggregated by home.social.
-
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 -
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 -
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 -
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 -
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 -
@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
- #OpenVPNI also have a playbook to automate the backups (on and off-site)
-
I'm ditching my (long ignored) blog on blogger.com and hosting my own using #VitePress on my #Hetzner server. If you are interested, check it out here: https://blog.devenphillips.dev/ - I am in the process of blogging about my journey setting up my personal private cloud if that it of interest. #privacy #privatecloud #hosting #linux #containers #blogging
-
I wrote a guide to migrating VuePress sites to VitePress
-
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",
},
},
``` -
Release Timeline — визуализация GitHub релизов в вашей документации
Данное приложение было создано для красивого и удобного показа изменений во Vue 3 проекте в его документации на VitePress. После оно было сделано универсальным, и может быть подключено в любой HTML странице как Web component или микрофронтенд. Попробовать - https://vuesence.github.io/release-timeline/ . Слева вверху можно указать любой публичный репозиторий.