Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
laozhu committed May 6, 2019
1 parent 0d8ce4f commit 9221101
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Expand Up @@ -326,6 +326,24 @@ Then create `styles/custom.scss` file and write your own styles there. your cust
└── theme.toml
```

If you want to change avatar or favicons without modifying this theme, just copy `themes/hugo-nuo/assets` and `themes/hugo-nuo/static` to your blog root dir and keep the filename the same with theme.

```bash
~/D/@/my-blog ❯❯❯ tree -L 2
.
├── config.toml
├── assets
│ └── images <-- replace images
├── static
│ ├── favicon.ico <-- replace favicon.ico
│ ├── icons <-- replace icons
│ └── manifest.json
└── themes
└── hugo-nuo
```

Above is your blog repo structure, now you can replace images with your own, and don't need to modify theme anymore.

## Build

> **⚠️ Big Change**
Expand Down

0 comments on commit 9221101

Please sign in to comment.