Commit graph

40 commits

Author SHA1 Message Date
Sarah Norris
e699e29227 Version Bump 2022-08-22 18:19:17 +01:00
Sarah Norris
de337b7adc
Livro: fix closing main tags in index and home templates (#6420)
* Update Livro home template

* Update Livro index template
2022-08-22 18:14:43 +01:00
Jason Crist
12a9b45d47 Version Bump 2022-08-12 13:08:36 -04:00
Vicente Canales
80bbde6ac0
Livro: add white and cream variations (#6359)
Co-authored-by: Jason Crist <jcrist@pbking.com>
2022-08-12 13:07:07 -04:00
madhusudhand
b0cb150810 Version Bump 2022-08-05 14:48:14 +05:30
Sarah Norris
47e92c9d42
Remove page-list blocks (#6313) 2022-08-05 14:45:28 +05:30
madhusudhand
7af4710866 Version Bump 2022-08-05 12:34:01 +05:30
Madhu Dollu
92ac19042c
lock post-content block by default (#6314)
* lock post-content and the containing group blocks to not allow remove option without unlocking

* Added a few missing locks

Co-authored-by: Jason Crist <jcrist@pbking.com>
2022-08-05 12:16:56 +05:30
Andres Blanco
101c1e2d3a Version Bump 2022-08-01 12:26:14 -03:00
Andrés Blanco
b42d07f1a0
Fix/missing tags (#6303)
* add auto-loading-homepage

* add blog-homepage
2022-08-01 11:58:54 -03:00
Jeff Ong
a240a1cc25 Version Bump 2022-06-23 16:30:29 -04:00
Ben Dwyer
a815dec664
Themes: Remove site title text decoration from theme.json (#6122)
* Themes: Remove site title text decoration from theme.json

* add livro

* remove text decoration from the site title in curator
2022-06-23 16:58:32 +01:00
Mark Biek
0eb047cada Version Bump 2022-05-25 09:55:22 -04:00
Mark Biek
19a2c4ec86
Update all /pub themes so the theme-uri points to https://wordpress.com/theme/<slug> (#6033)
Previously, it was a mix of linking to Github vs. WordPress.com
2022-05-25 09:48:00 -04:00
Jason Crist
4a8b9900d6
Add a changelog generator and various changelogs (#5903)
Co-authored-by: mikachan <sarah@sekai.co.uk>
2022-04-21 10:23:35 -04:00
Sarah Norris
70ee5b19cf Version Bump 2022-04-20 11:17:43 +01:00
Madhu Dollu
d3c8a94190
Livro: refactor patterns (#5879) 2022-04-20 10:44:13 +01:00
Jason Crist
802683f0d4 Version Bump 2022-03-23 12:28:04 -04:00
Jason Crist
0840ea6e52
Added a dependency check for Gutenberg (#5718)
Co-authored-by: Jeff Ong <jonger4@gmail.com>
2022-03-23 12:24:51 -04:00
Kjell Reigstad
e03bb1c149
Try adding support for the aside post format. (#5732) 2022-03-23 12:24:26 -04:00
Jason Crist
1ff61e2911 Version Bump 2022-03-18 12:24:41 -04:00
Jason Crist
f93a623aa1
Removed reference to absent function that was previously removed. (#5707) 2022-03-18 12:23:24 -04:00
Jeff Ong
f87eae8c5e Version Bump 2022-03-17 14:05:50 -04:00
Ben Dwyer
38d6bc4dcf
Archeo: Add fonts to theme.json (#5609)
* Archeo: Add fonts to theme.json

* Add archeo_preload_webfonts function back in

* Also replace the fonts in Stewart

* Use theme.json fonts for Livro

* Add fonts for Remote to theme.json

* Remove preload fuctions and use  on the font files

Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
2022-03-17 14:03:07 -04:00
Jeff Ong
492c9cd466 Version Bump 2022-02-15 10:11:13 -08:00
Ben Dwyer
762fa3fd19
Update alignment rules (#5526)
* Update alignment rules

* Run Blockbase build

Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
2022-02-15 13:09:56 -05:00
Jeff Ong
e2efdeab00 Version Bump 2022-02-08 17:30:42 -05:00
Ben Dwyer
7d8fdd5f92
Update alignment styles (#5475)
* Update alignment styles

* tidy up formatting
2022-02-08 17:19:56 -05:00
Ben Dwyer
80c4c60397 Version Bump 2022-02-08 12:37:41 +00:00
Jeff Ong
9934d0e345
[Livro] Fix wide and full width content in index/archive/home templates (#5385)
* Rework layout inheritance for query and post template.

* Wrap archive title in a group that inherits layout.

* Also unset the max-width

* Get the markup in all templates to match

* add post template

* update post template

* Refactor index, home and archive templates to share the post template

* Adding back the default layout

* fix alignments on pagination

* remove unneeded alignment rules

Co-authored-by: Ben Dwyer <ben@scruffian.com>
2022-02-08 12:00:17 +00:00
Jeff Ong
91a1b64f2f Version Bump 2022-02-04 09:07:36 -05:00
Frederico Branquinho Teixeira
99554bf5c7
Correct livro_preload_webfonts() (#5412)
There is an error in the path that loads Newsreader font inside book_preload_webfonts().
I am simply suggesting changing the path to the correct one.
2022-02-04 09:05:43 -05:00
Jason Crist
4f0433932a Version Bump 2022-02-02 16:37:17 -05:00
Sarah Norris
02057a7313
Add Archeo (as standalone theme) (#5436)
* Add archeo

* Add color and font settings

* update the footer

* Add footer file

* footer fixes

* make sizes responsive

* Add package.json to handle theme.css

* Add functions.php

* Adjust footer to be closer to mocks

* Add index.html

* Add theme.scss & add numbers to header nav

* Update package-lock

* Make menu with numbers into a template part

* Remove theme sass

* Remove Template: blockbase

* Add index.php file

* Remove Blockbase class name

* Update functions.php & add font file

functions.php file is based on Livro

* Update theme.json fonts and layout

* Rename header template

* Rename parts and templates directories

* Update theme.json

* Update readme

* Add styles to style.css

* Update header template

* Adjust header font sizes

* Add dynamic spacing

* Update nav in footer

* Remove inline style from site title

* Update layout settings against mocks

* Add typography styles

* Change Chivo fallback to sans-serif

* Add template parts

* Add basic templates

* Add button styles

* Fix style.css formatting

* Fix default line height var

Co-authored-by: Ben Dwyer <ben@scruffian.com>
2022-02-02 16:48:50 +00:00
Ben Dwyer
f5abaea9b2 Version Bump 2022-01-26 16:25:57 +00:00
Ben Dwyer
fec39b096a
Livro: Add 404 pattern (#5391)
* Livro: Add 404 pattern

* Make the search text translatable
2022-01-26 14:53:52 +00:00
Kjell Reigstad
9210760912
Update to version 1.0.0 (#5324) 2022-01-14 12:48:02 +00:00
Kjell Reigstad
e8fd761e50
Update alignment rules (#5315) 2022-01-14 07:43:42 -05:00
Kjell Reigstad
35d8194ecb
[Livro] Minor theme review fixes (#5323)
* Update tested version value.

* Update package name.
2022-01-14 07:42:40 -05:00
Kjell Reigstad
3a85e6507b
Try updating Livre theme name to Livro (#5298)
* Change name to livro.

* Update name to livro.

* Update screenshot
2022-01-11 12:51:19 -05:00