A template for creating simple blogs using live-export.
Coming soon
- Astro - Static Website Framework
- Tailwind CSS - CSS Framework
- React - Component-based UI framework for JS
- React Icons - Icon set
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
First off, clone this repository:
git clone [email protected]:inkdropapp/inkdrop-blog-template.git ./your-blog
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
MIT License.