initial commit
This commit is contained in:
65
docs/index.md
Normal file
65
docs/index.md
Normal file
@@ -0,0 +1,65 @@
|
||||
---
|
||||
# https://vitepress.dev/reference/default-theme-home-page
|
||||
layout: home
|
||||
|
||||
hero:
|
||||
name: "Liam's code snippets"
|
||||
text: Assorted snippets and musings
|
||||
actions:
|
||||
- theme: alt
|
||||
text: .NET
|
||||
link: /dotnet/
|
||||
|
||||
- theme: alt
|
||||
text: Ansible
|
||||
link: /ansible/
|
||||
|
||||
- theme: alt
|
||||
text: CSS
|
||||
link: /css/
|
||||
|
||||
- theme: alt
|
||||
text: EF Core
|
||||
link: /ef-core/
|
||||
|
||||
- theme: alt
|
||||
text: Git
|
||||
link: /git/
|
||||
|
||||
- theme: alt
|
||||
text: Github Actions
|
||||
link: /github-actions/
|
||||
|
||||
- theme: alt
|
||||
text: Nginx
|
||||
link: /nginx/
|
||||
|
||||
- theme: alt
|
||||
text: Nuxt
|
||||
link: /nuxt/
|
||||
|
||||
- theme: alt
|
||||
text: PowerShell
|
||||
link: /powershell/
|
||||
|
||||
- theme: alt
|
||||
text: React
|
||||
link: /react/
|
||||
|
||||
- theme: alt
|
||||
text: React Native
|
||||
link: /react-native/
|
||||
|
||||
- theme: alt
|
||||
text: Terraform
|
||||
link: /terraform/
|
||||
|
||||
# features:
|
||||
# - title: Feature A
|
||||
# details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
||||
# - title: Feature B
|
||||
# details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
||||
# - title: Feature C
|
||||
# details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
||||
---
|
||||
|
Reference in New Issue
Block a user