0.2.3 ā€¢ Published 5 years ago

gatsby-theme-digital-garden v0.2.3

Weekly downloads
380
License
MIT
Repository
github
Last release
5 years ago

šŸŒ» WIP Digital Garden

Digital Garden is a content-first project meant to make it easier to write and curate content on the web. This is a project I've built for myself but hope it can be useful for other folks looking to create their own gardens that leverage the open web. You can use components in your content seamlessly using MDX which is rad for writing.

Motivation

I was inspired by numerous posts that struck a chord. At the time of writing this I had roughly 100 WIP blog posts and essays that were sitting, hidden in a local directory: ~nt.

With a nice digital garden, content can be fun again. With MDX you can now write dynamic and immersive content that can show rather than tell. I've found myself writing a lot more, and want to make it easy as hell to share that content with the community. With a digital garden I can share thoughts with folks without having to copy pasta the material to a GitHub Gist.

Installation

Install the libraries that are needed:

yarn add gatsby gatsby-theme-digital-garden react react-dom

Usage

Create a gatsby-config.js that uses the gatsby-theme-digital-garden theme:

// gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: 'gatsby-theme-digital-garden',
      options: {}
    }
  ]
}

Project structure

site
ā”œā”€ā”€ gatsby-config.js
ā”œā”€ā”€ package.json
ā”œā”€ā”€ pages
ā”‚   ā””ā”€ā”€ index.md
ā”‚   ā””ā”€ā”€ contact.md
ā”œā”€ā”€ posts
ā”‚   ā””ā”€ā”€ my-first-post.md
ā””ā”€ā”€ wiki
    ā”œā”€ā”€ music
    ā”‚   ā””ā”€ā”€ list.md
    ā””ā”€ā”€ thoughts
        ā”œā”€ā”€ thoughts-1.md
        ā””ā”€ā”€ thoughts-2.md

Ordering your content

:warning: Not yet implemented

Only the journal feature uses chronological order by default since it's meant to be a long running diary of ideas. The posts and wiki categories default to alphabetical but allow for you to set a priority. The priority key is used to sort. The higher priority number wins.

---
title: My wiki page
priority: 9999
---

šŸ›° Future

This project is nowhere close to completed. There are numerous things on the horizon like:

  • Content ordering
  • Wiki index page
  • Typography theming
  • Layout theming
  • Custom colors
  • Projects section (portfolio)
  • Post archive

Built with

Related

These following posts served as an inspiration to start this project.

0.2.4-ci.2

5 years ago

0.2.4-ci.1

5 years ago

0.2.3-ci.11

5 years ago

0.2.3

5 years ago

0.2.3-ci.10

5 years ago

0.2.3-ci.9

5 years ago

0.2.3-ci.8

5 years ago

0.2.3-ci.7

5 years ago

0.2.3-ci.6

5 years ago

0.2.3-ci.5

5 years ago

0.2.3-ci.4

5 years ago

0.2.3-ci.3

5 years ago

0.2.3-ci.2

5 years ago

0.2.3-ci.1

5 years ago

0.2.3-ci.0

5 years ago

0.2.2-ci.3

5 years ago

0.2.2

5 years ago

0.2.2-ci.2

5 years ago

0.2.2-ci.1

5 years ago

0.2.2-ci.0

5 years ago

0.2.1

5 years ago

0.2.1-ci.3

5 years ago

0.2.1-ci.2

5 years ago

0.2.1-ci.0

5 years ago

0.1.6-ci.7

5 years ago

0.2.0

5 years ago

0.1.6-ci.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.31

5 years ago

0.0.30

5 years ago

0.0.29

5 years ago

0.0.28

5 years ago

0.0.27

5 years ago

0.0.26

5 years ago

0.0.25

5 years ago

0.0.24

5 years ago

0.0.23

5 years ago

0.0.22

5 years ago

0.0.21

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.1-alpha.9

5 years ago

0.0.1-alpha.8

5 years ago

0.0.1-alpha.7

5 years ago

0.0.1-alpha.6

5 years ago

0.0.1-alpha.5

5 years ago

0.0.1-alpha.4

5 years ago

0.0.1-alpha.3

5 years ago

0.0.1-alpha.2

5 years ago

0.0.1-alpha.0

5 years ago