Live MicroBlog Example - https://devearley.github.io/earley.dev/
This blog is powered by Showdown - a JS library that parses markdown files into HTML.
- Each blog entry listed in the
filesarray will be downloaded with aXMLHttpRequest. - After the entries are downloaded, they are sorted to match the order in the
filesarray. - The sorted blog entries are converted to HTML and added to the div with the
MicroBlogid.
- Download and install Node.js
- Install http-server
npm i -g http-server- Download and Extract this gist.
- Open
run.cmdand adjust the port (1234 by default) run.cmdwill open a browser and navigate to localhost:1234 automatically.
Please let me know how you use MicroBlog! Send me a message, leave a comment or DM me on twitter =D
-DevEarley