Split website into different files per section #730
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "split-website"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
I'm cleaning up some code as I'm splitting the website into separate files.
List of changes:
Again, might be worth using rebase here.
Screenshots
@ -35,3 +35,3 @@
{% else %}
{{ include.url | remove: "https://" | remove: "http://" | remove: "www." | remove: "/" }}
{{ include.url | remove: "https://" | remove: "http://" | remove: "www." | remove: "/" | remove: "github.com" }}
{% endif %}
Can you give me an example of when that is useful?
@ -0,0 +1,266 @@
<h1 id="vpn" class="anchor"><a href="#vpn"><i class="fas fa-link anchor-icon"></i></a> VPN providers with extra layers of privacy</h1>
The pattern for sections is repetitive. Perhaps we could
@ -35,3 +35,3 @@
{% else %}
{{ include.url | remove: "https://" | remove: "http://" | remove: "www." | remove: "/" }}
{{ include.url | remove: "https://" | remove: "http://" | remove: "www." | remove: "/" | remove: "github.com" }}
{% endif %}
As I wrote in the description of
63c4a7cc95
@ -0,0 +1,266 @@
<h1 id="vpn" class="anchor"><a href="#vpn"><i class="fas fa-link anchor-icon"></i></a> VPN providers with extra layers of privacy</h1>
It's minor but could be an enhancement in the future. Though it might add unnecessary complexity.