Skip to content

iMaple/hugo-theme-icarus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A blog theme for Hugo

It's a port of the hexo-theme-icarus

Demo | 中文说明

Preview

Preview

Installation

Please refer to the official document

Simple steps:

  1. Create a site

    hugo new site blog
    cd blog
    git init
  2. Load theme

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

    Delete the config.toml file in the root directory of the site (if it exists).

    rm -rf config.toml
    
  3. New article

    hugo new posts/hello.md
    
  4. Start local service

    hugo server -D
    

Config

Please refer to the original theme Documents

TODO

Upgrade

In the root directory of the site,

cd themes/icarus
git pull

License

This project is licensed under the MIT License - see the LICENSE file for details.

TODO

  • share
  • open graph
  • structured data