Skip to content

Commit f4fea2f

Browse files
committed
feat(homepage): add some buttons to homepage
1 parent b80db72 commit f4fea2f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

homepage/docs/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
---
2+
hide:
3+
- navigation
4+
- toc
25
title: PodOS - Your personal online data OS
36
---
47
![Image title](./assets/logo-text.svg#only-light)
58
![Image title](./assets/logo-text-white.svg#only-dark)
69

10+
#
11+
712
PodOS is an online operating system that helps you to access and mange your data on the web.
813

914
Thanks to the [Solid Protocol](https://solidproject.org), PodOS can access data anywhere on the web and you stay in full control of where to store it.
15+
16+
[Get Started](getting-started/index.md){.md-button .md-button--primary}
17+
[Contribute](contributing/index.md){: .md-button }

homepage/mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ theme:
2828
scheme: slate
2929
toggle:
3030
icon: material/brightness-4
31-
name: Switch to system preference
31+
name: Switch to system preference
32+
markdown_extensions:
33+
- attr_list

0 commit comments

Comments
 (0)