aywengo / react-app-blog-resume

Personal blog and vCard site
melnyk.co
3 stars 0 forks source link

Integrate Jekyll-like blog engine #1

Open aywengo opened 8 years ago

aywengo commented 8 years ago

Try to add something Jekyll-like blog engine. An admin user adds to folder/database file/text written with markdown format. The engine should recognise date when a post was added and format text accordingly.

JimmyLv commented 8 years ago

Do you already have some articles with markdown format? How about try to expose them from back-end service directly, as json api?

aywengo commented 8 years ago

That's actually is the idea of having it. The service sends markdown stream and a client-side logic render the sent post. I have got another github repo aywengo.github.io where I am going to left markdown text. The REST is supposed to take files from there.

JimmyLv commented 8 years ago

Aha, cool~ How do you implement the service and the REST api?