Configuring Git LFS
This commit is contained in:
parent
6e37d9946d
commit
1acfb5ab6f
5 changed files with 14 additions and 7 deletions
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
.jpeg filter=lfs diff=lfs merge=lfs -text
|
||||||
|
.jpg filter=lfs diff=lfs merge=lfs -text
|
||||||
|
.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
.webp filter=lfs diff=lfs merge=lfs -text
|
|
@ -2,6 +2,7 @@ baseURL: https://sa.mtate.me.uk/
|
||||||
languageCode: en-gb
|
languageCode: en-gb
|
||||||
theme: ["PaperMod"]
|
theme: ["PaperMod"]
|
||||||
title: Sam Tate
|
title: Sam Tate
|
||||||
|
description: All things self-hosted, home networking, and tech related.
|
||||||
|
|
||||||
languages:
|
languages:
|
||||||
en:
|
en:
|
||||||
|
@ -29,7 +30,8 @@ params:
|
||||||
homeInfoParams:
|
homeInfoParams:
|
||||||
Title: "Sam Tate"
|
Title: "Sam Tate"
|
||||||
Content: >
|
Content: >
|
||||||
- Under construction homepage, now deployed via automatic CI/CD
|
- UK Based Web Developer. Posts about all things self-hosted, home networking, and tech related.
|
||||||
|
|
||||||
|
|
||||||
socialIcons:
|
socialIcons:
|
||||||
- name: gitea
|
- name: gitea
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
title: "Running Ethernet"
|
|
||||||
date: 2024-06-28T11:02:45+01:00
|
|
||||||
draft: true
|
|
||||||
---
|
|
||||||
|
|
BIN
content/posts/2024/running-ethernet/images/initial.jpg
Normal file
BIN
content/posts/2024/running-ethernet/images/initial.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
7
content/posts/2024/running-ethernet/index.md
Normal file
7
content/posts/2024/running-ethernet/index.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
title: "Running Ethernet in a modern UK house"
|
||||||
|
date: 2024-06-28T11:02:45+01:00
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
Start to finish process of installing Cat5e cable for networking through my house
|
||||||
|
<!-- more -->
|
Loading…
Reference in a new issue