Commit graph

175 commits

Author SHA1 Message Date
Oliver Davies fb39eda059 Update core to 8.8.6 2020-05-20 18:11:08 +01:00
Oliver Davies cee084092b Re-order deployment steps
Re-order the deployment steps, ensuring that the Drupal cache is rebuilt
before trying to run the custom Drush command to ensure that it is
found.

References #55.
2020-05-20 12:22:45 +01:00
Oliver Davies 1b4dd26c15 Include file in purge settings
Include the file containing the body field values within the `purge`
settings so that Tailwind uses it and prevents any classes within it
from being removed from the production CSS.

References #55
2020-05-20 11:59:55 +01:00
Oliver Davies ab5849ae5b Run the command during deployment
Run the new command automatically during the deployment, prior to
generating the production CSS.

References #55
2020-05-20 11:59:13 +01:00
Oliver Davies 6ed644c8d3 Add custom command for exporting body content
Add a custom Drush command that exports the body field values for node
and block body fields into a file.

This file can then be included within Tailwind's `purge` settings to
prevent classes used within the body fields from being purged.

References #55
2020-05-20 11:57:47 +01:00
Oliver Davies f83e04a12b Update site slogan
Fixes #59
2020-05-20 00:14:57 +01:00
Oliver Davies 59d0450eb2 Include site slogan in title metatag
References #59
2020-05-20 00:12:55 +01:00
Oliver Davies 2d3a32d478 Enable caching and asset aggregation
Fixes #56
2020-05-20 00:09:50 +01:00
Oliver Davies bcfe01f62c Extract a base test case for talks tests 2020-05-19 17:14:57 +01:00
Oliver Davies 5393186141 Enable PurgeCSS via Tailwind config file
Fixes #40
2020-05-19 17:13:46 +01:00
Oliver Davies 9f721ef354 Add cron job for Drupal cron 2020-05-19 01:43:32 +01:00
Oliver Davies cb99713cad Switch to the real domain
Change from d8.oliverdavies.uk to www.oliverdavies.uk, and add the
non-www redirects too.

References #17
2020-05-18 23:41:05 +01:00
Oliver Davies 9342b36f6d Move images redirect 2020-05-18 23:24:19 +01:00
Oliver Davies 0f2a918492 Only flex if there are sidebars
Fixes #52
2020-05-18 23:08:28 +01:00
Oliver Davies bcabac9b21 Fix image path 2020-05-18 23:00:16 +01:00
Oliver Davies 0bb9bdd7a0 Prevent speakerdeck slides leaking out of container 2020-05-18 22:34:31 +01:00
Oliver Davies d5d63cc43c Redirect static images to files directory 2020-05-18 22:25:45 +01:00
Oliver Davies 82049a8433 Update trusted hosts 2020-05-18 22:02:37 +01:00
Oliver Davies 903fd1087d Remove assets directory
Remove the assets directory and the symlink. These will be moved into
`sites/default/files` and a redirect added to Nginx.
2020-05-18 20:22:17 +01:00
Oliver Davies f24415edd3 Export copyright block 2020-05-18 18:19:04 +01:00
Oliver Davies 721434adea Update aboutme block 2020-05-18 13:00:41 +01:00
Oliver Davies 93873f0623 Disable purge for now 2020-05-18 11:26:07 +01:00
Oliver Davies 8b722995c4 Fix event list formatting
Fixes #46
2020-05-18 11:16:32 +01:00
Oliver Davies cfb7011c04 Update front page path 2020-05-18 11:11:24 +01:00
Oliver Davies a940e28691 Add front page blocks 2020-05-17 11:51:16 +01:00
Oliver Davies 9338985230 Re-order menu links 2020-05-17 11:42:33 +01:00
Oliver Davies 873009eef1 Add !important to Tailwind classes 2020-05-17 10:18:33 +01:00
Oliver Davies cebbe530d2 Update sidebar widths 2020-05-17 02:16:06 +01:00
Oliver Davies 4831caa7ca Make videos full width on talk pages
Fixes #45
2020-05-17 01:19:45 +01:00
Oliver Davies 758fc8d195 Update post and talk node view settings 2020-05-17 00:21:43 +01:00
Oliver Davies ee7b24d778 Add talk videos in the migration 2020-05-16 22:37:13 +01:00
Oliver Davies 0bec0f5c7b Replace "About the Author" with "About Me"
References #44
2020-05-16 16:07:34 +01:00
Oliver Davies 39b9ae9271 Revert "Update "About the Author" block"
This reverts commit b43290c58b.
2020-05-16 15:36:21 +01:00
Oliver Davies fbbcb8dce1 Add markup class to body fields 2020-05-16 14:44:16 +01:00
Oliver Davies b43290c58b Update "About the Author" block 2020-05-16 14:20:51 +01:00
Oliver Davies c29fb10e3b Hide the site logo and slogan 2020-05-16 13:34:00 +01:00
Oliver Davies b812176a04 Port navbar from Sculpin 2020-05-16 13:27:47 +01:00
Oliver Davies 117e5999ff Run CI on push to master and PRs 2020-05-15 12:25:54 +01:00
Oliver Davies a855596b9e Remove Symfony server from CI
Fixes #42
2020-05-15 12:25:33 +01:00
Oliver Davies 1dae21d8c7 Use an in-memory sqlite database for testing 2020-05-15 11:53:50 +01:00
Oliver Davies 12297e2305 Add core config patch 2020-05-15 11:43:09 +01:00
Oliver Davies 2f730f21b5 Copy over CSS from Sculpin site
Fixes #39
2020-05-15 01:29:21 +01:00
Oliver Davies c59e3dd644 Commit updated pathauto config 2020-05-15 00:41:59 +01:00
Oliver Davies cf89984b07 Add node type dependencies 2020-05-15 00:26:43 +01:00
Oliver Davies d9068d9294 Remove Google Analytics from sync config 2020-05-15 00:26:05 +01:00
Oliver Davies 451d4d24ea Replace XML Sitemap with Simple sitemap 2020-05-15 00:25:10 +01:00
Oliver Davies d0f8653028 Add a live split, export Analytics configuration
Fixes #38 and #5
2020-05-15 00:00:20 +01:00
Oliver Davies 4a62e10a6c Add and enable drupal/config_split
References #38
2020-05-14 23:47:22 +01:00
Oliver Davies c1fb05e0f4 Add and enable drupal/google_analytics
References #5
2020-05-14 23:34:40 +01:00
Oliver Davies a2c1c99058 Build theme CSS during deployment
Fixes #37
2020-05-14 22:21:58 +01:00