From edcb36c3fc78282cc7ae627946d50f2f0ea52ebb Mon Sep 17 00:00:00 2001 From: davidschober Date: Thu, 31 Aug 2023 15:08:06 -0500 Subject: [PATCH] added second video, updated css iframe --- config.toml | 5 ++++- content/about/video.md | 22 +++++++--------------- layouts/index.html | 11 ++++++----- static/css/custom.css | 6 ++++++ 4 files changed, 23 insertions(+), 21 deletions(-) diff --git a/config.toml b/config.toml index e64b351..5c5dc0e 100644 --- a/config.toml +++ b/config.toml @@ -9,6 +9,9 @@ googleAnalytics = "" # Optional, add tracking Id for analytics disqusShortname = "" # Optional, add Disqus shortname for comments #SectionPagesMenu = "main" # Enable menu system for lazy bloggers +[markup.goldmark.renderer] +unsafe=true + [params] theme_variant = "slate" # possible value for the theme_variant `cerulean,cosmo,cyborg,darkly,flatly,journal,litera,lumen,lux,materia,minty,pulse,sandstone,simplex,slate,solar,spacelab,superhero,united,yeti` description = "A digital archive on the life and times of Florence Kelley, the first woman factory inspector in the United States and resident of Hull House." # Suggested, controls default description meta and landing page @@ -60,4 +63,4 @@ disqusShortname = "" # Optional, add Disqus shortname for comments [deployment] [[deployment.targets]] name = "production" -URL = "s3://florencekelley.northwestern.edu" \ No newline at end of file +URL = "s3://florencekelley.northwestern.edu" diff --git a/content/about/video.md b/content/about/video.md index 49d6587..6364bea 100644 --- a/content/about/video.md +++ b/content/about/video.md @@ -4,22 +4,14 @@ image_caption: "Large group of children standing under showers over the street." image_file: site/DN-0076144thmb.jpg --- -Professor Bienen's Legal History Lecture "[Florence Kelley and the Illinois Supreme Court](http://www.illinoiscourthistory.org/events/florence-kelley-lecture-april-15-2010)" at the Illinois Supreme Court historic preservation commission. -
-
-
-
- -
-
-
-
-
-
- -
-
+
+
+
+ +
+
+ diff --git a/layouts/index.html b/layouts/index.html index c64c2fd..a7cdfb1 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -39,12 +39,13 @@

-
+ + + +
diff --git a/static/css/custom.css b/static/css/custom.css index 39ec472..a18b1cd 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -10,3 +10,9 @@ .nohover { pointer-events: none; } + +iframe { + background: #d3d3d3; + +} +