Description
Page Skeleton will keep all your static pages in sync between local, staging, and production environments. Page Skeleton reads a file called skeleton.yml
in the theme directory, and recreates page structure, title, templates, and content from there. skeleton.yml
is a simple YAML-formatted file with the purpose of being easy to read (and edit, if need be) by a human.
No free support is offered for Page Skeleton; contact for commercial support.
DISCLAIMER: This software is provided as-is, without warranty of any kind. Data loss may occur if you are not careful.
Installation
- Install the plugin
- Activate!
- Export your current page structure (make sure you add this to source control!)
- Pull (checkout for you SVN users) the
skeleton.yml
file and press the “Sync pages from Skeleton” button. - All your static pages will be recreated!
FAQ
Will this break my site?
It will if you aren’t careful. Please make sure you’re backing up your site regularly.
I don’t want to re-create my huge structure by hand. Is there an exporter?
Yes! Use the “Generate Skeleton” option to make the skeleton.yml
file.
Contributors & Developers
“Page Skeleton” is open source software. The following people have contributed to this plugin.
Translate “Page Skeleton” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.2
- The generator sorts by menu_order
- menu_order is ommitted if 0
1.0.1
- Adds support for menu_order
1.0
- Initial release