This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def crosspopulate(entry,parententry) | |
parententry.fields.keys.each do |k| | |
entry[k] = parententry[k] unless entry.has_field?(k) | |
end # each | |
return entry | |
end # def crosspopulate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# A small script to convert WP-Footnotes style footnotes to PHP Markdown Extra | |
# style footnotes. | |
# | |
# Possibly useful for those who are migrating from Wordpress to Jekyll, were | |
# using WP-Footnotes, and wish to render their new Markdown pages with Kramdown | |
# (which supports PHP Markdown Extra style footnotes). | |
# | |
# For example, you might first run https://github.com/thomasf/exitwp and then run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +bradweslake is my blockchain ID. https://onename.com/bradweslake |