How to Write a Blog
This is an introductory guide on how to add new blog posts in this setup.
- Create a new directory inside the
ஓய்வுfolder (for example,my_first_post). - Create an
index.htmlfile inside that new directory. You can copy this page's source code as a template! - Update the
<title>, heading, and content of the post in the.htmlfile. - Finally, add a link and description to the post in the main
otium/index.htmlpage, following the existing format.
Happy writing!