/CMS-like-blog

This repo contains content shown at codepen project: CMS like blog project

CMS-like-blog

How to post a new section at CMS like blog?

the main project consist of this

blog-content
|-  section-title-1
|   |-  desc.md
|   |-  full.md
|-  section-title-2
|   |-  desc.md
|   |-  full.
|-  section-title-n
|   |-  desc.md
|   |-  full.md

in a nutshell all this means the section title of the blog will be the inner blog-content folder-name,

desc.md
is the file used to show the minified version of the whole content,
full.md
is the file used to show the whole content , btw you can include links , images, and all markdown stuff you can go to
/blog-content
and create a new file ,
/blog-content-title/desc.md

psst, in

/blog-content-title/desc.md
you add de description of the blog plus an image representing it! ⚡ 💥 🔥

Pic