0.1.0 • Published 2 years ago

@logture/monorepo v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

LogTure

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

Setup

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`

Customizing

Edit /config/index.js to get started.

To customize blog theme, edit /styles/variables.scss.

Enjoy!

TODO

  • Support PWA
  • Optimize SEO
  • Transform to TypeScript
  • Finish documentation