Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 469 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 469 Bytes

Manabie Blogs

https://blog.manabie.io

Contribution

  1. Clone and init the repository with

    git clone --recurse-submodules <this repo>

or bash git clone <this repo> git submodule update --init --recursive

  1. Run hugo with

    hugo server

The blog will be available locally at http://localhost:1313.

  1. Add your blog to content/posts/ in a new separate folder.