mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
Change the default template name to "page"
This commit is contained in:
parent
9173a09d88
commit
09e45c9617
9 changed files with 2 additions and 5 deletions
|
|
@ -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 ?? []
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
Title: Curriculum vitae
|
Title: Curriculum vitae
|
||||||
Template: article
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Work History
|
### Work History
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue