Skip to content

Commit 2f53476

Browse files
committed
upgrade primer version
1 parent d121b1b commit 2f53476

19 files changed

Lines changed: 50 additions & 59 deletions

‎_config.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ exclude:
7070
- Gemfile
7171
- Gemfile.lock
7272
- node_modules
73+
- package.json
74+
- package-lock.json
7375
- vendor/bundle/
7476
- vendor/cache/
7577
- vendor/gems/

‎_content/booklets/chinese-liturgy_stc.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tags:
1010
- chinese
1111
year: 1993
1212
address: "Bronx, NY"
13-
pages: "285"
13+
pages: 285
1414
---
1515

1616
A typical example of a Chinese-English chanting book.

‎_content/booklets/meaning-of-life_sheng-yen.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ year: 1996
1616
month: aug
1717
address: Taiwan
1818
olid: OL37927110M
19-
pages: "31"
19+
pages: 31
2020
---
2121

2222
> Fulfill One's Duties and be Responsible

‎_content/booklets/path-of-the-white-swans_suvimalee.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ year: 2022
1313
olid: OL38226497M
1414
publisher: "Galgamuwa Visakharama Charitable Trust"
1515
address: "Colombo, Sri Lanka"
16-
pages: "82"
16+
pages: 82
1717
---
1818

1919
> the general Buddhist public even in Sri Lanka do not seem to know of what stuff the newly “resurrected” bhikkhunis are made.

‎_content/booklets/samadhi-is-pure-enjoyment_sucitto.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tags:
1414
- feeling
1515
year: 2014
1616
olid: OL38229881M
17-
pages: "27"
17+
pages: 27
1818
---
1919

2020
> But what if samādhi was a relief?

‎_content/essays/practice-of-zazen.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags:
88
- meditation
99
year: 2014
1010
publisher: "Sotoshu Shumucho"
11-
pages: "2"
11+
pages: 2
1212
---
1313

1414
> Position your buttocks in the center of the zafu and cross your legs.

‎_content/monographs/getting-the-buddha-mind_sheng-yen.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ olid: OL20763545M
1313
oclc: 24007768
1414
publisher: "Dharma Drum"
1515
address: "Elmhurst, NY"
16-
pages: "145"
16+
pages: 145
1717
---
1818

1919
> Chan transcends knowledge, symbols, and all the apparatus of language.

‎_content/monographs/living-by-vow_okumura.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tags:
1010
year: 2012
1111
olid: OL37394401M
1212
publisher: wisdom
13-
pages: "350"
13+
pages: 350
1414
---
1515

1616
> All aspects of our practice—zazen in the monks’ hall, chanting of verses and sutras during services, ceremonies in the Dharma hall—and all our other activities in daily life are the practice of the bodhisattva vow actualized moment by moment. We chant these verses and sutras as an expression of this interpenetrating reality

‎_content/papers/vinnanancayatana_analayo.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ address: "Sri Lanka"
1212
external_url: "http://www.buddhismuskunde.uni-hamburg.de/pdf/5-personen/analayo/encyclopedia-entries/vinnanancayatana.pdf"
1313
year: 2009
1414
drive_links:
15-
- "https://drive.google.com/file/d/1Wj37zSxUiK1yRvP9GqOZzBNC44McGaEy/view?usp=drivesdk"
15+
- "https://drive.google.com/file/d/1HLE2w6V5D6exexFmdaEDYwYjEcAjUeLG/view?usp=sharing"
1616
course: samatha
1717
tags:
1818
- arupa

‎_includes/content.bibtex‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{%- assign curly = "}" -%}
1010
{%- assign escand = "{\&}" -%}
1111
{%- assign escperc = "{\%" | append: curly -%}
12-
@{% case include.content.category %}{% when "monographs" %}book{% when "booklets" %}{% if include.content.subcat == "thesis" %}phdthesis{% else %}book{% unless include.content.publisher %}let{% endunless %}{% endif %}{% when "articles" %}article{% when "paper" %}inproceedings{% when "canon" %}{% if include.content.authors and include.content.publisher %}book{% else %}misc{% endif %}{% when "excerpts" %}incollection{% else %}{% if include.content.journal %}article{% else %}misc{% endif %}{% endcase %}{% raw %}{{% endraw %}{% assign fname = include.content.slug | replace: ".", "-" | split: "_" %}{{ fname[1] | default: include.content.translator | slugify: 'latin' }}{{ include.content.year }}{% if include.content.year or fname[1] or include.content.translator %}-{% endif %}{{ fname | first }},
12+
@{% case include.content.category %}{% when "monographs" %}book{% when "booklets" %}{% if include.content.subcat == "thesis" %}phdthesis{% else %}book{% unless include.content.publisher %}let{% endunless %}{% endif %}{% when "articles" %}article{% when "papers" %}inproceedings{% when "canon" %}{% if include.content.authors and include.content.publisher %}book{% else %}misc{% endif %}{% when "excerpts" %}incollection{% else %}{% if include.content.journal %}article{% else %}misc{% endif %}{% endcase %}{% raw %}{{% endraw %}{% assign fname = include.content.slug | replace: ".", "-" | split: "_" %}{{ fname[1] | default: include.content.translator | slugify: 'latin' }}{{ include.content.year }}{% if include.content.year or fname[1] or include.content.translator %}-{% endif %}{{ fname | first }},
1313
title={% raw %}{{% endraw %}{% assign title = include.content.title | replace: "_", "*" | replace: "&", escand | replace: "%", escperc %}{% assign fc = title | slice: 0 %}{% assign lc = title | slice: -1 %}{% if fc == '*' %}{% assign title = title | replace_first: '*', "\textit{" %}{% endif %}{% if lc == '*' %}{% assign title = title | split: "*" | join: "*" | append: curly %}{% endif %}{% assign chars = title | replace: " **", " \textbf{" | replace: "** ", curlyspace | replace: " *", " \textit{" | replace: "(*", "(\textit{" | replace: "*", curly | split: "" %}{% assign title = "" %}{% assign insidecurl = 0 %}{% for char in chars %}{% if char == "{" %}{% assign insidecurl = insidecurl | plus: 1 %}{% elsif char == curly %}{% assign insidecurl = insidecurl | minus: 1 %}{% endif %}{% assign dwn = char | downcase %}{% if dwn != char and insidecurl == 0 %}{% assign title = title | append: "{" | append: char | append: "}" %}{% else %}{% assign title = title | append: char %}{% endif %}{% endfor %}{{ title }}},
1414
{% if include.content.authors %} author={% assign authors = '' | split: '' %}{% if include.useslugs %}{% for aslug in include.content.authors %}{% if aslug contains " " %}{% capture a %}"{{ aslug }}"{% endcapture %}{% assign authors = authors | push: a %}{% else %}{% assign authors = authors | push: aslug %}{% endif %}{% endfor %}{{ authors | join: ' # " and " # ' }}{% else %}{% raw %}{{% endraw %}{% for aslug in include.content.authors %}{% if aslug contains " " %}{% assign authors = authors | push: aslug %}{% else %}{% assign author = site.authors | find: 'slug', aslug %}{% assign authors = authors | push: author.title %}{% endif %}{% endfor %}{{ authors | join: " and " }}}{% endif %},
1515
{% elsif include.content.reader %} author={% if include.content.reader contains " " %}{% raw %}{{% endraw %}{{ include.content.reader }}}{% else %}{% if include.useslugs %}{{ include.content.reader }}{% else %}{% raw %}{{% endraw %}{% assign author = site.authors | find: 'slug', include.content.reader %}{% if author %}{{ author.title }}{% else %}{{ include.content.reader }}{% endif %}}{% endif %}{% endif %},

0 commit comments

Comments
 (0)