1
0
Fork 0
Source code repository for my minimalist photo blog about Jordan. https://picturingjordan.com
Go to file
Alan Orth 141c87f585
continuous-integration/drone/push Build is passing Details
Remove duplicate images from static
I moved most of these to each post's page bundle so we don't need
them here anymore. They are just taking up space in Git LFS! For
reference I used this god awful contraption to find images in the
content/posts folder and then delete them if they appear in static:

$ for image in $(find content/posts -iname "*.jpg" -o -iname "*.JPG" | awk -F/ '{print $4}'); do find ./static -iname "$image" -exec git rm {} \;; done
2020-12-11 00:03:42 +02:00
content aqaba-dirty-disappointing: Publish Arabic translation 2020-12-10 23:50:15 +02:00
layouts/partials Correct location of partials 2019-05-26 09:26:45 +03:00
public Regenerate public 2020-12-07 21:53:26 +02:00
static Remove duplicate images from static 2020-12-11 00:03:42 +02:00
.drone.yml .drone.yml: Use hugo-ext image 2020-12-10 13:54:01 +02:00
.gitattributes Enable git lfs and don't track JPGs 2020-12-04 22:53:14 +02:00
.gitignore .gitignore: Add resources directory 2020-12-04 22:59:14 +02:00
.travis.yml Revert ".travis.yml: Add some environment settings" 2020-12-06 10:44:01 +02:00
LICENSE.txt Add plaintext of CC-BY-SA 4.0 2017-01-22 16:55:48 +02:00
README.md README.md: Use Drone badge [SKIP CI] 2020-12-10 14:03:48 +02:00
config.toml config.toml: Use Markdown in copyright 2020-12-07 21:51:20 +02:00
screenshot.png Revert "screenshot.png: Regenerate with Firefox Screenshots tool" 2017-09-25 09:12:48 +03:00

README.md

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

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:

$ 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 v4 which is licensed under the MIT license.

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