website 本项目是 seismo-learn 主页 的网站源码。 网站引擎:Hugo 网站主题:Wowchemy 构建网站 安装 Hugo 下载网站源码 # 克隆源码,并进入源码目录 $ git clone https://github.com/seismo-learn/website.git $ cd website 构建网站 直接构建网站(生成的网站位于 public 目录下): $ hugo 也可以生成本地 HTTP 服务器,然后在浏览器里打开 http://localhost:1313 来预览网站 $ hugo server