* update index template and styles
update undeline thickness and spacing
add pagination pattern to post-list
move padding from pattern to template
* Rework design of meta and pagination.
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* Ensure letter spacing for headings is reduced.
* Increase default font size.
* Reduce spacing below archive title.
* Tighten spacing and change empty state to primary background color.
* Revise to match design.
* Remove text decoration from links and make vertical spacing larger.
* Remove margin from separator.
* Revert text decoration none.
* Make appearance tools available and adjust site title link color accordingly.
* Styles for site title.
* Remove unstable location.
* Remove header.
* Add back EOL
* fix nav menu border color
* Fix rebase.
* Remove margin from single template cover.
Co-authored-by: madhusudhand <madhusudhan.dollu@gmail.com>
* add theme unility to escape strings and image paths in patterns
* update esc function for attributes
* fix regex for pattern filename
* replace prefixed space character with
* Edited curator/templates/single.html to meet the design suggested on issues #5931
* Fixing pagination separator width and border size
* Removing theme slug on included footer and header template parts
* Fixing pagination font-family
* Finalizing requested changes
* Finalizing requested changes
* Remove else if and update cover.
* Normal case the text.
* Normal case the text.
* Implement comments count with headings, refine spacing.
* Use cover within a cover hack, update opacity and height of the cover.
* Style the links using attributes, remove arrows for now.
* Turn on appearanceTools
* Simplify layout so alignment works.
* Added 120px top and bottom padding for the inner Cover block in post-hero
* Modified fontSize for comment-content, edit link and reply link blocks
* Added 20px right and left padding for inner cover block
* Change post terms to inherit the link color.
* Apply inverted hover styles to site title, post terms, and post nav links.
* Add back chevrons.
* Use clamp values instead for left right padding.
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* add archive template and posts-grid pattern
* update search template
* update search page with search box
* Update post-terms to category
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* Stack terms and date.
* Reduce gap between post terms and date to 0.
* Remove text transform on the post terms.
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* Updated theme-utils.mjs help text
Running `node theme-utils.mjs` (no arguments) or `node theme-utils.mjs
help` will now show a list of available commands.
Running `node theme-utils.mjs help <command>` will show the specific
help text for that command.
* Apply wpcom JS coding standards
* Refactor command structure into a common object
This helps tidy up the code for running a command as well as the help
text.