Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.01 KB

File metadata and controls

34 lines (24 loc) · 1.01 KB

blog.core.ai

core.ai tech blogs

Theme

Creating a new blog

  • Run hugo new blogs/<blog-name>.md
  • A new md file will be created with the given name.
  • Edit parameters in the front matter. Eg: author, tags, description
  • Add your content to newly created md file.

Important

  • After cloning the repo, run:
    git submodule update --init --recursive
    because submodules may not get cloned automatically.
  • Before pushing your code into the repo, do the following for deploying the site:
    • Delete docs folder to remove the previous build.
    • Run hugo in terminal to create a new build.