1
0
mirror of https://github.com/danbee/danbarber.me.hugo.git synced 2025-03-04 08:59:18 +00:00

Compare commits

..

5 Commits

Author SHA1 Message Date
17148a7557
Use site title from config 2019-10-12 17:28:57 -04:00
04b4e2eb02
Move generated photos 2019-10-12 17:28:41 -04:00
7ab1968efa
Simplify config 2019-10-12 17:25:09 -04:00
804cce1ac0
Simplify dynamic type calculations 2019-10-12 17:24:46 -04:00
e88e058efd
Separate photos from blog 2019-10-12 17:23:42 -04:00
2520 changed files with 24 additions and 14 deletions

View File

@ -2,7 +2,7 @@ html {
font-family: $body-font-family; font-family: $body-font-family;
font-style: normal; font-style: normal;
font-weight: 300; font-weight: 300;
font-size: calc((1vmin * 0.85) + 13px); font-size: calc(0.85vmin + 13px);
line-height: 1.4; line-height: 1.4;
padding-left: $pad-min; padding-left: $pad-min;
padding-right: $pad-min; padding-right: $pad-min;

17
config.toml Normal file
View File

@ -0,0 +1,17 @@
baseURL = "https://next.danbarber.me/"
languageCode = "en-us"
title = "Me, Dan Barber"
timeout = 30000
[params]
AuthorName = "Daniel Barber"
GitHubUser = "danbee"
[permalinks]
blog = "/:year/:month/:day/:title"
photos = "/:year/:month/:day/:title"
[imaging]
resampleFilter = "lanczos"
quality = 75
anchor = "smart"

View File

@ -1,2 +0,0 @@
languageCode = "en-us"
title = "DanBarber.me"

View File

@ -1,2 +0,0 @@
AuthorName = "Daniel Barber"
GitHubUser = "danbee"

View File

@ -1 +0,0 @@
blog = "/:year/:month/:day/:title"

View File

@ -1 +0,0 @@
baseURL = "http://danbarber.localhost:1313"

View File

@ -1 +0,0 @@
baseURL = "https://next.danbarber.me/"

View File

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 132 KiB

View File

Before

Width:  |  Height:  |  Size: 123 KiB

After

Width:  |  Height:  |  Size: 123 KiB

View File

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 116 KiB

View File

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 106 KiB

View File

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 87 KiB

Some files were not shown because too many files have changed in this diff Show More