mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 02:26:08 +01:00
Add summaries to kept omnivore imports
This commit is contained in:
parent
e4dcc9297a
commit
4e304d8305
4 changed files with 2 additions and 4 deletions
|
@ -12,7 +12,6 @@ references:
|
||||||
summary: How boundaries became the rules for mental health—and explain everything Lily
|
summary: How boundaries became the rules for mental health—and explain everything Lily
|
||||||
Scherlis
|
Scherlis
|
||||||
author: Lily Scherlis
|
author: Lily Scherlis
|
||||||
tags: []
|
|
||||||
---
|
---
|
||||||
An extremely interesting article that helped me realise how different my definition of what “boundaries” are seems to differ from what contemporary usage is!
|
An extremely interesting article that helped me realise how different my definition of what “boundaries” are seems to differ from what contemporary usage is!
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,6 @@ references:
|
||||||
summary: examines claims that the big five personality traits is more scientifically
|
summary: examines claims that the big five personality traits is more scientifically
|
||||||
valid than the myers briggs personality indicator
|
valid than the myers briggs personality indicator
|
||||||
author: dynomight
|
author: dynomight
|
||||||
tags: []
|
|
||||||
---
|
---
|
||||||
I fit the eNxP model by this article's assertions, and it feels representative enough to be useful. I like the idea of these tools to label & understand yourself _particularly_ because you can figure out where you _don't_ fit the model/where the label _isn't_ useful.
|
I fit the eNxP model by this article's assertions, and it feels representative enough to be useful. I like the idea of these tools to label & understand yourself _particularly_ because you can figure out where you _don't_ fit the model/where the label _isn't_ useful.
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,6 @@ references:
|
||||||
the year bring? What hopes and hurts, what majesty and mayhem, what lessons
|
the year bring? What hopes and hurts, what majesty and mayhem, what lessons
|
||||||
and laments? January holds in the palm of its hands…
|
and laments? January holds in the palm of its hands…
|
||||||
author: Julie Zhuo
|
author: Julie Zhuo
|
||||||
tags: []
|
|
||||||
---
|
---
|
||||||
I enjoyed this article’s passion for _being alive_, I think there’s a lot of similarity to a previous article’s [obviousness](/tags/obviousness), and putting ourselves in emotionally challenging positions sometimes.
|
I enjoyed this article’s passion for _being alive_, I think there’s a lot of similarity to a previous article’s [obviousness](/tags/obviousness), and putting ourselves in emotionally challenging positions sometimes.
|
||||||
|
|
||||||
|
|
|
@ -229,7 +229,8 @@ type FrontMatter struct {
|
||||||
PublishDate string `yaml:"publishDate,omitempty"`
|
PublishDate string `yaml:"publishDate,omitempty"`
|
||||||
BookmarkOf string `yaml:"bookmarkOf"`
|
BookmarkOf string `yaml:"bookmarkOf"`
|
||||||
References map[string]Ref
|
References map[string]Ref
|
||||||
Tags []string
|
Summary string `yaml:"summary,omitempty"`
|
||||||
|
Tags []string `yaml:"tags,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Ref struct {
|
type Ref struct {
|
||||||
|
|
Loading…
Reference in a new issue