# blog_site **Repository Path**: denys/blog_site ## Basic Information - **Project Name**: blog_site - **Description**: 我的博客站点,基于hugo。 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-12-22 - **Last Updated**: 2022-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README myblog 数据 ------ 我的静态博客的数据。 themes 是博客的模板。 ### hugo 在站点根目录执行 `Hugo` 命令进行调试 ```shell hugo server --theme=angels-ladder --buildDrafts ``` 部署 ```shell hugo --theme=angels-ladder --baseUrl="https://48474.net/" ```