From 64ef5c2385540e64ea72836470a3425de7133664 Mon Sep 17 00:00:00 2001 From: Joe Roe Date: Mon, 10 Jan 2022 17:32:36 +0100 Subject: [PATCH] Link to README.md for a quick example homepage. Closes #17 for now --- exampleSite/.hugo_build.lock | 0 exampleSite/content/_index.md | 4 +--- exampleSite/content/_index.md.old | 3 +++ static/css/typography.css | 6 ++++++ 4 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 exampleSite/.hugo_build.lock mode change 100644 => 120000 exampleSite/content/_index.md create mode 100644 exampleSite/content/_index.md.old diff --git a/exampleSite/.hugo_build.lock b/exampleSite/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md deleted file mode 100644 index ed6494b..0000000 --- a/exampleSite/content/_index.md +++ /dev/null @@ -1,3 +0,0 @@ -+++ -author = "Hugo Authors" -+++ diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md new file mode 120000 index 0000000..fe84005 --- /dev/null +++ b/exampleSite/content/_index.md @@ -0,0 +1 @@ +../../README.md \ No newline at end of file diff --git a/exampleSite/content/_index.md.old b/exampleSite/content/_index.md.old new file mode 100644 index 0000000..ed6494b --- /dev/null +++ b/exampleSite/content/_index.md.old @@ -0,0 +1,3 @@ ++++ +author = "Hugo Authors" ++++ diff --git a/static/css/typography.css b/static/css/typography.css index 27e3587..5a2c044 100644 --- a/static/css/typography.css +++ b/static/css/typography.css @@ -206,3 +206,9 @@ th:first-child, td:first-child { th { text-align: inherit; } + +/* Figures */ +img { + max-width: 100%; + height: auto; +}