Skip to content

Commit 103cefe

Browse files
Hygen to plop (#107)
1 parent 902d0a4 commit 103cefe

File tree

34 files changed

+2585
-2014
lines changed

34 files changed

+2585
-2014
lines changed

_templates/article.md.hbs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "{{ title }}"
3+
date: {{ date }} 00:00:00 +00:00
4+
tags: [{{#each tags}}"{{this}}"{{#unless @last}}, {{/unless}}{{/each}}]
5+
publisher: "{{ publisher }}"
6+
{{#if url}}
7+
url: {{ url }}
8+
{{/if}}
9+
---
10+
11+
{{ description }}

_templates/article/with-prompt/hello.ejs.t

Lines changed: 0 additions & 15 deletions
This file was deleted.

_templates/article/with-prompt/prompt.js

Lines changed: 0 additions & 46 deletions
This file was deleted.

_templates/book.md.hbs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "{{ title }}"
3+
{{#if subtitle}}
4+
subtitle: "{{ subtitle }}"
5+
{{/if}}
6+
date: {{ date }} 00:00:00 +00:00
7+
author: "{{ author }}"
8+
type: "{{ type }}"
9+
tags: [{{#each tags}}"{{this}}"{{#unless @last}}, {{/unless}}{{/each}}]
10+
publisher: "{{ publisher }}"
11+
url: {{ url }}
12+
cover: "{{ getFilename title false }}.jpg"
13+
width: "134"
14+
{{#if full_text}}
15+
full_text: "{{ full_text }}"
16+
{{/if}}
17+
---
18+
19+
{{ description }}

_templates/book/with-prompt/hello.ejs.t

Lines changed: 0 additions & 23 deletions
This file was deleted.

_templates/book/with-prompt/prompt.js

Lines changed: 0 additions & 70 deletions
This file was deleted.

_templates/citation/with-prompt/hello.ejs.t

Lines changed: 0 additions & 5 deletions
This file was deleted.

_templates/citation/with-prompt/prompt.js

Lines changed: 0 additions & 40 deletions
This file was deleted.

_templates/event/with-prompt/hello.ejs.t

Lines changed: 0 additions & 5 deletions
This file was deleted.

_templates/event/with-prompt/prompt.js

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)