Styling, edits
This commit is contained in:
@ -2,6 +2,7 @@ baseURL = 'https://wildness.makyo.ink/'
|
||||
languageCode = 'en-us'
|
||||
title = 'A Wildness of the Heart'
|
||||
theme = 'maddybook'
|
||||
paginatePath = ""
|
||||
|
||||
[permalinks]
|
||||
post = '/:filename/'
|
||||
@ -10,3 +11,6 @@ theme = 'maddybook'
|
||||
author = 'Madison Scott-Clary'
|
||||
home = 'https://makyo.ink'
|
||||
copyright = 2021
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
@ -21,7 +21,7 @@ The first is that I typed up and sent the previous entries that I have written t
|
||||
>
|
||||
> Jeremy
|
||||
>
|
||||
> This electronic mail message and all attachments may contain confidential information belonging to the sender or the intended recipient. This information is intended ONLY for the use of the individual or entity named above. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distributing (electronic or otherwise), forwarding or taking any action in reliance on the contents of the information is strictly prohibited. If you have received this electronic transmission in error, please immediately notify the sender by telephone, facsimile or email and delete the information from your computer.
|
||||
> <p style="line-height: 1.2; font-size: 70%;">This electronic mail message and all attachments may contain confidential information belonging to the sender or the intended recipient. This information is intended ONLY for the use of the individual or entity named above. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distributing (electronic or otherwise), forwarding or taking any action in reliance on the contents of the information is strictly prohibited. If you have received this electronic transmission in error, please immediately notify the sender by telephone, facsimile or email and delete the information from your computer.</p>
|
||||
|
||||
Jeremy brings up a lot of very good points and I will admit that I am both pleased that he has recognized the work that I have done already (and that he apparently enjoyed my writing) and also a little frustrated that I still have so far to go. However, I recognize that the latter sensation there is a fallacy and the result of me not being mindful and in the moment. The mind is ever drawn to conclusions and finales, when in reality, this is a process, not an end goal to be achieved. He is very careful in his writing there, in that he specifies that I should "see where they go" and "what could moving forward look like". This is very process-oriented language, and something that I would do well to engage with, myself.
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
{{- partial "head.html" . -}}
|
||||
<body>
|
||||
{{- partial "header.html" . -}}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
{{- partial "head.html" . -}}
|
||||
<body>
|
||||
{{- partial "header.html" . -}}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
{{- partial "head.html" . -}}
|
||||
<body>
|
||||
{{- partial "header.html" . -}}
|
||||
|
||||
@ -78,13 +78,15 @@ main {
|
||||
main p {
|
||||
margin: 0;
|
||||
text-indent: 2em;
|
||||
hyphens: auto;
|
||||
-webkit-hyphens: auto;
|
||||
}
|
||||
main p:first-of-type {
|
||||
text-indent: 0;
|
||||
}
|
||||
main blockquote {
|
||||
margin-left: 0;
|
||||
padding-left: 2rem;
|
||||
margin: 1rem 0;
|
||||
padding: 0 0 0 2rem;
|
||||
border-left: 3px solid #ddd;
|
||||
}
|
||||
main blockquote p {
|
||||
@ -137,7 +139,6 @@ h1, h2 {
|
||||
main, header, footer {
|
||||
width: 100%;
|
||||
padding: 0 2rem;
|
||||
text-align: left;
|
||||
}
|
||||
.footnotes hr {
|
||||
width: 50%;
|
||||
|
||||
Reference in New Issue
Block a user