Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leighayanid/digital-garden

Simple and neat digital garden template. Built with Nuxt.js, Nuxt content and Netlify CMS.
https://github.com/leighayanid/digital-garden

digitalgarden nuxt nuxtcontent

Last synced: 3 months ago
JSON representation

Simple and neat digital garden template. Built with Nuxt.js, Nuxt content and Netlify CMS.

Awesome Lists containing this project

README

        

# digital-garden 💮

My digital garden.

Powered by Nuxt.js, Nuxt Content and Netlify CMS.

## Features include but not limited to

- ✅ Markdown
- ✅ Highly customizable
- ✅ Styled with TailwindCSS
- ✅ Dark mode
- ✅ Tags
- ✅ Sorting
- ✅ Search
- 🚧 Pagination
- ✅ Statically generated
- ✅ Hosted on Netlify
- ✅ Netlify CMS

Feel free to use this as a template for your own digital garden.

## Build Setup

```bash
# clone the project
$ git clone https://github.com/leighayanid/digital-garden.git

# cd into the project
$ cd digital-gardent

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate
```