https://github.com/piyush-linux/template
https://github.com/piyush-linux/template
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/piyush-linux/template
- Owner: Piyush-linux
- Created: 2023-08-11T13:04:11.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T10:09:03.000Z (over 2 years ago)
- Last Synced: 2025-02-14T11:00:09.987Z (over 1 year ago)
- Language: Shell
- Size: 975 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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/' },
]
}
],
```