1
0
picturingjordan.com/README.md

24 lines
1.5 KiB
Markdown
Raw Normal View History

2019-04-23 16:25:23 +02:00
# Picturing Jordan [![Build Status](https://travis-ci.org/alanorth/picturingjordan.com.svg?branch=master)](https://travis-ci.org/alanorth/picturingjordan.com) [![builds.sr.ht status](https://builds.sr.ht/~alanorth/picturingjordan.com.svg)](https://builds.sr.ht/~alanorth/picturingjordan.com?)
2017-02-15 13:34:48 +01:00
Picturing Jordan is a blog that attempts to share Jordan with the world one picture at a time.
<p align="center">
<img width="600" alt="Screenshot of picturingjordan.com" src="https://raw.githubusercontent.com/alanorth/picturingjordan.com/master/screenshot.png">
</p>
You can see it live on the Internet at [picturingjordan.com](https://picturingjordan.com).
2017-02-15 13:39:20 +01:00
## 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.
2018-05-20 13:55:35 +02:00
## 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
```
2017-02-15 13:39:20 +01:00
## 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).
Otherwise, the contents are licensed under the [CC-BY-SA-4.0 license](https://creativecommons.org/licenses/by-sa/4.0/).