1
0
Source code repository for my minimalist photo blog about Jordan. https://picturingjordan.com
Go to file
Alan Orth fdd31782fa
Move all content to page bundles
This allows me to use Hugo's image resizing to create img srcsets
where the client downloads an appropriate image depending on their
screen size.

I had to go back and find original photos for each of these posts
because Hugo was resizing my already-optimized versions and they
looked horrible. Unfortunately I couldn't find originals for these
posts:
  - aqaba-dirty-disappointing
  - contemporary-arab-design-jrf-showroom
  - eid-mubarak-neighborhood-dumpster
  - no-noise-near-noisy-mosque
  - red-orange-yellow-rice-bab-al-yemen

Hugo will fall back to looking in the static directory for these.
2020-12-04 22:55:28 +02:00
content Move all content to page bundles 2020-12-04 22:55:28 +02:00
layouts/partials Correct location of partials 2019-05-26 09:26:45 +03:00
public Move all content to page bundles 2020-12-04 22:55:28 +02:00
static Move all content to page bundles 2020-12-04 22:55:28 +02:00
.build.yml Add sourcehut CI config 2019-04-23 17:23:48 +03:00
.gitattributes Enable git lfs and don't track JPGs 2020-12-04 22:53:14 +02:00
.gitignore Unignore public folder 2016-09-13 16:23:42 +03:00
.travis.yml .travis.yml: Use Ubuntu 20.04 "Focal" environment 2020-10-29 00:09:25 +03:00
config.toml config.toml: Add Arabic description 2020-03-24 10:53:15 +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 SPDX-parseable version of license 2019-10-27 13:42:41 +02:00
screenshot.png Revert "screenshot.png: Regenerate with Firefox Screenshots tool" 2017-09-25 09:12:48 +03:00

Picturing Jordan Build Status builds.sr.ht 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.