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.
- Host: GitHub
- URL: https://github.com/samzhangjy/logture
- Owner: samzhangjy
- License: mit
- Created: 2022-05-11T10:35:59.000Z (almost 4 years ago)
- Default Branch: stable
- Last Pushed: 2022-08-15T04:31:29.000Z (over 3 years ago)
- Last Synced: 2023-03-06T21:10:21.691Z (about 3 years ago)
- Topics: blog, blog-frontend, framework, modern, nextjs, react, seo, ssg, static, typescript
- Language: TypeScript
- Homepage: https://logture.vercel.app
- Size: 442 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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