You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: views/posts/templates.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@ Otherwise, Blog-Doc comes with an identical template to the previous code. You c
88
88
89
89
If you followed the articles related to [Blog-Doc](/tags/Blog-Doc) from the beginning till this one, you now have a solid understanding of how everything works under the hood, how the components are displayed on the front-end, how the posts, pages and templates files are rendered on the front-end, and how to use them.
90
90
91
-
You can take Blog-Doc as a prototype and modify it totally to use it with another design and/or another template language.
91
+
You can take Blog-Doc as a prototype and modify it totally to use it with another design and/or another template language.
92
+
**As a proof of concept, I've rebuild [my own blog](https://lebcit.github.io/) with Blog-Doc** ❤️
92
93
93
94
I really hope that this app will be useful in any way for a lot of people out there, I'm considering it as my personal contribution to the Node.js, Express, EJS and Markdown communities.
0 commit comments