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>Yesterday, <a href=\"https:\/\/www.oliverdavies.uk\/daily\/2024\/11\/26\/the-nix-language\">I showed some of the Nix programming language<\/a> and how to use it to perform tasks such as installing and configuring packages.<\/p>\n\n<p>I like this declarative approach as you know everything installed on your system and its configuration.<\/p>\n\n<p><a href=\"https:\/\/www.oliverdavies.uk\/daily\/2024\/11\/23\/no-more-random-packages\">There are no random or leftover packages or configuration files<\/a>.<\/p>\n\n<p>The Nix package manager can be installed on Linux or macOS, but you can also use Nix to configure your whole operating system in a declarative way thanks to NixOS.<\/p>\n\n<p>As well as installing and configuring packages, you can define your firmware version, boot loader, disk partitioning, user accounts and more.<\/p>\n\n<p>I used to do this type of automation with Ansible but switched to NixOS soon after trying Nix on another Linux distribution.<\/p>\n\n<p>If I need to work on a different laptop, like when mine recently died, I can apply the same configuration and get all the same programs and configurations as before.<\/p>\n\n<p>If you want to see my current NixOS setup, you can <a href=\"https:\/\/github.com\/opdavies\/dotfiles\">see it on my GitHub<\/a>.<\/p>\n\n ",
|
||||
"value": "\n <p>Yesterday, <a href=\"/daily\/2024\/11\/26\/the-nix-language\">I showed some of the Nix programming language<\/a> and how to use it to perform tasks such as installing and configuring packages.<\/p>\n\n<p>I like this declarative approach as you know everything installed on your system and its configuration.<\/p>\n\n<p><a href=\"/daily\/2024\/11\/23\/no-more-random-packages\">There are no random or leftover packages or configuration files<\/a>.<\/p>\n\n<p>The Nix package manager can be installed on Linux or macOS, but you can also use Nix to configure your whole operating system in a declarative way thanks to NixOS.<\/p>\n\n<p>As well as installing and configuring packages, you can define your firmware version, boot loader, disk partitioning, user accounts and more.<\/p>\n\n<p>I used to do this type of automation with Ansible but switched to NixOS soon after trying Nix on another Linux distribution.<\/p>\n\n<p>If I need to work on a different laptop, like when mine recently died, I can apply the same configuration and get all the same programs and configurations as before.<\/p>\n\n<p>If you want to see my current NixOS setup, you can <a href=\"https:\/\/github.com\/opdavies\/dotfiles\">see it on my GitHub<\/a>.<\/p>\n\n ",
|
||||
"format": "full_html",
|
||||
"processed": "\n <p>Yesterday, <a href=\"https:\/\/www.oliverdavies.uk\/daily\/2024\/11\/26\/the-nix-language\">I showed some of the Nix programming language<\/a> and how to use it to perform tasks such as installing and configuring packages.<\/p>\n\n<p>I like this declarative approach as you know everything installed on your system and its configuration.<\/p>\n\n<p><a href=\"https:\/\/www.oliverdavies.uk\/daily\/2024\/11\/23\/no-more-random-packages\">There are no random or leftover packages or configuration files<\/a>.<\/p>\n\n<p>The Nix package manager can be installed on Linux or macOS, but you can also use Nix to configure your whole operating system in a declarative way thanks to NixOS.<\/p>\n\n<p>As well as installing and configuring packages, you can define your firmware version, boot loader, disk partitioning, user accounts and more.<\/p>\n\n<p>I used to do this type of automation with Ansible but switched to NixOS soon after trying Nix on another Linux distribution.<\/p>\n\n<p>If I need to work on a different laptop, like when mine recently died, I can apply the same configuration and get all the same programs and configurations as before.<\/p>\n\n<p>If you want to see my current NixOS setup, you can <a href=\"https:\/\/github.com\/opdavies\/dotfiles\">see it on my GitHub<\/a>.<\/p>\n\n ",
|
||||
"processed": "\n <p>Yesterday, <a href=\"/daily\/2024\/11\/26\/the-nix-language\">I showed some of the Nix programming language<\/a> and how to use it to perform tasks such as installing and configuring packages.<\/p>\n\n<p>I like this declarative approach as you know everything installed on your system and its configuration.<\/p>\n\n<p><a href=\"/daily\/2024\/11\/23\/no-more-random-packages\">There are no random or leftover packages or configuration files<\/a>.<\/p>\n\n<p>The Nix package manager can be installed on Linux or macOS, but you can also use Nix to configure your whole operating system in a declarative way thanks to NixOS.<\/p>\n\n<p>As well as installing and configuring packages, you can define your firmware version, boot loader, disk partitioning, user accounts and more.<\/p>\n\n<p>I used to do this type of automation with Ansible but switched to NixOS soon after trying Nix on another Linux distribution.<\/p>\n\n<p>If I need to work on a different laptop, like when mine recently died, I can apply the same configuration and get all the same programs and configurations as before.<\/p>\n\n<p>If you want to see my current NixOS setup, you can <a href=\"https:\/\/github.com\/opdavies\/dotfiles\">see it on my GitHub<\/a>.<\/p>\n\n ",
|
||||
"summary": null
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue