Hugo 主题
Up Business 主题
一个简洁现代的着陆页网站,灵感来自简洁现代的插图。
Hugo Up Business 主题
Up Business 是一个简洁现代的着陆页,灵感来自具有现代感的浅色插图,可用于公司或展示产品。
在线演示
请看这里。
快速开始
如果您正在创建一个新网站,最快的启动方式是将主题克隆到您的主题文件夹中
git clone https://gitlab.com/writeonlyhugo/up-business-theme.git themes/up-business-theme
文件夹 hugoBasicExample
包含一个使用该主题的网站的工作版本。它包括:配置文件 config.yaml
、内容文件夹 content
和 data
文件夹。最好将其复制到项目文件夹中,以启动并运行网站的初始版本。
您也可以将其用作 Git 子模块。如果您正在启动一个新网站
hugo new site NewSite
cd NewSite
git init
git submodule add https://gitlab.com/writeonlyhugo/up-business-theme.git themes/up-business-theme
rm hugo.toml
cp themes/up-business-theme/hugoBasicExample/config.yaml .
cp -a themes/up-business-theme/hugoBasicExample/content/* content/
cp -a themes/up-business-theme/hugoBasicExample/data/* data/
现在 hugo server
将使用该主题启动网站工作版本的本地开发服务器。
鸣谢
Hugo Up Business 主题基于 Abell Vo 的 Figma 设计。
许可证
Up Business 在 MIT 许可证下获得许可。