307 Commits (08843d9d9e5f5ef7f9b640203243fa6a41a89875)

Author SHA1 Message Date
Will Faught af59c26b7a Fix RSS author format 2 years ago
Will Faught 881638103b Format 2 years ago
Will Faught f9379656a6 Factor item values out into vars 2 years ago
Will Faught 5508ebdb7a Move guids var to top 2 years ago
Will Faught 3f1f515cba Fix lastBuildDate time zone format 2 years ago
Will Faught 12e486cdbd Change RSS lastBuildDate to use section dates 2 years ago
Will Faught 8604897291 Factor values out into vars 2 years ago
Will Faught 5cba7c6a4b Make RSS title required 2 years ago
Will Faught 2c04c9be51 Plainify RSS title 2 years ago
Will Faught 8c95f3b51f Rename pages to subpages 2 years ago
Will Faught 3405734734 Report duplicate GUIDs in RSS 2 years ago
Will Faught a9545165ce Move link_to_page, page_link config to feed 2 years ago
Will Faught 71e1aacc9e Add link_to_page, page_link RSS config 2 years ago
Will Faught 43fac7337a Remove email suffix from RSS config 2 years ago
Will Faught c133d20c89 Fix RSS item author to be email 2 years ago
Will Faught 9665e6566e Use page description for RSS feed description 2 years ago
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
Will Faught b2ad1183ed Add paige-toc.html 3 years ago
Will Faught 848a829aac Move recent content wording to fallback 3 years ago
Will Faught ac1f29608f Add RSS site params 3 years ago
Will Faught bd156f6251 Add func prefix to func templates 3 years ago
Will Faught 4d84560390 Add multiple authors 3 years ago
Will Faught 2d9aa60d21 Add site language fallback for RSS language 3 years ago
Will Faught d8dd045e9e Move paige_hide_* params to paige object 3 years ago
Will Faught 231fff29e7 Move paige_show_full_pages to paige object 3 years ago
Will Faught d77586ad7d Move paige_hide_theme_* config to paige object 3 years ago
Will Faught a8804dd25c Add comments 3 years ago
Will Faught 2e75eed6dd Add article tag to home layout 3 years ago
Will Faught e16b25898d Fix closing tag 3 years ago
Will Faught 10f601e33b Remove p tag around div 3 years ago
Will Faught 2747f38c14 Use article tag for pages of pages 3 years ago
Will Faught 57c0b8db27 Use proper container structure 3 years ago
Will Faught f76a9bb334 Use mw-100 class 3 years ago
Will Faught e97b73c47a Wrap stretch picture in p tag 3 years ago
Will Faught 9fbd7a4a28 Change greeting tag to p with h2 class 3 years ago
Will Faught 0f279dde80 Rename paige-main.html to paige-article.html 3 years ago
Will Faught e9e390cfb4 Add languagecode fallback to site language 3 years ago
Will Faught b77fcbccc6 Move paige_show_full_pages logic to list layout 3 years ago
Will Faught 607b57bb5f Move article tag to paige-main.html 3 years ago
Will Faught 6e026bddbd Support right-to-left languages 3 years ago
Will Faught 652343fc31 Order dict items 3 years ago
Will Faught a0edcb023a Search only regular pages 3 years ago
Will Faught cef96b4602 Change relURL to relLangURL 3 years ago
Will Faught df5ec6296e Add underscores to parameters 3 years ago
Will Faught 8281e6357d Rename paigeexclude to paigehide 3 years ago
Will Faught f34ad86bc2 Remove summary case from RSS 3 years ago
Will Faught 0c821ff587 Rename excludesearch to paigeexcludesearch 3 years ago
Will Faught 1e9dd38da3 Rename excluderss to paigeexcluderss 3 years ago
Will Faught f3287bef77 Change home page title default to site title in search JSON 3 years ago
Will Faught 4f2ae31d92 Change search JSON to all pages 3 years ago
Will Faught a655724370 Format dict vertically 3 years ago