Commit graph

442 commits

Author SHA1 Message Date
a85529c0af Update name and description
References 
2020-12-07 23:30:08 +00:00
ce374861ba Change role text colour in dark mode
References 
2020-12-03 08:16:33 +00:00
352637b390 Enable lazy loading for recommendation images 2020-12-03 02:28:04 +00:00
8382d4df36 Remove new-www subdomain 2020-12-02 07:56:54 +00:00
7b11bb43f6 Split web and DB onto different servers 2020-12-01 23:12:58 +00:00
f0b3cc30ec Update caniuse database [ci skip] 2020-12-01 21:52:31 +00:00
71294cb75e Re-add block background colour 2020-11-28 19:57:17 +00:00
bb797fc956 Update project name in DDEV [ci skip] 2020-11-28 19:14:52 +00:00
9a57445eec Allow for skipping CI [ci skip] 2020-11-27 21:37:41 +00:00
1c74690e4e Update Drupal to 8.9.9 2020-11-19 01:27:31 +00:00
e89ddd6ddb Enable shortcut module 2020-11-11 20:02:12 +00:00
c462388c37 Update intro text for Talks page 2020-11-11 19:36:16 +00:00
caa897a837 Update title and intro text for Talks page 2020-11-11 19:32:52 +00:00
a656280e7b Extract helper methods 2020-11-10 20:25:07 +00:00
06c3da1880 Add public constants for field names
Make it easier and safer when referencing field names by adding public
constants for them to the Talk and Post classes.
2020-11-10 19:34:15 +00:00
3025ab0f68 Change table header colour in dark mode 2020-11-08 14:51:02 +00:00
097293fc3e Change input text colour in dark mode 2020-11-08 13:45:25 +00:00
a574e7e532 Change blockquote colour in dark mode 2020-11-08 13:36:16 +00:00
9ea86e6559 Set h3 heading colour in dark mode 2020-11-02 14:25:43 +00:00
47632b00b8 Ensure that theme assets can be built 2020-11-02 14:25:26 +00:00
26c1138139 Remove command to get a database from the server 2020-11-02 01:20:27 +00:00
147a5ad1da Use dark mode for Gin admin theme 2020-11-02 01:04:30 +00:00
c57d864d10 Stop trying to send emails to an example address 2020-11-02 00:56:17 +00:00
8139a04eb8 Deploy on pushes to production 2020-11-02 00:49:29 +00:00
38e7d23fd0 Only run CI for pull requests 2020-11-02 00:38:31 +00:00
98c01e29ea Update contrib modules
- admin_toolbar: 2.2.0 => 2.4.0
- config_filter: 1.5.0 => 1.8.0
- config_split: 1.4.0 => 1.7.0
- honeypot: 2.0.0 => 2.0.1
- hook_event_dispatcher: 2.2.0 => 2.4.0
- metatag: 1.13.0 => 1.14.0
- stage_file_proxy: 1.0.0 => 1.1.0
2020-11-02 00:33:52 +00:00
693fc53fcb Update to Drush 10
References 
2020-11-01 22:03:58 +00:00
c92f6ee5d6 Use an environment variable for PHP version 2020-10-31 09:56:27 +00:00
4d70c67c43 Only run if there is no built flag 2020-10-31 09:25:51 +00:00
38fb6002fb Build theme after DDEV start 2020-10-31 09:25:51 +00:00
096f617b8b Document custom DDEV commands in README
Fixes 
2020-10-31 09:25:51 +00:00
dd263a6f38 Split install and refresh commands 2020-10-31 09:25:51 +00:00
f42aaab862 Rename theme commands 2020-10-31 09:25:51 +00:00
f21b61665c Run composer validate in CI
This ensures that the composer.json and composer.lock files are in sync
before trying to install the site.
2020-10-31 09:18:01 +00:00
a1b90a7948 Remove .ht.router.php
This file isn't needed as I'm not using the PHP local web server.
2020-10-31 09:09:00 +00:00
f9a5112978 Remove .gitmodules 2020-10-30 01:40:51 +00:00
b3c925a0cf Security hardening: lock community action versions
As there's no lockfile for GitHub Actions, specify the commit SHAs to
use for community actions so that changes can be reviewed before using a
new version of a particular action.
2020-10-30 01:26:52 +00:00
d5d9bdf7bf Re-add .htaccess to config directory 2020-10-30 01:17:32 +00:00
e76251c376 Remove require for old Symfony settings file 2020-10-30 01:12:03 +00:00
4008f511f8 Move the config sync directory 2020-10-30 00:56:36 +00:00
b5d1dc7551 Move config splits 2020-10-30 00:56:36 +00:00
6ff3c7f483 Combine workflows into one with multiple jobs 2020-10-30 00:23:10 +00:00
a888430ef3 Integrate the typography plugin with dark mode
References 
2020-10-29 01:43:33 +00:00
c0355a4e89 Override blue.500 colour
References 
2020-10-29 01:41:57 +00:00
e996140f47 Add dark mode styles
References 
2020-10-29 01:02:26 +00:00
530074f176 Override gray colours
Override the default Tailwind `gray` colours, and update anywhere that
the originals were used.

References 
2020-10-29 00:50:09 +00:00
dacbfebc26 Enable the dark mode variant
References 
2020-10-29 00:50:00 +00:00
9645c72346 Add app command for DDEV 2020-10-29 00:25:04 +00:00
e868f2fb8c Add theme command for DDEV
Add a custom `theme` command to DDEV which provides helpers such as
`ddev theme development`, `ddev theme production`, and `ddev theme
watch` for building the front-end assets, and `ddev theme ssh` to easily
SSH into the theme directory inside web container.
2020-10-29 00:24:54 +00:00
957dadf452 Run composer install after starting DDEV 2020-10-29 00:14:48 +00:00