From 6bf3728eeff2fb1d8a5671444d779f6b3050c2ca Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Wed, 20 May 2020 16:54:14 +0900 Subject: docs: Add Customize Theme section --- README.md | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5574ad25..151d70ef 100644 --- a/README.md +++ b/README.md @@ -109,21 +109,21 @@ hugo server -## Hugo Modules +## Customize Theme -Get and Update. +TBW. -```sh -hugo mod get -u github.com/peaceiris/hugo-theme-iris -``` +### config -`config/_default/config.yaml` +### content -```yaml -module: - imports: - - path: github.com/peaceiris/hugo-theme-iris -``` +### assets + +### data + +### i18n + +### static @@ -142,6 +142,10 @@ The following actions are useful to deploy your site to GitHub Pages using GitHu - [peaceiris/actions-hugo: GitHub Actions for Hugo](https://github.com/peaceiris/actions-hugo) - [peaceiris/actions-gh-pages: GitHub Actions for GitHub Pages](https://github.com/peaceiris/actions-gh-pages) +```yaml +# An example workflow: TBW +``` + ## Shortcodes -- cgit v1.2.3