structern mostly in place
@ -8,3 +8,9 @@ navbar = ["about", "writing", "videos", "get-in-touch"]
|
||||
[params.header]
|
||||
name = "Sophie Lewis"
|
||||
subtitle = "Writer & Philosopher"
|
||||
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
hardWraps = false
|
||||
unsafe = true
|
||||
xhtml = true
|
7
content/_index.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
Octo: octo-2.webp
|
||||
---
|
||||
|
||||
Well, the way they make shows is, they make one show. That show's called a pilot. Then they show that show to the people who make shows, and on the strength of that one show they decide if they're going to make more shows. Some pilots get picked and become television programs. Some don't, become nothing. She starred in one of the ones that became nothing.
|
||||
|
||||
You think water moves fast? You should see ice. It moves like it has a mind. Like it knows it killed the world once and got a taste for murder. After the avalanche, it took us a week to climb out. Now, I don't know exactly when we turned on each other, but I know that seven of us survived the slide... and only five made it out. Now we took an oath, that I'm breaking now. We said we'd say it was the snow that killed the other two, but it wasn't. Nature is lethal but it doesn't hold a candle to man.
|
@ -1,6 +1,54 @@
|
||||
---
|
||||
title: "Writing"
|
||||
date: 2021-08-23T05:59:31+01:00
|
||||
draft: true
|
||||
Octo: octo-4.webp
|
||||
---
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td rowspan=3>ESSAYS</td>
|
||||
<td>
|
||||
<p><b>Aliquam sed quam metus</b></p>
|
||||
<p><i>Published in Jan 2015</i></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p><b>Aliquam sed quam metus</b></p>
|
||||
<p><i>Published in Jan 2015</i></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p><b>Aliquam sed quam metus</b></p>
|
||||
<p><i>Published in Jan 2015</i></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td rowspan=2>TRANSLATIONS</td>
|
||||
<td>
|
||||
<p><b>Aliquam sed quam metus</b></p>
|
||||
<p><i>Published in Jan 2015</i></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p><b>Aliquam sed quam metus</b></p>
|
||||
<p><i>Published in Jan 2015</i></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td rowspan=2>BOOKS</td>
|
||||
<td>
|
||||
<p><b>Aliquam sed quam metus</b></p>
|
||||
<p><i>Published in Jan 2015</i></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p><b>Aliquam sed quam metus</b></p>
|
||||
<p><i>Published in Jan 2015</i></p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -14,9 +14,12 @@ $gray: #707070;
|
||||
justify-content: right !important;
|
||||
}
|
||||
a {
|
||||
padding: 0.5rem 0
|
||||
padding: 0.5rem;
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
|
||||
padding: 0.8rem 0;
|
||||
|
||||
.is-active a {
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
@ -34,11 +37,39 @@ $gray: #707070;
|
||||
padding-top: 8em;
|
||||
}
|
||||
|
||||
iframe {
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
hr {
|
||||
background-color: $gray;
|
||||
height: 0.1rem;
|
||||
}
|
||||
}
|
||||
|
||||
#content {
|
||||
font-size: 1.1rem;
|
||||
p {
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
table {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
p {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
td {
|
||||
padding: 0.5rem 0;
|
||||
}
|
||||
iframe {
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#content-column {
|
||||
@media all and (max-width: 1216px) {
|
||||
padding: 0 2rem;
|
||||
}
|
||||
@media all and (min-width: 1408px) {
|
||||
padding-right: 6.5rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -3,8 +3,8 @@
|
||||
{{- partial "head.html" . -}}
|
||||
<body>
|
||||
<div class="columns">
|
||||
<div class="column is-3"></div>
|
||||
<div class="column is-5">
|
||||
<div class="column is-3-fullhd is-1-widescreen is-hidden-touch is-hidden-desktop-only"></div>
|
||||
<div id="content-column" class="column is-5-widescreen is-8-desktop">
|
||||
{{- partial "header.html" . -}}
|
||||
{{- partial "nav.html" . -}}
|
||||
<div id="content" class="section">
|
||||
@ -12,7 +12,9 @@
|
||||
</div>
|
||||
{{- partial "footer.html" . -}}
|
||||
</div>
|
||||
<div class="column is-4"></div>
|
||||
<div id="octopus" class="column is-4-widescreen is-4-desktop is-hidden-touch ">
|
||||
{{- block "octo" . }}{{- end }}
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,4 +1,7 @@
|
||||
{{ define "main" }}
|
||||
<p>Well, the way they make shows is, they make one show. That show's called a pilot. Then they show that show to the people who make shows, and on the strength of that one show they decide if they're going to make more shows. Some pilots get picked and become television programs. Some don't, become nothing. She starred in one of the ones that became nothing. </p>
|
||||
<p>You think water moves fast? You should see ice. It moves like it has a mind. Like it knows it killed the world once and got a taste for murder. After the avalanche, it took us a week to climb out. Now, I don't know exactly when we turned on each other, but I know that seven of us survived the slide... and only five made it out. Now we took an oath, that I'm breaking now. We said we'd say it was the snow that killed the other two, but it wasn't. Nature is lethal but it doesn't hold a candle to man. </p>
|
||||
{{.Content}}
|
||||
{{ end }}
|
||||
|
||||
{{ define "octo" }}
|
||||
<h1 class="">nrsnts</h1>
|
||||
{{ end }}
|
@ -6,8 +6,8 @@
|
||||
{{/* scss compiling */}}
|
||||
{{ $options := (dict "targetPath" "css/style.css" "outputStyle" "compressed") }}
|
||||
{{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options }}
|
||||
{{ template "_internal/opengraph.html" . }}
|
||||
{{ template "_internal/twitter_cards.html" . }}
|
||||
<link href='{{ $style.RelPermalink }}' rel="stylesheet">
|
||||
<title>{{ $title }}</title>
|
||||
{{- partial "octocss.html" . -}}
|
||||
</head>
|
||||
|
9
themes/sophie-lewis/layouts/partials/octocss.html
Normal file
@ -0,0 +1,9 @@
|
||||
{{ $octo_url := path.Join "/img/octo" $.Page.Params.octo }}
|
||||
<style>
|
||||
#octopus {
|
||||
background-image: url('{{ $octo_url }}');
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
</style>
|
Before Width: | Height: | Size: 404 KiB |
BIN
themes/sophie-lewis/static/img/octo/octo-1.webp
Normal file
After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 366 KiB |
BIN
themes/sophie-lewis/static/img/octo/octo-2.webp
Normal file
After Width: | Height: | Size: 440 KiB |
Before Width: | Height: | Size: 198 KiB |
BIN
themes/sophie-lewis/static/img/octo/octo-3.webp
Normal file
After Width: | Height: | Size: 229 KiB |
Before Width: | Height: | Size: 233 KiB |
BIN
themes/sophie-lewis/static/img/octo/octo-4.webp
Normal file
After Width: | Height: | Size: 232 KiB |