Posts Tagged "Server-Side"

4 posts with this tag

Templates

Using EJS for specific pages

You may ask yourself the reason for a third option of files since we already can create posts and pages in Markdown. Well the reason is that a template can do much more than a Mark...

Read the post


Posts and Pages

Writing with Markdown

This post intends to show you how to format a Markdown file to write a post or a page.<br /> The bellow instructions are applicable if you want to create a post or a page by your...

Read the post


The Markdown route

Rendering posts and pages

Under the routes folder lives the `markdownRoute.js` file, it's the most important file of the app, the heart and soul of [Blog-Doc](/posts/what-is-blog-doc). This file looks at tw...

Read the post


The Main Route

The blog behind the curtains

The` mainRoute.js` file, under the **routes** folder, is where all the functionalities of the blog are defined. It collects, paginates and displays, all the Markdown files in the *...

Read the post