generated from Templates/Baseline
OCram85
ea513c90ac
### 📖 Summary - updatee changelog - add blog post - update guides ### 📑 Test Plan ✅ CI pipeline tests (Default) ### 💬 Details _No response_ ### 📚 Additional Notes _No response_ Reviewed-on: #122
37 lines
1.0 KiB
Markdown
37 lines
1.0 KiB
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: 'Arkanum'
|
|
text: 'An opinionated VS Code distribution'
|
|
tagline: 'Start coding remotely with a containerized editor.'
|
|
image:
|
|
src: /logo.png
|
|
alt: Arkanum
|
|
actions:
|
|
- theme: brand
|
|
text: 🧙 Get Started
|
|
link: /guide/about
|
|
- theme: alt
|
|
text: Show Sources
|
|
link: https://gitea.ocram85.com/arkanum/arkanum
|
|
- theme: alt
|
|
text: 🧑🤝🧑💬 Join the Community
|
|
link: https://matrix.to/#/#arkanum:matrix.org
|
|
|
|
features:
|
|
- title: Beginner Friendly
|
|
icon: ✨
|
|
details: Trying to provide the best user experience! - Especially for beginners.
|
|
- title: Access Anywhere
|
|
icon: 🌎
|
|
details: Access your dev environment from anywhere.
|
|
- title: Arkanum CLI
|
|
icon: 🧙
|
|
details: Includes <code>Arkanum CLI</code> to install additional languages and frameworks.
|
|
- title: Gitea + CI/CD
|
|
icon: 🚧
|
|
details: Optimized tooling for Gitea + Woodpecker-CI workflows.
|
|
---
|