mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
Make a branch for selfhosting
This commit is contained in:
parent
7797b0695e
commit
95c1f3596f
1
_config_dev.yml
Normal file
1
_config_dev.yml
Normal file
@ -0,0 +1 @@
|
||||
url: https://selfhost.local
|
11
_layouts/no_header.html
Normal file
11
_layouts/no_header.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
{% include default_head_tags.html%}
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
{{ content }}
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
@ -1,4 +1,4 @@
|
||||
---
|
||||
title: Home
|
||||
redirect_to: /blog
|
||||
redirect_to: /links
|
||||
---
|
13
links.md
Normal file
13
links.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
layout: no_header
|
||||
title: Links
|
||||
permalink: /links/
|
||||
---
|
||||
|
||||
# Things hosted on this Pi
|
||||
|
||||
[Miniflux](/miniflux)
|
||||
|
||||
[Octopi](/octoprint)
|
||||
|
||||
[Portainer]({{ site.url }}:9443)
|
Loading…
x
Reference in New Issue
Block a user