Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arashsheyda/arashsheyda-arch

My personal website built with Arch(Nuxt 3 & Content 2)
https://github.com/arashsheyda/arashsheyda-arch

Last synced: 15 days ago
JSON representation

My personal website built with Arch(Nuxt 3 & Content 2)

Awesome Lists containing this project

README

        

Build your personal website less than a minute with Markdown, powered by Nuxt 3

[![Nuxt Arch](https://raw.githubusercontent.com/arashsheyda/arch/main/.playground/public/cover.jpg)](#)

## Nuxt Arch

> [📄 Arch](#) is the fastest & easiest way to build your personal website.

- [📄 Documentation](#)
- [📄 Starter Template](https://github.com/arashsheyda/arch-starter)
- [📄 Example](https://github.com/arashsheyda/arashsheyda-arch)

## Start a project with Arch 🚀

You can use [this template](https://github.com/arashsheyda/arch-starter) to create a new project.

If you want to add Arch to an existing codebase, you can do so with:

- Install the dependency:

```bash
npm install arch-nuxt --dev
```

- Add it to your extends key in `nuxt.config.ts`:

```ts
defineNuxtConfig({
extends: 'arch-nuxt'
})
```

## Todo 📝
- [ ] performance improvements
- [ ] Add documentation
- [ ] fix seo

## License 📎

[MIT License](./LICENSE)