Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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.
```