Readme

Readme

A blog theme for Hugo

主题移植自 hexo-theme-icarus

预览

预览

安装

请参阅相关官方文档

简要步骤:

  1. 创建站点

    1
    2
    3
    
    hugo new site blog
    cd blog
    git init
    
  2. 加载主题

    1
    2
    
    git submodule add https://github.com/iMaple/hugo-theme-icarus.git themes/icarus
    cp -r themes/icarus/exampleSite/* .
    

    删掉站点根目录下的 config.toml 文件(如果存在该文件)。

    rm -rf config.toml
    
  3. 新建文章

    hugo new posts/hello.md
    
  4. 启动本地服务

    hugo server -D
    

配置

请参阅原主题相关文档

TODO

更新

在站点根目录下,

1
2
cd themes/icarus
git pull
作者

Your name

发布于

2020-09-28

更新于

2020-09-28

许可协议

CC BY-NC 4.0

Your browser is out-of-date!

Update your browser to view this website correctly.  Update my browser now

×