Hugo Common Commands
| Command | Function | Description |
|---|---|---|
hugo version | Check version | Displays the currently installed Hugo version |
hugo new site <project_name> | Create new site | Generates Hugo’s directory structure |
hugo new post/<filename.md> | Create new post | Generates an article under content/post/ with default Front Matter |
hugo server | Start local server | Launches local preview at http://localhost:1313 by default |
hugo server -D | Start with drafts | -D parameter shows articles marked draft: true |
hugo | Build website | Generates static files from Markdown content to public/ directory |
hugo -D <output_dir> | Build including drafts | Full site build (including drafts) for pre-publishing |
hugo --minify | Minify build files | Compresses HTML/CSS/JS during build to reduce size |
hugo config | View configuration | Displays current site configuration |
hugo list drafts | List drafts | Shows all articles marked draft: true |
hugo list future | List future posts | Articles with date set after current time |
hugo list expired | List expired posts | Articles where expiryDate has passed |
hugo --gc | Garbage collection | Cleans outdated resources like thumbnail caches |
reimu Theme icon_font
| Icon Class | Hex Code | Chinese Meaning |
|---|---|---|
.tag-wrap / .article-tag-list-link | \e622 | Tag |
.category-wrap / .article-category-link | \e604 | Category |
.article-date-link | \e606 | Date |
.article-comment-link | \e608 | Comment |
.icon-copyright | \e60a | Copyright |
.icon-brush | \e618 | Brush / Beautify |
.icon-coffee | \e607 | Coffee |
.icon-eye | \e60f | View / Browse |
.icon-user | \e628 | User |
#main-nav-toggle | \e62f | Navigation menu toggle |
#nav-rss-link | \e61f | RSS subscription |
#nav-search-btn / .reimu-search-input-icon | \e631 | Search button |
#nav-sun-btn | \e621 | Sun icon (light theme) |
#nav-moon-btn | \e617 | Moon icon (dark theme) |
#nav-circle-half-stroke-btn | \e641 | Half-circle (theme toggle) |
.icon-copy | \e60c | Copy |
.icon-chevron-down | \e609 | Down arrow |
.icon-check | \e636 | Checkmark / Confirm |
.icon-times | \e637 | Cross / Close |
.icon-calendar | \e605 | Calendar |
.icon-pencil | \e61b | Pencil / Edit |
.icon-clock | \e613 | Clock |
.post-sticky | \e627 | Pinned |
.reimu-popup .popup-btn-close | \e626 | Popup close |
.ais-pagination--item__previous | \e601 | Previous page |
.ais-pagination--item__next | \e630 | Next page |
.icon-github | \e619 | GitHub icon |
.icon-google | \e611 | Google icon |
.icon-facebook | \e60e | Facebook icon |
.icon-twitter | \e62a | Twitter icon |
.icon-instagram | \e615 | Instagram icon |
.icon-linkedin | \e614 | LinkedIn icon |
.icon-pinterest | \e61a | Pinterest icon |
.icon-youtube | \e62d | YouTube icon |
.icon-vimeo | \e629 | Vimeo icon |
.icon-flickr | \e612 | Flickr icon |
.icon-dribbble | \e610 | Dribbble icon |
.icon-behance | \e602 | Behance icon |
.icon-bilibili | \e603 | Bilibili icon |
.icon-weibo | \e62c | Weibo icon |
.icon-zhihu | \e62e | Zhihu icon |
.icon-reddit | \e61c | Reddit icon |
.icon-tumblr | \e625 | Tumblr icon |
.icon-medium | \e616 | Medium icon |
.icon-deviantart | \e60b | DeviantArt icon |
.icon-stackoverflow | \e620 | StackOverflow icon |
.icon-keybase | \e61e | Keybase icon |
.icon-telegram | \e623 | Telegram icon |
.icon-discord | \e60d | Discord icon |
.icon-steam | \e624 | Steam icon |
.icon-email | \e63c | |
.sidebar-toc-btn | \e633 | Table of Contents button |
.sidebar-common-btn | \e632 | Sidebar common button |
.sidebar-top .arrow-up | \e634 | Up arrow |
.icon-link | \e639 | Link |
.icon-globe | \e638 | Globe / Multilingual |
.icon-creative-commons | \e63a | Creative Commons license |
.icon-taichi | \e62b | Taichi (dark mode) |
.icon-weixin | \e640 | WeChat icon |
.icon-qq | \e63e | QQ icon |
.icon-image | \e63f | Image icon |

When will I have a drink and discuss the details again?