This commit is contained in:
mhfowler 2021-09-08 16:08:22 +02:00
parent d876a7a002
commit d9525f6073
9 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
nvm use 14
npm run build
rsync -avzh "ssh -i /home/.ssh/do_rsa2" /drive/computer/docs/canalswans.info/canalswans-gatsby/public/ root@147.182.177.135:/srv/canalswans.commoninternet.net/

View File

@ -68,6 +68,11 @@ body {
}
}
article.poem {
max-width: 500px;
margin: auto;
}
.main-wrapper {
padding-top: 20px;
}

View File

@ -28,7 +28,7 @@ class Layout extends React.Component {
}
render() {
var wrapperClasses = `base-body ${this.state.mood} ${this.props.pageType}`
var wrapperClasses = `base-body ${this.state.mood} ${this.props.pageType} ${this.props.pageStyle}`
return (
<div className={wrapperClasses}>
<SEO {...this.props} mood={this.state.mood}/>

View File

@ -25,8 +25,9 @@ import {Link} from "gatsby";
class MdxArticle extends React.Component {
render() {
var articleClass = "markdownWrapper " + this.props.post.frontmatter.style;
return (
<article className={"markdownWrapper"}>
<article className={articleClass}>
<div className="articleHeader" style={{'margin-bottom': '20px', 'width': '100%', 'float':'left'}}>
<h2
style={{
@ -107,6 +108,7 @@ export const pageQuery = graphql`
title
description
author
style
image
images
price

View File

@ -3,6 +3,7 @@ path: "/posts/a-year-in-review"
date: "2019-12-21T23:19:51.246Z"
title: "A Year In Review"
type: "blog"
style: "poem"
note: "Max Fowler"
---

View File

@ -2,7 +2,6 @@
path: "/posts/anthropology-of-blocking"
date: "2021-01-04T23:19:51.246Z"
title: "Anthropology Of Blocking"
author: "Max Fowler"
type: "blog"
image: ""
description: "documentation from the fediverse in 2021"

View File

@ -3,6 +3,7 @@ path: "/posts/community-basements"
date: "2019-07-31T23:19:51.246Z"
title: "Community Basements"
type: "blog"
style: "poem"
note: "Max Fowler"
---
Ive enjoyed reading [Lukas Newsletter](https://tinyletter.com/gnamma), so Ive decided to also try my hand at the form. If I accidentally also adopt his tone of voice, mimicry is a form of compliment. Before I was using my newsletter just for updates, but now I will also be using it as a place for writing. I was thinking about making multiple newsletters, but that seemed complicated. Instead I will just trust you to unsubscribe or mute if you want to, or to keep reading and hope that the topics that draw my interest might also end up being interesting to you.

View File

@ -4,6 +4,7 @@ date: "2021-09-07T23:19:51.246Z"
title: "Electronic Mail"
author: "519 words"
type: "blog"
style: "poem"
image: ""
description: "notes on electronic mail"
note: "Max Fowler"

View File

@ -2,7 +2,6 @@
path: "/posts/posture"
date: "2021-04-18T23:19:51.246Z"
title: "Posture"
author: "Max Fowler"
type: "blog"
image: ""
description: "a story about posture"