https://github.com/rishi-raj-jain/digital-garden
My digital garden. This is where I collect and store my thoughts, ideas, reminders, references and documentation
https://github.com/rishi-raj-jain/digital-garden
Last synced: 29 days ago
JSON representation
My digital garden. This is where I collect and store my thoughts, ideas, reminders, references and documentation
- Host: GitHub
- URL: https://github.com/rishi-raj-jain/digital-garden
- Owner: rishi-raj-jain
- Created: 2024-02-04T09:01:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-04T09:08:32.000Z (about 1 year ago)
- Last Synced: 2024-10-12T13:34:44.381Z (7 months ago)
- Language: Astro
- Homepage: https://garden.th7mo.com
- Size: 298 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
This repository is my Digital Garden.
The digital garden is hosted at [garden.th7mo.com](https://garden.th7mo.com).
It is built with HTML and CSS.
Intentionally without JavaScript.
It uses [Astro](https://astro.build/) as a static site generator to add the boilerplate HTML to every content file.## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run deploy` | Build and deploy to the production server |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |