diff --git a/assets/scss/style.scss b/assets/scss/style.scss index ba8ada2..8c14609 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -2,9 +2,41 @@ display: flex; min-height: 100vh; flex-direction: column; - align-items: center; - justify-content: center; + align-items: start; + justify-content: space-between; max-width: 400px; margin: auto; font-size: 1.5rem; } + +#home-center { + display: flex; + flex-direction: column; + align-items: flex-start; +} + +#home-title { + color: #202020; + font-family: Inter; + font-size: 48px; + font-style: normal; + font-weight: 500; + line-height: normal; +} + +#home-nav { + display: flex; + flex-direction: column; + + a { + color: #252525; + font-family: Inter; + font-size: 40px; + font-style: normal; + font-weight: 400; + line-height: 150%; + /* 60px */ + text-decoration-line: underline; + } + +} diff --git a/config.toml b/config.toml index 40689ed..acf3632 100644 --- a/config.toml +++ b/config.toml @@ -26,7 +26,7 @@ enableEmoji = true # Shorthand emojis in content files - https://gohugo.io/func description = "log101's blog" themeColor = "#494f5c" - homeSubtitle = "\"Orada, soğuk ve mütemadiyen dönen yaşlı başlı yıldızlar, önce israillenmiş sonra pislik içinde bırakılmış gezegenler, Kadimler mirası kuyruklu gök cisimleri vardı; birbirlerinden bağımız görünseler de modellenmesi neredeyse imkansız bir örgü içerisinde…\"" + homeSubtitle = "\"Orada, soğuk ve mütemadiyen dönen yaşlı başlı yıldızlar, önce gasp edilmiş sonra pislik içinde bırakılmış gezegenler, Kadimler mirası kuyruklu gök cisimleri vardı; birbirlerinden bağımız görünseler de modellenmesi neredeyse imkansız bir örgü içerisinde…\"" # Toggling this option needs to rebuild SCSS, requires Hugo extended version justifyContent = false # Set "text-align: justify" to `.content`. @@ -56,6 +56,21 @@ enableEmoji = true # Shorthand emojis in content files - https://gohugo.io/func weight = 10 [[menu.main]] - name = "About" + name = "Github" url = "about-hugo/" weight = 20 + + [[menu.main]] + name = "CV" + url = "about-hugo/" + weight = 30 + + [[menu.main]] + name = "Stories" + url = "about-hugo/" + weight = 40 + + [[menu.main]] + name = "Running" + url = "about-hugo/" + weight = 50 diff --git a/layouts/index.html b/layouts/index.html index 3f31d25..afd16ba 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -13,16 +13,9 @@
{{- end }}
+

{{ .Site.Title }}

- {{- with .Site.Params.homeSubtitle }} -

{{.}}

- {{- end }} - {{- with .Site.Params.social }} -
- {{ partialCached "social-icons.html" . }} -
- {{- end }} diff --git a/layouts/partials/extra-head.html b/layouts/partials/extra-head.html new file mode 100644 index 0000000..839fd6f --- /dev/null +++ b/layouts/partials/extra-head.html @@ -0,0 +1,3 @@ + + + diff --git a/resources/_gen/assets/scss/scss/style.scss_c16d144eee185fbddd582cd5e25a4fae.content b/resources/_gen/assets/scss/scss/style.scss_c16d144eee185fbddd582cd5e25a4fae.content index 4ed928c..1b089a8 100644 --- a/resources/_gen/assets/scss/scss/style.scss_c16d144eee185fbddd582cd5e25a4fae.content +++ b/resources/_gen/assets/scss/scss/style.scss_c16d144eee185fbddd582cd5e25a4fae.content @@ -1 +1 @@ -#spotlight{display:flex;min-height:100vh;flex-direction:column;align-items:center;justify-content:center;max-width:400px;margin:auto;font-size:1.5rem} \ No newline at end of file +#spotlight{display:flex;min-height:100vh;flex-direction:column;align-items:start;justify-content:space-between;max-width:400px;margin:auto;font-size:1.5rem}#home-center{display:flex;flex-direction:column;align-items:flex-start}#home-title{color:#202020;font-family:Inter;font-size:48px;font-style:normal;font-weight:500;line-height:normal}#home-nav{display:flex;flex-direction:column}#home-nav a{color:#252525;font-family:Inter;font-size:40px;font-style:normal;font-weight:400;line-height:150%;text-decoration-line:underline} \ No newline at end of file diff --git a/resources/_gen/assets/scss/scss/style.scss_c16d144eee185fbddd582cd5e25a4fae.json b/resources/_gen/assets/scss/scss/style.scss_c16d144eee185fbddd582cd5e25a4fae.json index cffde5d..3177c5b 100644 --- a/resources/_gen/assets/scss/scss/style.scss_c16d144eee185fbddd582cd5e25a4fae.json +++ b/resources/_gen/assets/scss/scss/style.scss_c16d144eee185fbddd582cd5e25a4fae.json @@ -1 +1 @@ -{"Target":"css/style.min.b2c053d0897094a77db69695729c2dc4d48d3d4200d25d8266eb11ca8c88383b.css","MediaType":"text/css","Data":{"Integrity":"sha256-ssBT0IlwlKd9tpaVcpwtxNSNPUIA0l2CZusRyoyIODs="}} \ No newline at end of file +{"Target":"css/style.min.006ec58c58b834e727619e1459ab303f09e51e8317d3e79a1b632b52aacf60f0.css","MediaType":"text/css","Data":{"Integrity":"sha256-AG7FjFi4NOcnYZ4UWaswPwnlHoMX0+eaG2MrUqrPYPA="}} \ No newline at end of file