This commit is contained in:
Oliver Davies 2024-11-26 18:00:00 +00:00
parent 87359835aa
commit 64cece9daa
5 changed files with 192 additions and 2 deletions

1
.gitignore vendored
View file

@ -47,3 +47,4 @@ docker-compose.override.yaml
devenv.local.nix devenv.local.nix
.direnv .direnv
.pre-commit-config.yaml .pre-commit-config.yaml
html/

View file

@ -49,6 +49,7 @@ git:
- devenv.local.nix - devenv.local.nix
- .direnv - .direnv
- .pre-commit-config.yaml - .pre-commit-config.yaml
- html/
experimental: experimental:
createGitHubActionsConfiguration: true createGitHubActionsConfiguration: true

View file

@ -35,6 +35,7 @@
"drupal/redirect": "^1.9", "drupal/redirect": "^1.9",
"drupal/simple_sitemap": "^4.1", "drupal/simple_sitemap": "^4.1",
"drupal/speakerdeck_field": "^2.0", "drupal/speakerdeck_field": "^2.0",
"drupal/tome": "^1.13",
"drupal/video_embed_field": "^2.5", "drupal/video_embed_field": "^2.5",
"drush/drush": "^12.5", "drush/drush": "^12.5",
"illuminate/collections": "^11.3", "illuminate/collections": "^11.3",

186
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "458c41f03ff6c768a09edf9a072f26a8", "content-hash": "efff501fe88ac376871cbb418c910c6c",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
@ -2875,6 +2875,188 @@
"source": "https://git.drupalcode.org/project/token" "source": "https://git.drupalcode.org/project/token"
} }
}, },
{
"name": "drupal/tome",
"version": "1.13.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/tome.git",
"reference": "8.x-1.13"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/tome-8.x-1.13.zip",
"reference": "8.x-1.13",
"shasum": "e652ba7bf126287dd4fc7d4fec80bb84df9d39a5"
},
"require": {
"drupal/core": "^9 || ^10 || ^11",
"drupal/tome_static": "*",
"drupal/tome_sync": "*"
},
"conflict": {
"drush/drush": "<11.6"
},
"require-dev": {
"drupal/book": "^1.0",
"drupal/ctools": "^4.1",
"drupal/pathauto": "^1.13",
"drupal/redirect": "^1.10",
"drupal/token": "^1.15",
"drupal/tome_base": "*",
"drupal/tome_static": "*",
"drupal/tome_sync": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.13",
"datestamp": "1732382851",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Samuel Mortenson",
"homepage": "https://www.drupal.org/u/samuelmortenson",
"role": "Maintainer"
},
{
"name": "Lee Rowlands",
"homepage": "https://www.drupal.org/u/larowlan",
"role": "Maintainer"
}
],
"description": "Everything you need to do everything statically.",
"homepage": "http://drupal.org/project/tome",
"support": {
"source": "https://git.drupalcode.org/project/tome",
"issues": "https://www.drupal.org/project/issues/tome"
}
},
{
"name": "drupal/tome_base",
"version": "1.13.0",
"require": {
"drupal/core": "^8 || ^9 || ^10 || ^11",
"drupal/tome": "^1"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "8.x-1.13",
"datestamp": "1732382851",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "larowlan",
"homepage": "https://www.drupal.org/user/395439"
},
{
"name": "samuel.mortenson",
"homepage": "https://www.drupal.org/user/2582268"
}
],
"description": "Contains shared services and traits between Tome Sync and Tome Static.",
"homepage": "https://www.drupal.org/project/tome",
"support": {
"source": "https://git.drupalcode.org/project/tome"
}
},
{
"name": "drupal/tome_static",
"version": "1.13.0",
"require": {
"drupal/core": "^8 || ^9 || ^10 || ^11",
"drupal/tome": "^1",
"drupal/tome_base": "*"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "8.x-1.13",
"datestamp": "1732382851",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "larowlan",
"homepage": "https://www.drupal.org/user/395439"
},
{
"name": "samuel.mortenson",
"homepage": "https://www.drupal.org/user/2582268"
}
],
"description": "Exports an entire Drupal site to static HTML.",
"homepage": "https://www.drupal.org/project/tome",
"support": {
"source": "https://git.drupalcode.org/project/tome"
}
},
{
"name": "drupal/tome_sync",
"version": "1.13.0",
"require": {
"drupal/core": "^8 || ^9 || ^10 || ^11",
"drupal/tome": "^1",
"drupal/tome_base": "*"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "8.x-1.13",
"datestamp": "1732382851",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "larowlan",
"homepage": "https://www.drupal.org/user/395439"
},
{
"name": "samuel.mortenson",
"homepage": "https://www.drupal.org/user/2582268"
}
],
"description": "Allows Drupal to installed from flat files and keeps content in sync.",
"homepage": "https://www.drupal.org/project/tome",
"support": {
"source": "https://git.drupalcode.org/project/tome"
}
},
{ {
"name": "drupal/video_embed_field", "name": "drupal/video_embed_field",
"version": "2.5.0", "version": "2.5.0",
@ -13831,5 +14013,5 @@
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.3.0" "plugin-api-version": "2.6.0"
} }

View file

@ -50,6 +50,7 @@ module:
redirect: 0 redirect: 0
rh_node: 0 rh_node: 0
search: 0 search: 0
serialization: 0
shortcut: 0 shortcut: 0
simple_sitemap: 0 simple_sitemap: 0
simple_sitemap_engines: 0 simple_sitemap_engines: 0
@ -59,6 +60,10 @@ module:
taxonomy: 0 taxonomy: 0
text: 0 text: 0
token: 0 token: 0
tome: 0
tome_base: 0
tome_static: 0
tome_sync: 0
toolbar: 0 toolbar: 0
update: 0 update: 0
user: 0 user: 0