This commit is contained in:
parent
f144622e3e
commit
3bf17c12e4
2 changed files with 33 additions and 0 deletions
10
.woodpecker/.deploy.yml
Normal file
10
.woodpecker/.deploy.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
branches: main
|
||||
|
||||
labels:
|
||||
hostname: "oscarblue"
|
||||
|
||||
pipeline:
|
||||
deploy:
|
||||
image: alpine:3.16.0
|
||||
commands:
|
||||
- cp ./public /oscar.blue
|
23
content/_index.md
Normal file
23
content/_index.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
title: "Home"
|
||||
draft: true
|
||||
single: true
|
||||
---
|
||||
|
||||
# Welcome to yet another corner of the web.
|
||||
|
||||
![Welcome Picture](/images/site/oscar-banner.png)
|
||||
|
||||
## I'm Oscar,
|
||||
|
||||
I run this site which mostly functions as a poor man's documentation of the things I've done and how to do them yourself. You may also find some thoughts and opinions of mine if that's something you're interested in.
|
||||
|
||||
I cover:
|
||||
|
||||
* FOSS Alternatives
|
||||
* Self-hosting and it's benefits
|
||||
* Anything I find interesting
|
||||
* Guides to the above.
|
||||
* My journey as a FOSS and SysAdmin enthusiast.
|
||||
|
||||
If you're interested check out my [blog posts](/blog).
|
Loading…
Reference in a new issue