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><a href=\"https:\/\/www.oliverdavies.uk\/daily\/2024\/04\/22\/building-websites-with-php-and-sculpin\">In February<\/a>, I spoke at the PHP South West meetup about Sculpin - a static site generator written in PHP.<\/p>\n\n<p>Sculpin uses Twig, HTML and Markdown to generate static HTML files that you can upload to any web server.<\/p>\n\n<p>You don't need PHP or a database server - making it simpler and cheaper to host compared to a CMS-powered site.<\/p>\n\n<p>There's also no database for people to hack into and, as they're just static HTML pages, they are very quick to load.<\/p>\n\n<p>The downside is that files need to be created and edited locally or editing Git files on GitHub, etc, as there's no CMS to log into.<\/p>\n\n<p>Still, for some projects, static site generators are a great option.<\/p>\n\n<p>For Drupal, there's Tome - a module that creates a static website from a Drupal installation, and something I plan to investigate.<\/p>\n\n ",
|
||||
"value": "\n <p><a href=\"/daily\/2024\/04\/22\/building-websites-with-php-and-sculpin\">In February<\/a>, I spoke at the PHP South West meetup about Sculpin - a static site generator written in PHP.<\/p>\n\n<p>Sculpin uses Twig, HTML and Markdown to generate static HTML files that you can upload to any web server.<\/p>\n\n<p>You don't need PHP or a database server - making it simpler and cheaper to host compared to a CMS-powered site.<\/p>\n\n<p>There's also no database for people to hack into and, as they're just static HTML pages, they are very quick to load.<\/p>\n\n<p>The downside is that files need to be created and edited locally or editing Git files on GitHub, etc, as there's no CMS to log into.<\/p>\n\n<p>Still, for some projects, static site generators are a great option.<\/p>\n\n<p>For Drupal, there's Tome - a module that creates a static website from a Drupal installation, and something I plan to investigate.<\/p>\n\n ",
|
||||
"format": "full_html",
|
||||
"processed": "\n <p><a href=\"https:\/\/www.oliverdavies.uk\/daily\/2024\/04\/22\/building-websites-with-php-and-sculpin\">In February<\/a>, I spoke at the PHP South West meetup about Sculpin - a static site generator written in PHP.<\/p>\n\n<p>Sculpin uses Twig, HTML and Markdown to generate static HTML files that you can upload to any web server.<\/p>\n\n<p>You don't need PHP or a database server - making it simpler and cheaper to host compared to a CMS-powered site.<\/p>\n\n<p>There's also no database for people to hack into and, as they're just static HTML pages, they are very quick to load.<\/p>\n\n<p>The downside is that files need to be created and edited locally or editing Git files on GitHub, etc, as there's no CMS to log into.<\/p>\n\n<p>Still, for some projects, static site generators are a great option.<\/p>\n\n<p>For Drupal, there's Tome - a module that creates a static website from a Drupal installation, and something I plan to investigate.<\/p>\n\n ",
|
||||
"processed": "\n <p><a href=\"/daily\/2024\/04\/22\/building-websites-with-php-and-sculpin\">In February<\/a>, I spoke at the PHP South West meetup about Sculpin - a static site generator written in PHP.<\/p>\n\n<p>Sculpin uses Twig, HTML and Markdown to generate static HTML files that you can upload to any web server.<\/p>\n\n<p>You don't need PHP or a database server - making it simpler and cheaper to host compared to a CMS-powered site.<\/p>\n\n<p>There's also no database for people to hack into and, as they're just static HTML pages, they are very quick to load.<\/p>\n\n<p>The downside is that files need to be created and edited locally or editing Git files on GitHub, etc, as there's no CMS to log into.<\/p>\n\n<p>Still, for some projects, static site generators are a great option.<\/p>\n\n<p>For Drupal, there's Tome - a module that creates a static website from a Drupal installation, and something I plan to investigate.<\/p>\n\n ",
|
||||
"summary": null
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue