A minimal designed, fully customizable, and extensible modern personal blogging framework, built with Nextjs.
Demo: https://logture.vercel.app/
Note: this is a work in progress.
Features:
- Fully customizable
- Easy to use
- SEO optimized
- SSG (Static Site Generation) supported
- Deploy anywhere
Clone this repository to your local machine and run the following commands:
$ cd /path/to/logture_source_code
$ npm install # or `yarn`
$ npm run dev # or `yarn dev` to start the development server
To build your static blog, run the following commands:
$ npm run build # or `yarn build`
$ # To start the local production server, run:
$ npm run start # or `yarn start`
Edit /config/index.js
to get started.
To customize blog theme, edit /styles/variables.scss
.
Enjoy!
- Support PWA
- Optimize SEO
- Transform to TypeScript
- Finish documentation