mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 22:16:07 +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
|
||||
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!
|
||||
|
||||
|
|
|
@ -12,7 +12,6 @@ references:
|
|||
summary: examines claims that the big five personality traits is more scientifically
|
||||
valid than the myers briggs personality indicator
|
||||
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.
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@ references:
|
|||
the year bring? What hopes and hurts, what majesty and mayhem, what lessons
|
||||
and laments? January holds in the palm of its hands…
|
||||
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.
|
||||
|
||||
|
|
|
@ -229,7 +229,8 @@ type FrontMatter struct {
|
|||
PublishDate string `yaml:"publishDate,omitempty"`
|
||||
BookmarkOf string `yaml:"bookmarkOf"`
|
||||
References map[string]Ref
|
||||
Tags []string
|
||||
Summary string `yaml:"summary,omitempty"`
|
||||
Tags []string `yaml:"tags,omitempty"`
|
||||
}
|
||||
|
||||
type Ref struct {
|
||||
|
|
Loading…
Reference in a new issue