# cloudnative.to **Repository Path**: hongleishen/cloudnative.to ## Basic Information - **Project Name**: cloudnative.to - **Description**: Source code of cloudnative.to - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cloudnative.to 云原生社区官网源码。 ## 投稿 向本站投稿请参考[投稿指南](https://cloudnative.to/contribute/)。 ## 协议 本站内容采用[署名-非商业性使用-相同方式共享 4.0(CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh)许可。 ## 规范 ### 图片 - 团队成员照片尺寸:363 x 438 - 博客图片比例:16:9 ### 主题设置 主色调: `#ea27a8` ## 开发 云原生社区官网为纯静态网站,使用 [Hugo](https://gohugo.io/) 构建,使用 GitHub Pages 托管,通过 GitHub Action 自动发布,支持多语言。 ### hugo 安装 网站使用到了 sass, 安装 [Hugo](https://gohugo.io/getting-started/installing/) 时请选择安装 `extended` 版hugo,否则无法编译sass。 ### 本地开发 项目代码克隆到本地后,进入工作目录运行 `hugo server -w`,hugo 会自动编译,起服务,监控变化自动加载,即可开发。