Make all links relative
Now the abs_to_rel module is enabled, links can be made relative so they work on the current environment.
This commit is contained in:
parent
0d359f81d6
commit
7a7dc297ca
349 changed files with 698 additions and 698 deletions
|
@ -82,9 +82,9 @@
|
|||
],
|
||||
"body": [
|
||||
{
|
||||
"value": "\n <p>Over the last few days, I've written a few emails about static websites and static site generators before I <a href=\"https:\/\/www.oliverdavies.uk\/presentations\/sculpin\">speak about Sculpin<\/a> at PHP Thames Valley.<\/p>\n\n<p>They are <a href=\"https:\/\/www.oliverdavies.uk\/daily\/2025\/03\/12\/easy\">easy to build<\/a> and deploy and <a href=\"https:\/\/www.oliverdavies.uk\/daily\/2025\/03\/13\/deploy\">cheap to host<\/a>.<\/p>\n\n<p>As a PHP Developer, I use Sculpin as it uses Symfony components, is extendable by writing my own PHP code and uses Twig for templating.<\/p>\n\n<p>As a Drupal Developer, I like the power of Drupal's out of the box functionality and additional modules like Pathauto and Redirect, but I'd like to deploy it as a static website for it to be faster and more secure.<\/p>\n\n<p>Enter Tome, <a href=\"https:\/\/www.drupal.org\/project\/tome\">a Drupal module to create static websites<\/a>.<\/p>\n\n<p>You build the website the same as you would locally and export the content and files to a static website - the same you would generate with a static site generator like Sculpin or writing the files by hand.<\/p>\n\n<p>Sam Mortenson (the creator of Tome) and I discussed it on <a href=\"https:\/\/www.oliverdavies.uk\/podcast\/19-sam-mortenson\">episode 19 of the Beyond Blocks podcast<\/a>.<\/p>\n\n<p>So, if you like Drupal and the benefits of static sites, Tome may be a good solution for you.<\/p>\n\n ",
|
||||
"value": "\n <p>Over the last few days, I've written a few emails about static websites and static site generators before I <a href=\"/presentations\/sculpin\">speak about Sculpin<\/a> at PHP Thames Valley.<\/p>\n\n<p>They are <a href=\"/daily\/2025\/03\/12\/easy\">easy to build<\/a> and deploy and <a href=\"/daily\/2025\/03\/13\/deploy\">cheap to host<\/a>.<\/p>\n\n<p>As a PHP Developer, I use Sculpin as it uses Symfony components, is extendable by writing my own PHP code and uses Twig for templating.<\/p>\n\n<p>As a Drupal Developer, I like the power of Drupal's out of the box functionality and additional modules like Pathauto and Redirect, but I'd like to deploy it as a static website for it to be faster and more secure.<\/p>\n\n<p>Enter Tome, <a href=\"https:\/\/www.drupal.org\/project\/tome\">a Drupal module to create static websites<\/a>.<\/p>\n\n<p>You build the website the same as you would locally and export the content and files to a static website - the same you would generate with a static site generator like Sculpin or writing the files by hand.<\/p>\n\n<p>Sam Mortenson (the creator of Tome) and I discussed it on <a href=\"/podcast\/19-sam-mortenson\">episode 19 of the Beyond Blocks podcast<\/a>.<\/p>\n\n<p>So, if you like Drupal and the benefits of static sites, Tome may be a good solution for you.<\/p>\n\n ",
|
||||
"format": "full_html",
|
||||
"processed": "\n <p>Over the last few days, I've written a few emails about static websites and static site generators before I <a href=\"https:\/\/www.oliverdavies.uk\/presentations\/sculpin\">speak about Sculpin<\/a> at PHP Thames Valley.<\/p>\n\n<p>They are <a href=\"https:\/\/www.oliverdavies.uk\/daily\/2025\/03\/12\/easy\">easy to build<\/a> and deploy and <a href=\"https:\/\/www.oliverdavies.uk\/daily\/2025\/03\/13\/deploy\">cheap to host<\/a>.<\/p>\n\n<p>As a PHP Developer, I use Sculpin as it uses Symfony components, is extendable by writing my own PHP code and uses Twig for templating.<\/p>\n\n<p>As a Drupal Developer, I like the power of Drupal's out of the box functionality and additional modules like Pathauto and Redirect, but I'd like to deploy it as a static website for it to be faster and more secure.<\/p>\n\n<p>Enter Tome, <a href=\"https:\/\/www.drupal.org\/project\/tome\">a Drupal module to create static websites<\/a>.<\/p>\n\n<p>You build the website the same as you would locally and export the content and files to a static website - the same you would generate with a static site generator like Sculpin or writing the files by hand.<\/p>\n\n<p>Sam Mortenson (the creator of Tome) and I discussed it on <a href=\"https:\/\/www.oliverdavies.uk\/podcast\/19-sam-mortenson\">episode 19 of the Beyond Blocks podcast<\/a>.<\/p>\n\n<p>So, if you like Drupal and the benefits of static sites, Tome may be a good solution for you.<\/p>\n\n ",
|
||||
"processed": "\n <p>Over the last few days, I've written a few emails about static websites and static site generators before I <a href=\"/presentations\/sculpin\">speak about Sculpin<\/a> at PHP Thames Valley.<\/p>\n\n<p>They are <a href=\"/daily\/2025\/03\/12\/easy\">easy to build<\/a> and deploy and <a href=\"/daily\/2025\/03\/13\/deploy\">cheap to host<\/a>.<\/p>\n\n<p>As a PHP Developer, I use Sculpin as it uses Symfony components, is extendable by writing my own PHP code and uses Twig for templating.<\/p>\n\n<p>As a Drupal Developer, I like the power of Drupal's out of the box functionality and additional modules like Pathauto and Redirect, but I'd like to deploy it as a static website for it to be faster and more secure.<\/p>\n\n<p>Enter Tome, <a href=\"https:\/\/www.drupal.org\/project\/tome\">a Drupal module to create static websites<\/a>.<\/p>\n\n<p>You build the website the same as you would locally and export the content and files to a static website - the same you would generate with a static site generator like Sculpin or writing the files by hand.<\/p>\n\n<p>Sam Mortenson (the creator of Tome) and I discussed it on <a href=\"/podcast\/19-sam-mortenson\">episode 19 of the Beyond Blocks podcast<\/a>.<\/p>\n\n<p>So, if you like Drupal and the benefits of static sites, Tome may be a good solution for you.<\/p>\n\n ",
|
||||
"summary": null
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue