Skip to content

teampopong/blog.popong.com

Repository files navigation

Team POPONG dev blog

Init (optional)

make init
make serve

Create

  • Create new file in the _posts folder

    • File name is in YYYY-MM-DD-title.md

    • File header should be as follows:

        ---
        layout: post
        title: "<Put your title here -- you probably want to wrap your title with quotation marks>"
        date: <Put the author name here>
        ---
      
        <Contents should come here>
      

    See an example here.

  • In case you want to provide links to external documents, please consider the following:

Deploy (optional)

make deploy