Compare commits
4 Commits
17dce5f976
...
main
Author | SHA1 | Date | |
---|---|---|---|
2ffa7cd67b | |||
1a51f3815c | |||
c986bf8723 | |||
d121053edf |
@ -1,12 +1,13 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: upload to minio
|
type: docker
|
||||||
|
name: update website
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: registry.kucharczyk.tech/asciidoctor
|
image: registry.kucharczyk.tech/asciidoctor
|
||||||
commands:
|
commands:
|
||||||
- "asciidoctor -D public asciidoc/*.adoc"
|
- "asciidoctor -D public asciidoc/index.adoc"
|
||||||
- name: upload
|
- name: upload
|
||||||
image: plugins/s3
|
image: plugins/s3
|
||||||
settings:
|
settings:
|
||||||
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
public
|
10
asciidoc/index.adoc
Normal file
10
asciidoc/index.adoc
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# kucharczyk.xyz - personal website
|
||||||
|
:doctype: book
|
||||||
|
:nofooter:
|
||||||
|
|
||||||
|
Hi! My name is Lukáš Kucharczyk and this is my small place on the Internet.
|
||||||
|
I like to write about open source and tech in general.
|
||||||
|
|
||||||
|
## Articles
|
||||||
|
|
||||||
|
- xref:selfhostedsynapse.adoc[Self-hosting a Matrix server]
|
@ -1,7 +1,7 @@
|
|||||||
# Self-hosting a Matrix server
|
# Self-hosting a Matrix server
|
||||||
Lukáš Kucharczyk
|
Lukáš Kucharczyk
|
||||||
:toc: left
|
:toc: left
|
||||||
:doctype: book
|
:doctype: article
|
||||||
:source-highlighter: highlightjs
|
:source-highlighter: highlightjs
|
||||||
|
|
||||||
== Assumptions
|
== Assumptions
|
||||||
|
Reference in New Issue
Block a user