A blog theme for Hugo
It's a port of the hexo-theme-icarus
Please refer to the official document
Simple steps:
-
Create a site
hugo new site blog cd blog git init -
Load theme
git submodule add https://github.com/iMaple/hugo-theme-icarus.git themes/icarus cp -r themes/icarus/exampleSite/* .
Delete the
config.tomlfile in the root directory of the site (if it exists).rm -rf config.toml -
New article
hugo new posts/hello.md -
Start local service
hugo server -D
Please refer to the original theme Documents
TODO
In the root directory of the site,
cd themes/icarus
git pullThis project is licensed under the MIT License - see the LICENSE file for details.
- share
- open graph
- structured data
