Source code repository for my minimalist photo blog about Jordan.
https://picturingjordan.com
Alan Orth
de60d9540e
This is really tricky to work with in text editors because of the mixing of Latin and Persio–Arabic scripts, not to mention Markdown! Note that we need to have the two spaces there at the end of the line so that we get a hard line break in markdown. |
||
---|---|---|
content | ||
layouts/partials | ||
public | ||
static | ||
.build.yml | ||
.gitignore | ||
.travis.yml | ||
config.toml | ||
LICENSE.txt | ||
README.md | ||
screenshot.png |
Picturing Jordan
Picturing Jordan is a blog that attempts to share Jordan with the world one picture at a time.
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.