Link to README.md for a quick example homepage. Closes #17 for now

This commit is contained in:
Joe Roe 2022-01-10 17:32:36 +01:00
parent 10982d4bbb
commit 64ef5c2385
4 changed files with 10 additions and 3 deletions

View file

View file

@ -1,3 +0,0 @@
+++
author = "Hugo Authors"
+++

View file

@ -0,0 +1 @@
../../README.md

View file

@ -0,0 +1,3 @@
+++
author = "Hugo Authors"
+++

View file

@ -206,3 +206,9 @@ th:first-child, td:first-child {
th { th {
text-align: inherit; text-align: inherit;
} }
/* Figures */
img {
max-width: 100%;
height: auto;
}