ragynotes / ragynotes.github.io

🌿 Ragy Notes 📚 https://ragynotes.github.io
https://ragynotes.github.io
1 stars 0 forks source link

Mdnotes generating non-breaking files #26

Closed pskyhx closed 2 years ago

pskyhx commented 2 years ago

the collection of test files all successfully complete the batch export command without breaking hugo.

not yet considering whether they are doing what I want or not. just no break.

pskyhx commented 2 years ago

merging this branch introduced git stuff into my mdnotes template:

---
title: "{{title}}" 
title-short: "{{shortTitle}}" 
originalyear: {{date}} 
type: "{{itemType}}" 

<<<<<<< HEAD
alias: "{{citekey}}" 
lang: "{{language}}" 
=======

alias: "{{citekey}}"
lang: "{{language}}"
>>>>>>> 613b62143256f101756fa4ac1d7020274117243c

draft: true

date: {{accessDate}} 
---

wrf