localmin / localmin.github.io

My blog powered by Astro

Home Page:https://localmin.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inkdrop Blog Template

A template for creating simple blogs using live-export.

Tutorial

Coming soon

Stack

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
│   │   ├── tags        # tags pages
│   │   └── posts       # .md files
│   └── styles          # global stylesheets
└── tools               # Inkdrop integration

How to use it

First off, clone this repository:

git clone git@github.com:inkdropapp/inkdrop-blog-template.git ./your-blog

Import notes from your Inkdrop local server

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.

About

My blog powered by Astro

https://localmin.github.io/

License:MIT License


Languages

Language:TypeScript 43.0%Language:Astro 40.2%Language:JavaScript 12.1%Language:CSS 3.8%Language:Shell 0.9%