Compare commits
2 Commits
06698c7799
...
75d572b501
| Author | SHA1 | Date |
|---|---|---|
|
|
75d572b501 | |
|
|
e9e275303c |
|
|
@ -1,3 +1,6 @@
|
|||
baseURL = 'http://example.org/'
|
||||
baseURL = 'https://blog.mineral.town/'
|
||||
languageCode = 'en-us'
|
||||
title = 'My New Hugo Site'
|
||||
title = 'mineral town blog'
|
||||
theme = 'mineral'
|
||||
paginate = 5
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,10 @@
|
|||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;600&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="css/normalize.css">
|
||||
<link rel="stylesheet" href="css/skeleton.css">
|
||||
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ body {
|
|||
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
|
||||
line-height: 1.6;
|
||||
font-weight: 400;
|
||||
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-family: font-family: 'Fira Code', monospace;
|
||||
color: #222; }
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue