Source for the MicroMDM website, built with Hugo.
- Install Hugo.
- Run
hugo serveand openhttp://localhost:1313to preview locally.
- Fork this repository and create a branch (
git checkout -b my_post). - Create a new post:
hugo new blog/my-post-title.md. - Edit
content/blog/my-post-title.mdand write your post using Markdown. - Preview with
hugo serveathttp://localhost:1313. - Commit and push your branch.
- Open a pull request.
Site templates live in the themes/micromdm directory. Run hugo serve and open http://localhost:1313 to see changes live.