https://github.com/usrme/snippets
Personal snippets ✂️
https://github.com/usrme/snippets
astro markdown netlify
Last synced: 6 months ago
JSON representation
Personal snippets ✂️
- Host: GitHub
- URL: https://github.com/usrme/snippets
- Owner: usrme
- Created: 2024-09-13T13:33:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T12:44:52.000Z (over 1 year ago)
- Last Synced: 2025-03-09T05:26:41.500Z (over 1 year ago)
- Topics: astro, markdown, netlify
- Language: JavaScript
- Homepage: https://snippets.usrme.xyz
- Size: 261 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snippets
[](https://app.netlify.com/sites/usrme-snippets/deploys)
## 🚀 Project Structure
```console
$ tree -L 5 -I 'dist|node_modules|public'
.
├── README.md
├── astro.config.mjs
├── package-lock.json
├── package.json
├── src
│ ├── content
│ │ ├── config.ts
│ │ └── docs
│ │ ├── index.md
│ │ └── snippets
│ │ ├── ansible.md
│ │ ├── docker-podman.md
│ │ ├── git.md
│ │ ├── kubernetes.mdx
│ │ ├── powershell.md
│ │ ├── shell.md
│ │ └── vim.mdx
│ ├── env.d.ts
│ └── styles
│ └── starlight.css
└── tsconfig.json
```