Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xadada/0xadada.github.io
🏠 homepage (powered by Next.js & GitHub pages)
https://github.com/0xadada/0xadada.github.io
Last synced: 15 days ago
JSON representation
🏠 homepage (powered by Next.js & GitHub pages)
- Host: GitHub
- URL: https://github.com/0xadada/0xadada.github.io
- Owner: 0xadada
- License: mit
- Created: 2017-01-02T17:03:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T00:33:30.000Z (about 2 months ago)
- Last Synced: 2024-10-18T08:24:51.115Z (26 days ago)
- Language: TypeScript
- Homepage: https://0xadada.pub
- Size: 310 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```## Markdown examples
Metadata fields
- `title: string`
- `description: string`
- `image?: string`
- `noindex?: true`
- `tags?: string[]`Image gallery
```markdown
![Engine intake](/static/images/2015-08-15-raspec-impreza-engine-intake.jpg)
![Engine intercooler](/static/images/2015-08-15-raspec-impreza-engine-intercooler.jpg)
```Quote
```markdown
> The air traveller only travels after he has landed.
>
> Marshall McLuhan Understanding Media
```Bibliography
```
book 1
book 2
```Footnote
```
Lorem ipsum[^1] dolor.[^1]:
Notes can be
multiline.
```