Skip to content

celab-hcmut/celab-hcmut.github.io

Repository files navigation

Computer Engineering Lab's Website

The website is built by Hugo static site generator with customized Portio theme.

Create a new blog post

Please fork or create a new branch to push a new post, then make a pull request.

Post

Write a markdown file with parameters below in the content/blog directory.
Parameters:

  • title: Article's title
  • date: publish date
  • featureImage: link to the image of the post (show under the title)
  • postImage: link to the thumb of the post (show in blog section of the home page)

Multilingual:

Write 2 file postname.md and postname.vi.md for English and Vietnamese version of the post, respectively.

Run local

Run command hugo serve.
See Hugo homepage for installing instructions.