Change the default template name to "page"

This commit is contained in:
Sami Samhuri 2019-12-04 17:28:52 -08:00
parent 9173a09d88
commit 09e45c9617
9 changed files with 2 additions and 5 deletions

View file

@ -22,7 +22,7 @@ extension Site {
self.author = humanSite.author self.author = humanSite.author
self.title = humanSite.title self.title = humanSite.title
self.url = humanSite.url self.url = humanSite.url
self.template = humanSite.template ?? "site" self.template = humanSite.template ?? "page"
self.styles = humanSite.styles ?? [] self.styles = humanSite.styles ?? []
self.scripts = humanSite.scripts ?? [] self.scripts = humanSite.scripts ?? []
} }

View file

@ -1,6 +1,5 @@
--- ---
Title: About me Title: About me
Template: article
--- ---
I'm Sami Samhuri, a software developer and general technology geek. Sometimes I write my thoughts and post my projects here. I moved to [Victoria, BC][vic] in 2003 to study computer science at the [University of Victoria][uvic], and then dropped out a couple of years later. I'm Sami Samhuri, a software developer and general technology geek. Sometimes I write my thoughts and post my projects here. I moved to [Victoria, BC][vic] in 2003 to study computer science at the [University of Victoria][uvic], and then dropped out a couple of years later.

View file

@ -413,7 +413,7 @@ article {
header { header {
h2 { h1 {
word-wrap: break-word; word-wrap: break-word;
margin-bottom: 0.3rem; margin-bottom: 0.3rem;
} }

View file

@ -1,6 +1,5 @@
--- ---
Title: Curriculum vitae Title: Curriculum vitae
Template: article
--- ---
### Work History ### Work History

View file

@ -2,7 +2,6 @@
"title": "samhuri.net", "title": "samhuri.net",
"author": "Sami Samhuri", "author": "Sami Samhuri",
"url": "https://samhuri.net", "url": "https://samhuri.net",
"template": "samhuri.net",
"styles": [ "styles": [
"/css/normalize.css", "/css/normalize.css",
"/css/style.css" "/css/style.css"