241 Commits (c11344d0bed9b64c00f26a220f6244d07813e6a8)

Author SHA1 Message Date
Will Faught 81e6ecec92 Use managing_editor_email, web_master_email configs 2 years ago
Will Faught 45eaf4421e Warn if no title, description in RSS 2 years ago
Will Faught 7eeabd5e04 Separate guid and link logic 2 years ago
Will Faught 54c4b70cbc Only include the HTML alternate link 2 years ago
Will Faught 9c42631c14 Add Atom feeds 2 years ago
Will Faught fcb373dd79 Include RSS alternate links 2 years ago
Will Faught 9338d27619 Simplify RSS self link 2 years ago
Will Faught ceeda23750 Apply page limit after page selection 2 years ago
Will Faught 9f81fbcd50 Allow limit to be 1 2 years ago
Will Faught 4bab964227 Use paige.feed, paige.feed.rss config 2 years ago
Will Faught 09d36e7785 Wrap description in CDATA in RSS 2 years ago
Will Faught 173872ea26 Add missing uses of safeHTML 2 years ago
Will Faught 7282c89d2b Add external_link_new_tab param 2 years ago
Will Faught 59d64d9420 Fix paige.rss.hide_page 2 years ago
Will Faught 3c4a0f524f Fix paige.search.hide_page 2 years ago
Will Faught c1e8a1c8e3 Add layouts/_default/home.html 2 years ago
Will Faught 53a30a4c3e Add margin above title if no header 2 years ago
Will Faught dd0d5ef6ed Remove paige/home layout 2 years ago
Will Faught 60ca8c9f20 Update home.html to match article.html 2 years ago
Will Faught f623601e90 Remove section.html 2 years ago
Will Faught 05e84c46d5 Add cloud.html 2 years ago
Will Faught 5f8c34c6dc Always use regular pages for RSS 2 years ago
Will Faught e24aa20c04 Rename subpage to page 2 years ago
Will Faught db5f912e24 Always show article in section layout 2 years ago
Will Faught 3f3a4d427e Remove useless safeHTML 2 years ago
Will Faught 980d9c646f Only use link clouds for categories, tags taxonomies 2 years ago
Will Faught 58ccb8454f Rename paige-pages to paige-subpages 2 years ago
Will Faught 5f5dcaef03 Show list article for full pages 2 years ago
Will Faught 062c45579d Add authors taxonomy 2 years ago
Will Faught bbdea7c507 Add alerts 2 years ago
Will Faught 693fe4b088 Remove raw param 2 years ago
Will Faught dcfd6d6324 Change social.html to be reusable 2 years ago
Will Faught c5b52d680d Add home height, width params 2 years ago
Will Faught 33360afd6f Add section layout 2 years ago
Will Faught 1074859c63 Replace section tags with div 2 years ago
Will Faught 12a356dd0e Add image alt to home layout 2 years ago
Will Faught 8d15e670a5 Give page to img.html 2 years ago
Will Faught 7bb8fbac94 Move paige.list.content.show to paige.section_pages.full_pages 2 years ago
Will Faught dc6bfe3f4f Add page kind classes 2 years ago
Will Faught 4406aa8683 Add html.html 2 years ago
Will Faught 71f80c7bbe Rename #paige-container to #paige-root 2 years ago
Will Faught d0ddcbbb19 Rename func-title.html to title.html 2 years ago
Will Faught a3dc86ddba Rename func-authors.html to authors.html 2 years ago
Will Faught ae540b9b7f Convert home default layout into paige/home layout 2 years ago
Will Faught 5e50b4046f Add paige-* classes and IDs to all HTML structures 2 years ago
Will Faught d732e5b90f Format template 2 years ago
Will Faught 469d6ee893 Format templates 2 years ago
Will Faught 038b48bfc2 Factor out stretch var 2 years ago
Will Faught 925cb18075 Move paige.hide_credit_{data,link} to credit.{data,link}.hide 2 years ago
Will Faught 6ac1619654 Move paige.main.metadata.search.hide to paige.search.hide_page 2 years ago
Will Faught cffb089acb Move paige.main.metadata.rss.hide to paige.rss.hide_page 2 years ago
Will Faught a8143283ae Rename paige.page to paige.main.metadata 2 years ago
Will Faught 0b84ad2626 Move paige.hide_{rss,search} to paige.page 2 years ago
Will Faught cce3a8d97c Combine paige.home.image_* params under paige.home.image 2 years ago
Will Faught 32694e101c Use paige.home config for home page 2 years ago
Will Faught 114a267ee3 Rename page_list to list 2 years ago
Will Faught 226d4129f2 Rename paige.show_full_pages to paige.page_list.content.show 2 years ago
Will Faught 7ce21921b9 Add page var 2 years ago
Will Faught 32031a6e20 Replace .Site, $page.Site with site 2 years ago
Will Faught e6c8a7096a Format 2 years ago
Will Faught 278d0859f5 Use not with a pipe 2 years ago
Will Faught 7a8c3693b5 Replace .Params, $page.Params with $page.Param 2 years ago
Will Faught 271d853421 Replace ifs with conds 2 years ago
Will Faught 1d04fe67fe Add missing $page 2 years ago
Will Faught 4d3bb0d4f3 Change .Site.Params to $page.Param 2 years ago
Will Faught c38ea4e460 Rename index scratch to paige_index 2 years ago
Will Faught 6eef90d5cc Add spacing in condition 2 years ago
Will Faught 8f91953fdd Rename item to pagesource 2 years ago
Will Faught e1a8c1ffa2 Group vars 2 years ago
Will Faught ffe4b5fd2e Use .PublishDate instead of .Date 2 years ago
Will Faught b9f319f4c5 Format 2 years ago
Will Faught e858266ba0 Change credit comment into data attribute 2 years ago
Will Faught 5e86a60be0 Change printf to print 2 years ago
Will Faught 232f5cf280 Add dark var 2 years ago
Will Faught 2dbc35a981 Move vars above content 2 years ago
Will Faught 64e148ab6f Assign template context to var 2 years ago
Will Faught 246a650445 First, last includes for body, footer, head, header, and main tags 2 years ago
Will Faught 3bc024bc9e Format template 2 years ago
Will Faught 2924701874 Change paige-{body,head}-last to paige/{body,head}-last 2 years ago
Will Faught f3c02d6922 Template formatting 2 years ago
Will Faught 50565f9683 Add image_raw, image_stretch, image_url params to home.html 2 years ago
Will Faught 3b28c1c081 Use img.html in home.html 2 years ago
Will Faught e602d50427 Add body.html 3 years ago
Will Faught 1c2a6a5589 Add _url suffix to center, stretch home page params 3 years ago
Will Faught 168be4b1a4 Add func-url.html 3 years ago
Will Faught b20b0008bc Add fetchpriority, referrerpolicy to home center image 3 years ago
Will Faught 016a9f3e57 Add missing .html extension to partials 3 years ago
Will Faught 3a01f1866c Add dark color scheme 3 years ago
Will Faught 2dd574f2d8 Enable local or remote Bootstrap and KaTeX files 3 years ago
Will Faught 473bad60a5 Move paige-search.html to paige/search.html 3 years ago
Will Faught 2ae9378743 Change article tag to section in taxonomy.html 3 years ago
Will Faught a87d43d405 Remove render-heading.html 3 years ago
Will Faught 92741185ed Order classes 3 years ago
Will Faught 887be3eb42 Drop file extension from partial uses 3 years ago
Will Faught 2ece967314 Move partials under paige directory 3 years ago
Will Faught 17607fd8b9 Rename paigeheaderlink to paige-header-link 3 years ago
Will Faught bd4fcd058e Add render-heading.html 3 years ago
Will Faught ad9e495488 Move page metadata into paige-metadata.html 3 years ago
Will Faught 45a5aac061 Add paige-comments.html 3 years ago
Will Faught b5a47874a2 Put all article content in sections 3 years ago