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 #!/usr/bin/env bash
nvm use 14
npm run build 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/ 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 { .main-wrapper {
padding-top: 20px; padding-top: 20px;
} }

View File

@ -28,7 +28,7 @@ class Layout extends React.Component {
} }
render() { 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 ( return (
<div className={wrapperClasses}> <div className={wrapperClasses}>
<SEO {...this.props} mood={this.state.mood}/> <SEO {...this.props} mood={this.state.mood}/>

View File

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

View File

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

View File

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

View File

@ -3,6 +3,7 @@ path: "/posts/community-basements"
date: "2019-07-31T23:19:51.246Z" date: "2019-07-31T23:19:51.246Z"
title: "Community Basements" title: "Community Basements"
type: "blog" type: "blog"
style: "poem"
note: "Max Fowler" 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. 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" title: "Electronic Mail"
author: "519 words" author: "519 words"
type: "blog" type: "blog"
style: "poem"
image: "" image: ""
description: "notes on electronic mail" description: "notes on electronic mail"
note: "Max Fowler" note: "Max Fowler"

View File

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