README.md: Add note about deploying
This commit is contained in:
parent
66e50d195f
commit
0bc75961c4
@ -10,6 +10,13 @@ You can see it live on the Internet at [picturingjordan.com](https://picturingjo
|
||||
## Technology
|
||||
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:
|
||||
|
||||
```
|
||||
$ git subtree push --prefix=public origin public
|
||||
```
|
||||
|
||||
## 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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user