Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kc0bfv/autophugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl <kc0bfv@gmail.com>2021-11-12 02:21:49 +0300
committerKarl <kc0bfv@gmail.com>2021-11-12 02:21:49 +0300
commit1135be2cf3e94d47f4e54f1f7f919b774a1fa516 (patch)
tree0105bccb56638f9a489043415e51f16835f5d73d
parent9de0a45668f08acb4a2b691ade80ebae06b3b34b (diff)
Document full and thumb size advanced feature
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index ba7bc71..66a9301 100644
--- a/README.md
+++ b/README.md
@@ -141,6 +141,10 @@ If you try multiple sizes or quality settings for your images, you'll start to a
Regardless of the number of resources you have, Hugo will only deploy the ones actually used in a build. Unused image resources will not be deployed.
+## Advanced Features
+
+Image resizing: normally you specify `thumb_width` and `full_width` in your configuration, and the qualities, to modify how Autophugo scales your images. Autophugo uses these values to build a string for Hugo's Resize function. You can specify that string directly though... Set `thumb_size` or `full_size` directly in your config to bypass the other ones. The format of the string is [documented here](https://gohugo.io/content-management/image-processing/).
+
## Comparison to Phugo
Unfortunately the [original Phugo](https://github.com/aerohub/phugo) hasn't been updated in a while, and was dropped from common theme lists. AutoPhugo implements the pull requests over on Phugo, causing it to work error-free on modern Hugo. Further, it sets standardized column layout, automatically builds albums based on files alone (Phugo required entering each filename as a shortcode), and automatically resizes photos for display and thumbnail. Plus, subalbums.