Hugo go go go
Made a hugo setup from scratch to generate a static blog and portfolio webpage. The old stuff may still be found in static/old.
This commit is contained in:
11
static/old/main.css
Normal file
11
static/old/main.css
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
body {
|
||||
background-color: rgb(24, 26, 27);
|
||||
color: lime;
|
||||
}
|
||||
|
||||
div#content > * {
|
||||
padding: 2vh;
|
||||
margin: 4vh;
|
||||
}
|
||||
|
Reference in New Issue
Block a user