home.social

#vitepress — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #vitepress, aggregated by home.social.

  1. 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

  2. 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

  3. 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

  4. 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

  5. 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

  6. @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)

  7. 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: 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

  8. I added GitHub’s high contrast themes to the syntax highlighter Shiki github.com/shikijs/textmate-gr. 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",
    },
    },
    ```

    #VitePress #shiki #a11y #FrontEnd

  9. Release Timeline — визуализация GitHub релизов в вашей документации

    Данное приложение было создано для красивого и удобного показа изменений во Vue 3 проекте в его документации на VitePress. После оно было сделано универсальным, и может быть подключено в любой HTML странице как Web component или микрофронтенд. Попробовать - vuesence.github.io/release-tim . Слева вверху можно указать любой публичный репозиторий.

    habr.com/ru/articles/792822/

    #github #release #timeline #vitepress #web_components