Link to README.md for a quick example homepage. Closes #17 for now
This commit is contained in:
parent
10982d4bbb
commit
64ef5c2385
4 changed files with 10 additions and 3 deletions
0
exampleSite/.hugo_build.lock
Normal file
0
exampleSite/.hugo_build.lock
Normal file
|
|
@ -1,3 +0,0 @@
|
||||||
+++
|
|
||||||
author = "Hugo Authors"
|
|
||||||
+++
|
|
||||||
1
exampleSite/content/_index.md
Symbolic link
1
exampleSite/content/_index.md
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
../../README.md
|
||||||
3
exampleSite/content/_index.md.old
Normal file
3
exampleSite/content/_index.md.old
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
+++
|
||||||
|
author = "Hugo Authors"
|
||||||
|
+++
|
||||||
|
|
@ -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;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue