Posts Tagged "Server-Side"

4 posts with this tag

Why Templates Are a Game Changer

Using template engine for specific pages

You might be wondering why we need a third type of file when we already have Markdown files for creating posts and pages. The magic of templates lies in their extended capabilities...

Read the post


Posts and Pages

Writing with Markdown

Creating posts and pages manually in Blog-Doc is a breeze! Please keep in mind that creating posts and pages from the administration interface is much easier and safer...

Read the post


The Markdown route

Rendering posts and pages

In the default folder within the routes directory, you'll find the markdownRoute.js fileā€”this is essentially the heart and soul of Blog-Doc. It...

Read the post


The Main Route

The blog behind the curtains

The mainRoute.js file, found in the default folder within the routes directory, is where all the magic happens for the blog. It takes care of gathering, organizing, and s...

Read the post