Compare commits

..

4 Commits

Author SHA1 Message Date
2ffa7cd67b Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
Change type to docker
Build only index.adoc
2021-10-06 14:07:08 +02:00
1a51f3815c Add short intro and change title
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-05 22:50:21 +02:00
c986bf8723 Add index.adoc
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-05 21:05:11 +02:00
d121053edf Add .gitignore 2021-10-05 21:04:48 +02:00
4 changed files with 34 additions and 22 deletions

View File

@ -1,13 +1,14 @@
---
kind: pipeline
name: upload to minio
type: docker
name: update website
steps:
- name: build
- name: build
image: registry.kucharczyk.tech/asciidoctor
commands:
- "asciidoctor -D public asciidoc/*.adoc"
- name: upload
- "asciidoctor -D public asciidoc/index.adoc"
- name: upload
image: plugins/s3
settings:
bucket: kucharczyk.xyz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
public

10
asciidoc/index.adoc Normal file
View 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]

View File

@ -1,7 +1,7 @@
# Self-hosting a Matrix server
Lukáš Kucharczyk
:toc: left
:doctype: book
:doctype: article
:source-highlighter: highlightjs
== Assumptions