andersdamsgaard.com

my photography webpage
git clone git://src.adamsgaard.dk/andersdamsgaard.com # fast
git clone https://src.adamsgaard.dk/andersdamsgaard.com.git # slow
Log | Files | Refs | Submodules | README | LICENSE Back to index

commit 80cd5871ec07e965def4eb371ff6be829051bfe8
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 26 Sep 2018 15:39:18 +0200

First commit

Diffstat:
A.gitmodules | 0
AMakefile | 13+++++++++++++
Aconfig.toml | 22++++++++++++++++++++++
Acontent/about/_index.md | 17+++++++++++++++++
Acontent/posts/danish_seascapes/beach-view-01.jpg | 0
Acontent/posts/danish_seascapes/beach-view-02.jpg | 0
Acontent/posts/danish_seascapes/beach-view-03.jpg | 0
Acontent/posts/danish_seascapes/beach-view-04.jpg | 0
Acontent/posts/danish_seascapes/index.md | 7+++++++
Acontent/posts/man_nature/anders_damsgaard-rotation_~10x8.jpg | 0
Acontent/posts/man_nature/index.md | 9+++++++++
Acontent/posts/patterns/antelope_canyon.jpg | 0
Acontent/posts/patterns/index.md | 17+++++++++++++++++
Acontent/posts/patterns/morning_frost.jpg | 0
Acontent/posts/patterns/snow_erosion.jpg | 0
Acontent/posts/pinelands/beaver-dam-00.jpg | 0
Acontent/posts/pinelands/before_spring.jpg | 0
Acontent/posts/pinelands/chatsworth-lake-00.jpg | 0
Acontent/posts/pinelands/chatsworth-lake-01.jpg | 0
Acontent/posts/pinelands/chatsworth-lake-02.jpg | 0
Acontent/posts/pinelands/index.md | 8++++++++
Acontent/posts/thy/anders_damsgaard-last_light_1_~10x10.jpg | 0
Acontent/posts/thy/anders_damsgaard-tree_in_morning_light_~10x10.jpg | 0
Acontent/posts/thy/anders_damsgaard-vigsoe_signal_~10x10.jpg | 0
Acontent/posts/thy/index.md | 8++++++++
Acontent/posts/thy/slettestrand.jpg | 0
Acontent/posts/welcome/index.md | 11+++++++++++
Acontent/prints/_index.md | 9+++++++++
Athemes/ananke | 1+
Athemes/hugrid | 1+
Athemes/mainroad | 1+
Athemes/nederburg | 1+
Athemes/shopping-product-catalogue | 1+
Athemes/tale | 1+
34 files changed, 127 insertions(+), 0 deletions(-)

diff --git a/.gitmodules b/.gitmodules diff --git a/Makefile b/Makefile @@ -0,0 +1,13 @@ + +# hugo new posts/beach-view-0.md + +.PHONY: local +local: + hugo server -D + +# https://serverless.com/blog/how-to-create-blog-using-components-hugo/ +.PHONY: deploy +deploy: + $(RM) -r public/ + hugo + rsync -avz --delete public/ www-data@ftp.topologix.fr:~/www/ diff --git a/config.toml b/config.toml @@ -0,0 +1,22 @@ +baseURL = "https://andersdamsgaard.com/" +languageCode = "en-us" +title = "Anders Damsgaard" +theme = "tale-mod" + +[params] + author = "Anders Damsgaard" + +[imaging] +# Default resample filter used for resizing. Default is Box, +# a simple and fast averaging filter appropriate for downscaling. +# See https://github.com/disintegration/imaging +resampleFilter = "box" + +# Defatult JPEG quality setting. Default is 75. +quality = 75 + +# Anchor used when cropping pictures. +# Default is "smart" which does Smart Cropping, using https://github.com/muesli/smartcrop +# Smart Cropping is content aware and tries to find the best crop for each image. +# Valid values are Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight +anchor = "smart" diff --git a/content/about/_index.md b/content/about/_index.md @@ -0,0 +1,17 @@ +--- +title: About Anders +date: 2018-09-15 +tags: +--- + +My name is Anders Damsgaard and I’m a postdoctoral scholar at the [Geophysical +Fluid Dynamics Laboratory](https://www.gfdl.noaa.gov)</a> (GFDL). + +## Why black and white? + + +## Why film? +With a few exceptions, the photographs on this page were made with film cameras + +## Why the square format? + diff --git a/content/posts/danish_seascapes/beach-view-01.jpg b/content/posts/danish_seascapes/beach-view-01.jpg Binary files differ. diff --git a/content/posts/danish_seascapes/beach-view-02.jpg b/content/posts/danish_seascapes/beach-view-02.jpg Binary files differ. diff --git a/content/posts/danish_seascapes/beach-view-03.jpg b/content/posts/danish_seascapes/beach-view-03.jpg Binary files differ. diff --git a/content/posts/danish_seascapes/beach-view-04.jpg b/content/posts/danish_seascapes/beach-view-04.jpg Binary files differ. diff --git a/content/posts/danish_seascapes/index.md b/content/posts/danish_seascapes/index.md @@ -0,0 +1,7 @@ +--- +title: Danish Seascapes +date: 2018-09-16 +gallery: true +tags: +--- + diff --git a/content/posts/man_nature/anders_damsgaard-rotation_~10x8.jpg b/content/posts/man_nature/anders_damsgaard-rotation_~10x8.jpg Binary files differ. diff --git a/content/posts/man_nature/index.md b/content/posts/man_nature/index.md @@ -0,0 +1,9 @@ +--- +title: Man and Nature +date: 2018-09-15 +gallery: true +tags: +--- + +Wind turbines, generators, large-scale industrial constructions reflect mans +repeat attempts to bend, harness, or exploit the resources of nature. diff --git a/content/posts/patterns/antelope_canyon.jpg b/content/posts/patterns/antelope_canyon.jpg Binary files differ. diff --git a/content/posts/patterns/index.md b/content/posts/patterns/index.md @@ -0,0 +1,17 @@ +--- +title: Patterns of nature +date: 2018-09-11 +gallery: true +tags: +--- + +The dance of sand grains from wind or fluid flow is an intricate example of +self-organizing complexity. The granular interactions lead to transport, +deposition, and erosion in beaches, streams, deserts, snow surfaces, and +exoplanetary surfaces. Geometrical patterns emerge out of chaos, seemingly +contradictory to the fundamental laws of thermodynamics. While individual +grains are unwitting to the greater results, the collective dynamics move, +almost with purpose. Beauty emerges from simple interactive rules between +individuals, similar to the quantum leap from neuron interactions to the +occurrence of a thought, and the dialogue between humans to improvement of our +collective understanding of the universe. diff --git a/content/posts/patterns/morning_frost.jpg b/content/posts/patterns/morning_frost.jpg Binary files differ. diff --git a/content/posts/patterns/snow_erosion.jpg b/content/posts/patterns/snow_erosion.jpg Binary files differ. diff --git a/content/posts/pinelands/beaver-dam-00.jpg b/content/posts/pinelands/beaver-dam-00.jpg Binary files differ. diff --git a/content/posts/pinelands/before_spring.jpg b/content/posts/pinelands/before_spring.jpg Binary files differ. diff --git a/content/posts/pinelands/chatsworth-lake-00.jpg b/content/posts/pinelands/chatsworth-lake-00.jpg Binary files differ. diff --git a/content/posts/pinelands/chatsworth-lake-01.jpg b/content/posts/pinelands/chatsworth-lake-01.jpg Binary files differ. diff --git a/content/posts/pinelands/chatsworth-lake-02.jpg b/content/posts/pinelands/chatsworth-lake-02.jpg Binary files differ. diff --git a/content/posts/pinelands/index.md b/content/posts/pinelands/index.md @@ -0,0 +1,8 @@ +--- +title: Pinelands of New Jersey +date: 2018-09-16 +gallery: true +tags: +--- + +The [Pinelands](https://en.wikipedia.org/wiki/Pine_Barrens_(New_Jersey)) are a 1.1 mio. acre protected area of New Jersey, USA. diff --git a/content/posts/thy/anders_damsgaard-last_light_1_~10x10.jpg b/content/posts/thy/anders_damsgaard-last_light_1_~10x10.jpg Binary files differ. diff --git a/content/posts/thy/anders_damsgaard-tree_in_morning_light_~10x10.jpg b/content/posts/thy/anders_damsgaard-tree_in_morning_light_~10x10.jpg Binary files differ. diff --git a/content/posts/thy/anders_damsgaard-vigsoe_signal_~10x10.jpg b/content/posts/thy/anders_damsgaard-vigsoe_signal_~10x10.jpg Binary files differ. diff --git a/content/posts/thy/index.md b/content/posts/thy/index.md @@ -0,0 +1,8 @@ +--- +title: Thy +date: 2018-09-21 +gallery: true +tags: +--- + +Strong winds, salty air, fishery, and agriculture are the pillars of “Thy”---the north-western part of Denmark. diff --git a/content/posts/thy/slettestrand.jpg b/content/posts/thy/slettestrand.jpg Binary files differ. diff --git a/content/posts/welcome/index.md b/content/posts/welcome/index.md @@ -0,0 +1,11 @@ +--- +title: Welcome! +date: 2018-09-01 +tags: +--- + +A sincere welcome to my new webpage +[andersdamsgaard.com](https://andersdamsgaard.com) +which focuses on photography. Please see my [academic +webpage](https://adamsgaard.dk) for information related to my professional +activities. diff --git a/content/prints/_index.md b/content/prints/_index.md @@ -0,0 +1,9 @@ +--- +title: Prints +--- + +All photographs presented on this page are available as high-quality prints +produced on fine-art paper of archival quality. + +Please contact me [by email](prints@andersdamsgaard.dk) to inquire about +pricing, sizes, framing options, and delivery estimates. diff --git a/themes/ananke b/themes/ananke @@ -0,0 +1 @@ +Subproject commit 6fe34fdd5e18dae90c79ce9b86dc28e3b7035a92 diff --git a/themes/hugrid b/themes/hugrid @@ -0,0 +1 @@ +Subproject commit 6fd4b20fe0210421a60df7eb587aee78d5dc708c diff --git a/themes/mainroad b/themes/mainroad @@ -0,0 +1 @@ +Subproject commit 2ff049fb4a08d2870c807256a249fcef815b2e66 diff --git a/themes/nederburg b/themes/nederburg @@ -0,0 +1 @@ +Subproject commit 516c7c6c43aa0c37bb7fdcec692a004273717e02 diff --git a/themes/shopping-product-catalogue b/themes/shopping-product-catalogue @@ -0,0 +1 @@ +Subproject commit 0e96aa8c951fe768e73fb4a26540c3b952372726 diff --git a/themes/tale b/themes/tale @@ -0,0 +1 @@ +Subproject commit bca7bbbad716a8d466bab14be102e83f1e5c169a