Craftzdog Uses Save

A curated list of the tech I use, built with Astro and Tailwind CSS

Project README

Takuya's curated list of the tech

A curated list of the tech I use, built with Astro and Tailwind CSS

https://uses.craftz.dog/

Tutorial

Watch how I built this website on YouTube:

tutorial thumbnail

https://youtu.be/3_JE76PKBWE

Stack

  • Astro - Static Website Framework
  • Tailwind CSS - CSS Framework
  • React - Component-based UI framework for JS
  • Headless UI - Unstyled interactive components
  • React Icons - Icon set
  • Inkdrop - Markdown note-taking app, for writing the blog content (optional)

Project Structure

Inside of your Astro project, you'll see the following folders and files:

PROJECT_ROOT
├── public              # static assets
│   └── posts           # images of posts
├── src
│   ├── components      # Astro & React components
│   │   └── icons
│   ├── layouts         # page layouts
│   ├── pages           # page files
│   │   ├── categories  # category pages
│   │   └── posts       # .md files
│   └── styles          # global stylesheets
└── tools               # Inkdrop integration

How to import notes from your Inkdrop local server

First, please check out the live-export documentation.

Create .env file as following:

DEBUG='inkdrop:export:info,inkdrop:export:error'
INKDROP_USERNAME='***'
INKDROP_PASSWORD='***'
INKDROP_PORT=***
INKDROP_BOOKID='***'

Then, run the following command:

npm run live-import

License

MIT License.

You can create your own homepage for free without notifying me by forking this project under the following conditions:

  • Delete my blog content and assets
  • Add a link to my homepage

Looking for a Markdown note-taking app? Check out my app called Inkdrop:

Inkdrop

Open Source Agenda is not affiliated with "Craftzdog Uses" Project. README Source: craftzdog/craftzdog-uses
Stars
243
Open Issues
1
Last Commit
11 months ago

Open Source Agenda Badge

Open Source Agenda Rating