1
0

README.md: Minor adjustments

This commit is contained in:
Alan Orth 2020-12-06 10:59:28 +02:00
parent 12f514ab00
commit d5c96120ad
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -11,13 +11,15 @@ You can see it live on the Internet at [picturingjordan.com](https://picturingjo
The site is built with the [Hugo](https://gohugo.io) static site generator and uses the [Bootstrap v4 Blog](https://github.com/alanorth/hugo-theme-bootstrap4-blog) theme built by myself and a small community of volunteers on GitHub.
## Deploying
Because hugo puts the compiled site in `public` you will need to modify your web server configuration to use that as the document root, or simply push `public` to the root of its own branch using git subtrees:
Hugo puts the compiled site in `public` so you will need to modify your web server configuration to use that as the document root. Alternatively, if you are hosting on GitHub pages or similar, you can push `public` to the root of its own branch using git subtrees:
```
```console
$ git subtree push --prefix=public origin public
```
This doesn't work with Git LFS, so I've opted for adjusting my web server configuration.
## License
This repository contains the code of [Bootstrap](https://github.com/twbs/bootstrap) which is licensed under the [MIT license](https://github.com/twbs/bootstrap/blob/v4-dev/LICENSE).
This repository contains the code of [Bootstrap](https://github.com/twbs/bootstrap) v4 which is licensed under the [MIT license](https://github.com/twbs/bootstrap/blob/v4-dev/LICENSE).
Otherwise, the contents are licensed under the [CC-BY-SA-4.0 license](https://creativecommons.org/licenses/by-sa/4.0/).