# blog **Repository Path**: JaccyLi/blog ## Basic Information - **Project Name**: blog - **Description**: blog notes hosting repo - **Primary Language**: HTML/CSS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-08-25 - **Last Updated**: 2021-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README --- blog: true copyright: MIT LICENSE --- ## write article and update index steps 1. hugo new category/article.md 2. cp content/category/article.md public/all_notes/ 3. ./modify_indexXML.sh ## search func spec - config.tom ```toml [outputs] home = ["HTML", "RSS"] ``` - content/search.html ```html +++ title = "搜索" menu = "main" weight = 30 toc = false +++ ...... ``` ## sub menu https://codingnconcepts.com/hugo/nested-menu-hugo/ ## change footer copyright to chinese ```bash ~# vim /home/hugo-blog/blog/themes/mainroad/i18n/en.yaml ```