aboutsummaryrefslogtreecommitdiffstats
path: root/script/export.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix export of category title and slug.HEADmasterHarald Eilertsen2021-06-061-1/+1
| | | | For some reason these are not exported by the default implementation.
* Refactor export script, and produce nicer yaml.Harald Eilertsen2021-06-061-15/+31
| | | | | | | | Don't use serialized ruby object format for users and categories, just list the attributes as separate keys under the object identified by it's slug. Also properly export yaml frontmatter for posts.
* Export users + categories in addition to postsHarald Eilertsen2021-06-041-0/+49