Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/leighayanid/digital-garden
- Owner: leighayanid
- Created: 2022-02-03T13:52:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T05:07:31.000Z (almost 3 years ago)
- Last Synced: 2024-10-02T19:21:08.317Z (3 months ago)
- Topics: digitalgarden, nuxt, nuxtcontent
- Language: Vue
- Homepage: https://lrdgarden.netlify.app
- Size: 8.43 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 CMSFeel 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
```