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; +}