An open API service indexing awesome lists of open source software.

https://github.com/samzhangjy/logture

:memo: A modern and light-weight personal blogging framework built with Nextjs.
https://github.com/samzhangjy/logture

blog blog-frontend framework modern nextjs react seo ssg static typescript

Last synced: about 1 year ago
JSON representation

:memo: A modern and light-weight personal blogging framework built with Nextjs.

Awesome Lists containing this project

README

          

# LogTure

A minimal designed, fully customizable, and extensible modern personal blogging framework, built with Nextjs.

Demo:

**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:

```bash
$ 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:

```bash
$ 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

- [x] Support PWA
- [x] Optimize SEO
- [x] Transform to TypeScript
- [ ] Finish documentation