Store old archive- Finish copies of old pages, update in data
- Define index pages and build link lists
- posts are grouped by year (to keep root level cleaner for uploading)
- pages have their own folder _pages, which depends on the pages plugin
- removed categories, also projects
- currently has a metapage section for development, this could change into nav links
- lists all pages tagged as 'new'
both archived sites had structure: projects/t47 etc.
maybe?
Categories (toki pona etc.) has index page with custom organization. Tags -- collected on tags page(s) for cross reference.
_Located in config.yml
Default settings for posts, pages, and collections. Note There is a conflict with the pages plugin that causes the default template for pages to not work -- all other values are assigned.
Categories in Jekyll are used by default to configure the directory path for posts and pages. So far I haven't found a need to use them in addition to tags, so they were removed when found in the transfer files.
- Links
- Artworks
- CV
Located in _plugins
. Order is important -- use flags:
:lowest, :low, :normal, :high, and :highest
- Pages plugin runs first to collect all pages in the _pages directory
- About plugin runs last -- this is just a smart scrapbook to collect any meta information about the site.
site.pages.detect { |page| page.name == 'about.md' }
Quick liquid reference:
{: .special}
![a](/images/t47_tokipona/t47_nimi/t47_nimi_a.jpg)
a
will generate:
<p class="special"><img src="/images/t47_tokipona/t47_nimi/t47_nimi_a.jpg" alt="a"></p>
<p>a</p>
Strategy in the works... From git commit
- Images - not in source control sync changes files:
- /images
- /archive/2012/images
- /archive/2007/images
- Changed pages with each git commit
I used to handle creating a slide show with multiple images this way (example from 2012-08-01-balloon-boy-interview.md)
[galleria dir="/images/t47/" prefix="t47."]09001**8[/galleria]