Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anoochit/markdown_blog
A sample markdown blog
https://github.com/anoochit/markdown_blog
Last synced: 1 day ago
JSON representation
A sample markdown blog
- Host: GitHub
- URL: https://github.com/anoochit/markdown_blog
- Owner: anoochit
- License: mit
- Created: 2024-03-16T16:26:00.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-25T03:19:32.000Z (11 months ago)
- Last Synced: 2024-05-21T07:04:23.020Z (9 months ago)
- Language: Dart
- Size: 775 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Markdown Web Site
Config your site in `lib/const.dart`.
Create a markdown file in `assets/contents` directory, use timestamp as filename eg; 202403140600.md
Generate site data using command
```bash
dart bin/gen.dart
```Then build Fullter web
```bash
flutter build web
```You can use GitHub Page, Globe, Firebase Hosting as a hosting for your web.
![](/screenshots/screenshot01.png)
![](/screenshots/screenshot02.png)