Milodocs
MiloDocs Hugo Theme for Docs Eng & Tech Writers
Install / Use
/learn @lbliii/MilodocsREADME
MiloDocs
Features
- native chatGPT UI
- native Algolia UI
Installation
Quickstart (macOS)
- Copy and paste this into your terminal to install the theme as a git submodule and copy the default configs.
brew install hugo site_name="milodocs_$(date +%s%N | md5sum | head -c 8)" hugo new site "$site_name" cd "$site_name" git init git submodule add https://github.com/lbliii/milodocs themes/milodocs mkdir config/ cp -r themes/milodocs/exampleSite/config/* config/ rm config/_default/security.yaml rm hugo.toml git add . git commit -m "Initial commit" hugo server -D -p 1313 - Open localhost:1313
- Create your first markdown directory under
content/(for example,content/get-started). - Add an
_index.mdfile with the following frontmatter:--- title: description: weight: --- - Check your site to see it displayed.
Getting from 0 to 1 takes ~5 minutes.
1.Install Hugo
brew install hugo
See Hugo Docs for more options:
2. Create a new site
hugo new site <siteName>
3.Install this project
-
Open your
<siteName>project directory. -
Navigate to the
themes/directory. -
Run the following command:
gh repo clone lbliii/milodocs
4. Add theme to config
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
theme = 'milodocs'
5. Init repo
Time to start saving your progress!
- Run the following:
git init - Add a comment.
- Push your new site and theme to your remote git repo.
6. Deploy locally
- Navigate into the
siteNamerepo. - Run the following:
hugo server - Open localhost (typically localhost:1313).
Related Skills
qqbot-channel
351.2kQQ 频道管理技能。查询频道列表、子频道、成员、发帖、公告、日程等操作。使用 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权。当用户需要查看频道、管理子频道、查询成员、发布帖子/公告/日程时使用。
docs-writer
100.5k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
351.2kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
Design
Campus Second-Hand Trading Platform \- General Design Document (v5.0 \- React Architecture \- Complete Final Version)1\. System Overall Design 1.1. Project Overview This project aims t
