Skip to content

Commit e235b8e

Browse files
committed
Site building updates
1 parent ef11762 commit e235b8e

7 files changed

+77
-22
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
uuid: ef266f77-5d9f-496d-8aed-3bfc3c3fda53
2+
langcode: en
3+
status: true
4+
dependencies:
5+
content:
6+
- 'block_content:basic:3922a818-cb0d-438c-bdde-7761ff27cb19'
7+
module:
8+
- block_content
9+
theme:
10+
- archipelago_subtheme_chiloe
11+
id: archipelago_subtheme_chiloe_footerlinks
12+
theme: archipelago_subtheme_chiloe
13+
region: footer_fifth
14+
weight: 0
15+
provider: null
16+
plugin: 'block_content:3922a818-cb0d-438c-bdde-7761ff27cb19'
17+
settings:
18+
id: 'block_content:3922a818-cb0d-438c-bdde-7761ff27cb19'
19+
label: 'Footer Links'
20+
label_display: '0'
21+
provider: block_content
22+
status: true
23+
info: ''
24+
view_mode: full
25+
visibility: { }

config/sync/block.block.archipelago_subtheme_chiloe_login.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
uuid: 7637e22e-a560-482d-a779-3de19785eace
2+
langcode: en
3+
status: true
4+
dependencies:
5+
config:
6+
- system.menu.account
7+
module:
8+
- system
9+
theme:
10+
- archipelago_subtheme_chiloe
11+
id: archipelago_subtheme_chiloe_useraccountmenu
12+
theme: archipelago_subtheme_chiloe
13+
region: header
14+
weight: 0
15+
provider: null
16+
plugin: 'system_menu_block:account'
17+
settings:
18+
id: 'system_menu_block:account'
19+
label: 'User account menu'
20+
label_display: '0'
21+
provider: system
22+
level: 1
23+
depth: 0
24+
expand_all_items: false
25+
visibility: { }

config/sync/search_api.server.esmero_solr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies:
1212
- search_api_solr.solr_field_type.dense_vector_field_384_und
1313
- search_api_solr.solr_field_type.dense_vector_field_512_und
1414
- search_api_solr.solr_field_type.dense_vector_field_576_und
15+
- search_api_solr.solr_field_type.dense_vector_field_768_und
1516
- search_api_solr.solr_field_type.text_edge_und_7_0_0
1617
- search_api_solr.solr_field_type.text_edgestring_und_6_0_0
1718
- search_api_solr.solr_field_type.text_en_7_0_0

d8content/block_content_03.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"data": {
3+
"type": "block_content--basic",
4+
"id": "3922a818-cb0d-438c-bdde-7761ff27cb19",
5+
"attributes": {
6+
"status": true,
7+
"info": "Footer Links",
8+
"reusable": true,
9+
"default_langcode": true,
10+
"body": {
11+
"value": "<div class=\"m-3\">\r\n <a href=\"https://github.com/esmero\" target=\"_blank\" rel=\"noopener\" title=\"Archipelago Commons + esmero\" class=\"button btn\">\r\n <i class=\"fab fa-github fa-2x\"></i>\r\n </a>\r\n <a href=\"https://groups.google.com/g/archipelago-commons\" target=\"_blank\" rel=\"noopener\" title=\"Archipelago Commons Google Group\" class=\"button btn\">\r\n <i class=\"fab fa-google fa-2x\"></i>\r\n </a>\r\n <a href=\"https://archipelagocommons.slack.com\" target=\"_blank\" rel=\"noopener\" title=\"Archipelago Commons Slack Channe\" class=\"button btn\">\r\n <i class=\"fab fa-slack fa-2x\"></i>\r\n </a>\r\n</div> ",
12+
"format": "full_html",
13+
"processed": "<div class=\"m-3\">\n <a href=\"https://github.com/esmero\" target=\"_blank\" rel=\"noopener\" title=\"Archipelago Commons + esmero\" class=\"button btn\">\n <i class=\"fab fa-github fa-2x\"></i>\n </a>\n <a href=\"https://groups.google.com/g/archipelago-commons\" target=\"_blank\" rel=\"noopener\" title=\"Archipelago Commons Google Group\" class=\"button btn\">\n <i class=\"fab fa-google fa-2x\"></i>\n </a>\n <a href=\"https://archipelagocommons.slack.com\" target=\"_blank\" rel=\"noopener\" title=\"Archipelago Commons Slack Channe\" class=\"button btn\">\n <i class=\"fab fa-slack fa-2x\"></i>\n </a>\n</div> ",
14+
"summary": ""
15+
}
16+
}
17+
}
18+
}

scripts/archipelago/deploy.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ echo -e "A welcome Message Block\n"
9898

9999
curl -w "\n" --user jsonapi:jsonapi -H 'Accept: application/vnd.api+json' -H 'Content-type: application/vnd.api+json' -XPOST http://esmero-web/jsonapi/block_content/block_with_twig_templating_ --data-binary @d8content/block_content_01.json;
100100

101+
echo -e "A Footer Block with cute icons\n"
102+
103+
curl -w "\n" --user jsonapi:jsonapi -H 'Accept: application/vnd.api+json' -H 'Content-type: application/vnd.api+json' -XPOST http://esmero-web/jsonapi/block_content/basic --data-binary @d8content/block_content_03.json;
104+
101105
echo -e "Advanced Search Page Block\n"
102106

103107
curl -w "\n" --user jsonapi:jsonapi -H 'Accept: application/vnd.api+json' -H 'Content-type: application/vnd.api+json' -XPOST http://esmero-web/jsonapi/block_content/block_with_twig_templating_ --data-binary @d8content/block_content_02.json;

scripts/archipelago/update_deployed.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ echo -e "A welcome message\n"
9696

9797
curl -w "\n" --user jsonapi:jsonapi -H 'Accept: application/vnd.api+json' -H 'Content-type: application/vnd.api+json' -XPATCH http://esmero-web/jsonapi/block_content/block_with_twig_templating_/1cdf7155-eb60-4f27-9e5e-64fffe93127a --data-binary @d8content/block_content_01.json;
9898

99+
echo -e "A Footer Block with cute icons\n"
100+
101+
curl -w "\n" --user jsonapi:jsonapi -H 'Accept: application/vnd.api+json' -H 'Content-type: application/vnd.api+json' -XPATCH http://esmero-web/jsonapi/block_content/basic/3922a818-cb0d-438c-bdde-7761ff27cb19 --data-binary @d8content/block_content_03.json;
102+
99103
echo -e "Advanced Search Page Block\n"
100104

101105
curl -w "\n" --user jsonapi:jsonapi -H 'Accept: application/vnd.api+json' -H 'Content-type: application/vnd.api+json' -XPATCH http://esmero-web/jsonapi/block_content/block_with_twig_templating_/9aa72fb1-2817-44a7-8fb5-a3eb51166e83 --data-binary @d8content/block_content_02.json;

0 commit comments

Comments
 (0)