1
0
Source code repository for my minimalist photo blog about Jordan. https://picturingjordan.com
Go to file
Alan Orth 28dcadcd90
content: Use ref instead of relref for internal links
Hugo 0.45 changed the behavior of ref and relref. The blog post, docs,
and error messages are all fairly confusing to be honest, but changing
the paths to simply include the document name seems to work, though it
appears there is a non-standard case when resolving a reference from a
post in another language. In that case the only ref syntax that worked
was the longer one that uses "path" and "lang".

Switching from relref to ref is probably unnecessary, but I wanted the
links to be absolute and never really noticed that they weren't.

See: https://gohugo.io/news/0.45-relnotes/
2018-07-31 00:58:52 +03:00
content content: Use ref instead of relref for internal links 2018-07-31 00:58:52 +03:00
layouts/partial Add favicon from realfavicongenerator.net 2016-11-27 14:07:46 +02:00
public Regenerate public 2018-07-25 16:31:28 +03:00
static Add blog post about Saint Thaddeus Church 2018-07-17 16:59:11 +03:00
.gitignore Unignore public folder 2016-09-13 16:23:42 +03:00
.travis.yml .travis.yml: Use Go 1.10 2018-03-09 22:43:34 +02:00
config.toml config.toml: Update permalinks for posts 2018-03-09 18:18:43 +02:00
LICENSE.txt Add plaintext of CC-BY-SA 4.0 2017-01-22 16:55:48 +02:00
README.md README.md: Add note about deploying 2018-05-20 14:55:35 +03:00
screenshot.png Revert "screenshot.png: Regenerate with Firefox Screenshots tool" 2017-09-25 09:12:48 +03:00

Picturing Jordan Build Status

Picturing Jordan is a blog that attempts to share Jordan with the world one picture at a time.

Screenshot of picturingjordan.com

You can see it live on the Internet at picturingjordan.com.

Technology

The site is built with the Hugo static site generator and uses the Bootstrap v4 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 which is licensed under the MIT license.

Otherwise, the contents are licensed under the CC-BY-SA 4.0 license.