From 8a394ecdfdb44e75fa9f31660428d34fa6ba1144 Mon Sep 17 00:00:00 2001 From: Tien Nguyen Minh Date: Mon, 11 May 2026 20:15:13 +0700 Subject: [PATCH] docs: flesh out README --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 30cd2c5..41019af 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ -# [miti99](https://miti99.com) +# miti99 -Source code of [my blog](https://miti99.com). +Source code of my personal blog at [miti99.com](https://miti99.com), built with [Hugo](https://gohugo.io) and the [Stack](https://github.com/CaiJimmy/hugo-theme-stack) theme. -Credits: +## Quick start -- [Hugo](https://gohugo.io/) -- [Hugo Theme Stack](https://stack.jimmycai.com/) +```bash +git submodule update --init --recursive +hugo server +``` + +## License + +Apache-2.0 — see [LICENSE](LICENSE).