https://github.com/thislight/lessblog
Less is Mooooooooooooooooooooooooooooooooooore! A simple blog generator create by Dart.
https://github.com/thislight/lessblog
Last synced: 10 months ago
JSON representation
Less is Mooooooooooooooooooooooooooooooooooore! A simple blog generator create by Dart.
- Host: GitHub
- URL: https://github.com/thislight/lessblog
- Owner: thislight
- Created: 2019-02-15T10:51:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T11:42:22.000Z (over 7 years ago)
- Last Synced: 2025-02-12T20:37:55.738Z (over 1 year ago)
- Language: Dart
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LessBlog
Less is Moooooore!
Maybe it's most powerful blog generator of ALL WORLD.
## How to use
1. Install Dart SDK 1.24.3 -> https://dartlang.org
2. Clone this repo
3. Change the website infomation in `blog.json`
4. Run `pub get` in this directory (which had this file)
5. Do some editing in `lessblog.dart` (not `lib/lessblog.dart`)
6. Run `dart lessblog.dart` to compile your posts to website, if not error message there, its done
7. Your website will be in directory `public`
8. Write down your story in directory `posts`
9. If you want know how RenderEngine work (for create theme yourself), `lib/default.dart` is a good example
10. I don't know is dart 2 support it
11. All about post infomation will store in `posts.json`
## TODO
- Improve default theme user interface
- Offer macro language
## License
The MIT License
## Donate
https://liberapay.com/thislight/donate
Thank you!