mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +00:00
Merge branch 'master' into fix-189
This commit is contained in:
commit
65bcf9cbcd
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ Run from the root of your Hugo site:
|
||||||
$ git clone https://github.com/victoriadrake/hugo-theme-introduction.git themes/introduction
|
$ git clone https://github.com/victoriadrake/hugo-theme-introduction.git themes/introduction
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, you can include this repository as a [git submodule](https://git-scm.com/book/de/v1/Git-Tools-Submodule). This makes it easier to update this theme if you have your Hugo site in git as well:
|
Alternatively, you can include this repository as a [git submodule](https://git-scm.com/docs/gitsubmodules). This makes it easier to update this theme if you have your Hugo site in git as well:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ git submodule add https://github.com/victoriadrake/hugo-theme-introduction.git themes/introduction
|
$ git submodule add https://github.com/victoriadrake/hugo-theme-introduction.git themes/introduction
|
||||||
|
@ -181,6 +181,6 @@ This theme would not be nearly as awesome without its amazing community of open
|
||||||
Pull requests for bug fixes and improvements are welcome.
|
Pull requests for bug fixes and improvements are welcome.
|
||||||
|
|
||||||
# License
|
# License
|
||||||
Copyright (C) 2017-2019 [Victoria Drake](https://victoria.dev/)
|
Copyright (C) 2017-2020 [Victoria Drake](https://victoria.dev/)
|
||||||
|
|
||||||
Licensed under [Apache-2.0](https://github.com/victoriadrake/hugo-theme-introduction/blob/master/LICENSE)
|
Licensed under [Apache-2.0](https://github.com/victoriadrake/hugo-theme-introduction/blob/master/LICENSE)
|
||||||
|
|
Loading…
Reference in a new issue