# tenstone **Repository Path**: mozhou-tech/tenstone ## Basic Information - **Project Name**: tenstone - **Description**: 我的个人blog - **Primary Language**: HTML/CSS - **License**: CC-BY-4.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 查看版本号 hugo version #### 添加模板 git submodule add https://github.com/frjo/hugo-theme-zen.git themes/zen #### 更新模板 git submodule update --remote --merge #### 本地运行 hugo server hugo server -t mainroad --buildDrafts #### 创建文章 hugo new post/first.md https://themes.gohugo.io/hyde-hyde/ #### 生成网站 hugo --gc --minify