An open API service indexing awesome lists of open source software.

https://github.com/piyush-linux/template


https://github.com/piyush-linux/template

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# HACK

```md
---
layout: doc / home
title: Tailwind CSS
description: Snippet
head:
- - meta
- name: description
content: hello
- - meta
- name: keywords
content: super duper SEO
---
```

---

## Code of Conduct
0. Setup
-

1. Config
- /docs/.vitepress/config.js

2. Customization

```md
---
layout:
title:
description:
---
```

### Sidebar
```js
sidebar: [
{
// link:'/networking',
text: 'Hacking',
items: [
{ text: 'Intro', link: '/introduction' },
{ text: 'Linux', link: '/getting-started' },
{ text: 'Networking', link: '/networking/' },
]
}
],
```