Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document custom properties in YAML front-matter in posts/pages #25

Open
nfreear opened this issue May 23, 2017 · 1 comment
Open

Document custom properties in YAML front-matter in posts/pages #25

nfreear opened this issue May 23, 2017 · 1 comment

Comments

@nfreear
Copy link
Owner

nfreear commented May 23, 2017

Woa, what a lot ... !!

YAML front-matter for Jekyll posts/pages.

Standard

---
published: false
layout: page
title:  Sign-machine rebooted
date:   2017-05-22 17:23
tags:   accessibility
permalink: /path/to/page.html

# And, custom:
x-footer-script: https://cdn.rawgit.com/nfreear/sign-machine/2.0-alpha/src/sign-machine.js
---

Redirection

---
# CUSTOM

x-redirect-url: /2017/05/22/sign-machine.html
x-hash: '#id-sign-machine'
---

Footer Javascript

---
# ...

x-footer-script: https://cdn.rawgit.com/nfreear/sign-machine/2.0-alpha/src/sign-machine.js
---

Imported posts and content

---
# ...

x-source: http://freear.org.uk/content/moodle4-9-book
x-comments: 2
x-comment-url: http://freear.org.uk/content/moodle4-9-book#comment-295
---

Events

---
# ...

x-type: event
x-event-start: 2015-12-09 19:00 +0000
x-event-url: http://www.meetup.com/London-Accessibility-Meetup/
---

Research thesis

---
# ...

x-date-deposited: 22 Jul 2016 09:28
x-url:  http://oro.open.ac.uk/id/eprint/46802
x-pdf:  http://oro.open.ac.uk/46802/1/Yang-Guangyu-MPhil-thesis-July-2016-a11y-pdfa.pdf
---

Other

---
# ...

x-created: 11:45
x-published: about 12:30(!)
x-gdoc: https://docs.google.com/document/d/1zIh...ABC/#

x-orig-title:  Proposal
x-wiki-last-edit: 13:07, 15 July 2013‎
x-wiki-urls:
  - http://accessify.wikia.com/wiki/Proposal?veaction=edit
x-source-format: mediawiki

x-errata-data: 2 November 2015 11:44

x-source: http://freear.org.uk/content/introducing-open-media-player
x-other:
  - http://www.open.ac.uk/blogs/LTT_IET/2015/08/introducing-open-media-player/
x-search: https://google.co.uk/search?q="Open+Media+Player"
---
@nfreear
Copy link
Owner Author

nfreear commented Feb 12, 2020

# Per-post CSS styles.

x-style: 'body .gist iframe.render-viewer { height: 640px; width: 100%; margin: 0 auto; }'

# _pages/sitemap.xml

last_updated: 2020-02-10
changefreq: daily
priority: 1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant