Redid base layouts
This commit is contained in:
@@ -417,8 +417,8 @@ h1.site-title {// {{{
|
|||||||
font-size: 4.8em;
|
font-size: 4.8em;
|
||||||
// color: #66cccc;
|
// color: #66cccc;
|
||||||
color: $base05;
|
color: $base05;
|
||||||
margin-top: 0.5em;
|
margin-top: 1rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0.5rem;
|
||||||
|
|
||||||
@include a-color($base-sky-blue);
|
@include a-color($base-sky-blue);
|
||||||
a {
|
a {
|
||||||
@@ -437,6 +437,7 @@ h1.site-title {// {{{
|
|||||||
}// }}}
|
}// }}}
|
||||||
|
|
||||||
.hero-logo img {
|
.hero-logo img {
|
||||||
|
margin-top: 0.5rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -444,7 +445,7 @@ h1.site-title {// {{{
|
|||||||
margin-left: .5em;
|
margin-left: .5em;
|
||||||
// margin-bottom: 1em;
|
// margin-bottom: 1em;
|
||||||
// margin-top: .75em;
|
// margin-top: .75em;
|
||||||
@include vert-padding-rem(1);
|
@include vert-padding-rem(.5);
|
||||||
|
|
||||||
.caret {
|
.caret {
|
||||||
color: #f2f0ec;
|
color: #f2f0ec;
|
||||||
|
|||||||
11
config.toml_
11
config.toml_
@@ -1,11 +0,0 @@
|
|||||||
# baseURL = "http://localhost:1313/"
|
|
||||||
baseURL = "https://kevin-mok.com/"
|
|
||||||
# baseURL = "/home/kevin/coding/mf-site/public"
|
|
||||||
languageCode = "en-us"
|
|
||||||
title = "Kevin Mok's Website"
|
|
||||||
# theme = "base16"
|
|
||||||
enableRobotsTXT = "true"
|
|
||||||
|
|
||||||
[params]
|
|
||||||
author = "Kevin Mok"
|
|
||||||
description = "I'm a Computer Science (CS) student at the University of Toronto and an avid Linux/FOSS user. Come check out my personal site!"
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
# baseURL: http://localhost:1313/
|
baseURL: http://localhost:1313/
|
||||||
baseURL: https://kevin-mok.com/
|
# baseURL: https://kevin-mok.com/
|
||||||
# baseURL: /home/kevin/coding/mf-site/public
|
# baseURL: /home/kevin/coding/mf-site/public
|
||||||
languageCode: en-us
|
languageCode: en-us
|
||||||
title: Kevin Mok's Website
|
title: Kevin Mok's Website
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
title: "Config"
|
title: "Config"
|
||||||
date: 2019-02-07T05:05:11-05:00
|
date: 2019-02-07T05:05:11-05:00
|
||||||
draft: true
|
draft: true
|
||||||
layout: single
|
|
||||||
---
|
---
|
||||||
<!--- Intro {{{ -->
|
<!--- Intro {{{ -->
|
||||||
# Kevin's Linux Setup
|
# Kevin's Linux Setup
|
||||||
@@ -2,5 +2,4 @@
|
|||||||
title: "Credits"
|
title: "Credits"
|
||||||
date: 2019-02-11T03:10:25-05:00
|
date: 2019-02-11T03:10:25-05:00
|
||||||
draft: true
|
draft: true
|
||||||
layout: single
|
|
||||||
---
|
---
|
||||||
@@ -3,3 +3,4 @@ title: "Resume"
|
|||||||
date: 2019-02-11T07:50:51-05:00
|
date: 2019-02-11T07:50:51-05:00
|
||||||
draft: true
|
draft: true
|
||||||
---
|
---
|
||||||
|
Test
|
||||||
1
ideas.md
1
ideas.md
@@ -1,5 +1,6 @@
|
|||||||
# Large
|
# Large
|
||||||
- resume
|
- resume
|
||||||
|
- fix title
|
||||||
- printable version
|
- printable version
|
||||||
- list of things done with diff. langs.
|
- list of things done with diff. langs.
|
||||||
- add CSS grid layout
|
- add CSS grid layout
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
{{ define "main" }}
|
{{ partial "header.html" . }}
|
||||||
|
|
||||||
<!-- <main role="main" class="article-list">
|
{{ partial "site-title.html" . }}
|
||||||
<h1 class="list-title">{{ .Title }}</h1>
|
|
||||||
{{ range .Data.Pages }}
|
|
||||||
{{ partial "article-list-item.html" . }}
|
|
||||||
{{ end }}
|
|
||||||
</main> -->
|
|
||||||
|
|
||||||
{{ end }}
|
{{ partial "nav-bar.html" . }}
|
||||||
|
|
||||||
|
{{ partial "base16-logo.html" . }}
|
||||||
|
|
||||||
|
{{ .Content }}
|
||||||
|
|
||||||
|
{{ partial "footer.html" . }}
|
||||||
|
|||||||
@@ -1,7 +1,11 @@
|
|||||||
{{ define "main" }}
|
{{ partial "header.html" . }}
|
||||||
|
|
||||||
<main role="main" class="article">
|
{{ partial "site-title.html" . }}
|
||||||
{{ partial "article.html" . }}
|
|
||||||
</main>
|
|
||||||
|
|
||||||
{{ end }}
|
{{ partial "nav-bar.html" . }}
|
||||||
|
|
||||||
|
{{ partial "base16-logo.html" . }}
|
||||||
|
|
||||||
|
{{ .Content }}
|
||||||
|
|
||||||
|
{{ partial "footer.html" . }}
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
{{ define "main" }}
|
|
||||||
|
|
||||||
{{ .Content }}
|
|
||||||
|
|
||||||
{{ end }}
|
|
||||||
@@ -1,9 +1,13 @@
|
|||||||
{{ define "main" }}
|
{{ partial "header.html" . }}
|
||||||
|
|
||||||
|
{{ partial "site-title.html" . }}
|
||||||
|
|
||||||
|
{{ partial "nav-bar.html" . }}
|
||||||
|
|
||||||
|
{{ partial "base16-logo.html" . }}
|
||||||
|
|
||||||
<div id="homepage">
|
<div id="homepage">
|
||||||
|
{{ partial "about.html" . }}
|
||||||
{{ partial "about.html" . }}
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ end }}
|
{{ partial "footer.html" . }}
|
||||||
|
|||||||
@@ -2,11 +2,6 @@
|
|||||||
|
|
||||||
{{ partial "site-title.html" . }}
|
{{ partial "site-title.html" . }}
|
||||||
|
|
||||||
{{ partial "nav-bar.html" . }}
|
|
||||||
|
|
||||||
{{ partial "base16-logo.html" . }}
|
{{ partial "base16-logo.html" . }}
|
||||||
|
|
||||||
{{ block "main" . }}
|
{{ .Content }}
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ partial "footer.html" . }}
|
|
||||||
@@ -301,8 +301,8 @@ h1.site-title {
|
|||||||
/* font-size: 3.5em; */
|
/* font-size: 3.5em; */
|
||||||
font-size: 4.8em;
|
font-size: 4.8em;
|
||||||
color: #d3d0c8;
|
color: #d3d0c8;
|
||||||
margin-top: 0.5em;
|
margin-top: 1rem;
|
||||||
margin-bottom: 0; }
|
margin-bottom: 0.5rem; }
|
||||||
h1.site-title a {
|
h1.site-title a {
|
||||||
color: #66cccc; }
|
color: #66cccc; }
|
||||||
h1.site-title a:visited {
|
h1.site-title a:visited {
|
||||||
@@ -319,12 +319,13 @@ h1.site-title {
|
|||||||
font-size: 2em; } }
|
font-size: 2em; } }
|
||||||
|
|
||||||
.hero-logo img {
|
.hero-logo img {
|
||||||
|
margin-top: 0.5rem;
|
||||||
width: 100%; }
|
width: 100%; }
|
||||||
|
|
||||||
.nav-bar {
|
.nav-bar {
|
||||||
margin-left: .5em;
|
margin-left: .5em;
|
||||||
padding-top: 1rem;
|
padding-top: 0.5rem;
|
||||||
padding-bottom: 1rem; }
|
padding-bottom: 0.5rem; }
|
||||||
.nav-bar .caret {
|
.nav-bar .caret {
|
||||||
color: #f2f0ec;
|
color: #f2f0ec;
|
||||||
margin-right: .75rem; }
|
margin-right: .75rem; }
|
||||||
|
|||||||
Reference in New Issue
Block a user