fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

8.7K
active users

#VitePress

0 posts0 participants0 posts today

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",
},
},
```

GitHubAdd GitHub's high contrast themes · Issue #86 · shikijs/textmate-grammars-themesBy olets

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

git-random.olets.dev/

git-randomgit-randomAn aid for learning and experimenting with Git.

“Trying Out Bun For Node.js Package Management”

olets.dev/posts/trying-out-bun

I used Bun as the package manager for my fluid typography Tailwind plugin’s #VitePress docs site tailwindcss-fluid-font-size.ol. 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.

www.olets.devTrying Out Bun For Node.js Package ManagementIt's super fast! Sometimes.

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
abc.fractalf.net/

I name thee:
Ălf's Ɓrain Ċache

First article is a long tutorial about setting up VitePress, easy!

abc.fractalf.netabc.fractalf.netAlf's Brain Cache - A public record of stuff I fiddle with

#VitePress v1.0.0 was released just a couple of days ago.

vitepress.dev/

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!

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

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

habr.com/ru/articles/792822/

vuesence.github.ioRelease Timeline