# website **Repository Path**: gomico/website ## Basic Information - **Project Name**: website - **Description**: This is the openeuler website repository the deliver address is: https://openeuler.org - **Primary Language**: HTML - **License**: MIT - **Default Branch**: master - **Homepage**: https://gitee.com/openeuler/website-v2 - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 42 - **Created**: 2021-10-27 - **Last Updated**: 2021-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # website ### 简介 website 是基于 [Hugo](https://gohugo.io/) 框架、[Universal Theme for Hugo](https://github.com/devcows/hugo-universal-theme) 和 [Hugo Book](https://github.com/alex-shpak/hugo-book) 主题开发的 openEuler 社区内容管理系统。website 由我们的项目[维护人员](#维护人员)进行维护并且会发布在 https://openeuler.org。website 目前处在开发阶段,欢迎加入我们,参与贡献。 ### 安装 1. 构建镜像 ``` docker build -t website:v0.0.1 ``` 2. 运行容器 ``` docker run -p 80:80 -d website:v0.0.1 > web.pid ``` website 将会显示在 http://your-server-ip:80。 3. 停止容器 ``` docker rm -f `cat web.pid` && rm -f web.pid ``` ### 调试 1. 安装 Hugo ``` curl -L https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_0.56.3_Linux-64bit.tar.gz | tar -xz && \ chmod +x hugo && mv hugo /usr/local/bin/ ``` 2. 运行 Hugo ``` hugo serve --bind 0.0.0.0 --port 80 --baseUrl / ``` website 将会显示在 http://your-server-ip:80。任何改动均会在此生效。 ### 维护人员 1. freesky-edward 2. edisonxiang 3. TommyLike ### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request 请参阅 [CONTRIBUTING](./CONTRIBUTING.md) 查看详细的贡献指南。 ### 获取帮助 - IRC 频道:#openeuler-infra - 邮件:infra@openeuler.org