djraivis / rai.run

Built with Astro and Tailwind CSS

Home Page:https://js.rai.run/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inkdrop App User - Raivis

Welcome to my corner of the coding universe! I’ve taken inspiration from Craftzdog’s brilliant work, adding my own touch to create this blog where I share the tech notes and insights I gather along my coding journey. This space is my tech notebook, where every post is a reflection of the challenges I tackle and the discoveries I make. Dive in to explore the evolving landscape of tech through my eyes, as I document and discuss the nuances of programming and development.

thumbnail

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

0r

yarn run live-import

Tutorial

Watch how craftzdog built this website on YouTube: https://youtu.be/3_JE76PKBWE

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

Netlify Status

About

Built with Astro and Tailwind CSS

https://js.rai.run/

License:Other


Languages

Language:Astro 57.6%Language:TypeScript 22.8%Language:CSS 10.0%Language:JavaScript 9.6%