Skip to content

aicore/blog.core.ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published