From c53e8b6833c2bc7657a22a5b48d270f7d7100b0a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 16 Aug 2021 18:32:12 +0300 Subject: change index to trigger CI Sponsored-by: author --- index.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.mdwn b/index.mdwn index 7cd13ab..006e2b4 100644 --- a/index.mdwn +++ b/index.mdwn @@ -6,6 +6,8 @@ sshca is a tool for managing an [SSH CA][]. +This website will be filled out later. + [SSH CA]: https://liw.fi/sshca # News -- cgit v1.2.1 From f738876068ca2e7e5d84bd74e4b88990d7dec288 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 16 Aug 2021 18:32:50 +0300 Subject: add .gitignore Sponsored-by: author --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..37ec782 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.ikiwiki \ No newline at end of file -- cgit v1.2.1