Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)