Add recipes

This commit is contained in:
notplants 2022-07-25 15:46:28 +02:00
parent 5e04ea3e87
commit bb6d19fd3d
6 changed files with 2425 additions and 2 deletions

View File

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

2408
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,7 @@
"@mdx-js/react": "^1.5.2",
"classnames": "^2.2.5",
"gatsby": "^2.16.1",
"gatsby-cli": "^4.19.0",
"gatsby-image": "^2.2.29",
"gatsby-plugin-feed": "^2.3.25",
"gatsby-plugin-manifest": "^2.2.23",

View File

@ -23,7 +23,7 @@ export default class Wiki extends React.Component {
render() {
this.props.wikis.edges.sort((edge1, edge2) => edge1.node.frontmatter.title.length > edge2.node.frontmatter.title.length);
const Posts = this.props.wikis.edges
.filter(edge => !!edge.node.frontmatter.title) // You can filter your posts based on some criteria
.filter(edge => !!edge.node.frontmatter.title && edge.node.frontmatter.level === "1") // You can filter your posts based on some criteria
.map(edge => <PostLink key={edge.node.id} post={edge.node} current={this.props.post.frontmatter.title} />)
var articleClass = "markdownWrapper " + this.props.post.frontmatter.style;
return (

View File

@ -0,0 +1,13 @@
---
path: "/posts/anarchy"
date: "2022-07-19T23:19:51.246Z"
title: "Anarchy"
type: "wiki"
level: "2"
style: "prose"
image: ""
description: ""
note: "Max Fowler"
---
https://en.wikipedia.org/wiki/G%C3%B6del%27s_incompleteness_theorems

View File

@ -20,3 +20,4 @@ note: "Max Fowler"
[lemon cake](https://parkimminent.com/site/lemon-cake.html)
[fried rat](https://www.youtube.com/watch?v=Dn_40K0er0E)