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

https://github.com/justunsix/garden

Digital garden of notes and learning stuff
https://github.com/justunsix/garden

astro digital-garden digitalgarden health learning sport technology

Last synced: about 2 months ago
JSON representation

Digital garden of notes and learning stuff

Awesome Lists containing this project

README

        

# justunsix.github.io/garden

The source code for my digital garden with notes and learning stuff.

## Usage

- Use regular
[Astro setup and build commands](https://docs.astro.build/en/develop-and-build/)
- See `Makefile`

## Technology

- Website is built with [Astro](https://astro.build/) website framework with
[Starlight](https://github.com/withastro/starlight) theme.
- Markdown
- Content is managed in [Emacs org](https://orgmode.org/) files and converted
to markdown in this repository using [pandoc](https://pandoc.org/)
- Conversion to markdown is still being worked on so expect broken links,
images, and problems in markdown files
- Hosted on [GitHub pages](https://pages.github.com/)

## Acknowledgements

- [About Digital Gardens](https://maggieappleton.com/garden-history)