From 720c5d1b50f30ae6f19c4491dd9726e84aa248ea Mon Sep 17 00:00:00 2001 From: gingerhot Date: Sat, 15 Oct 2022 00:31:47 +0000 Subject: [PATCH] deploy: gitx-io/homepage@15213b208c6d6720ccabed4bcfb6ab0e2a117a5b --- index.xml | 4 ++-- post/ssh-kekgen-action/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.xml b/index.xml index 2a8eb7f..82ba28f 100644 --- a/index.xml +++ b/index.xml @@ -2,12 +2,12 @@ <p>You can create key pairs in web page securely just by clicking.</p> <h2 id="quick-start">Quick start</h2> <ol> -<li><a href="https://github.com/gitx-io/ssh-keygen-template/generate">Use the template</a> to create a repo, better as a private repo for secrity</li> +<li><a href="https://github.com/gitx-io/ssh-keygen-template/generate">Use the template</a> to create a repo, better as a private repo for security</li> <li>Go to <code>Actions</code> top menu page, follow the steps as below:</li> </ol> <p><img src="https://raw.githubusercontent.com/image-store/github/master/ssh-key-template.png" alt="ssh keygen action steps"></p> <ol start="3"> -<li>After one minute or two, you&rsquo;ll see two files, <code>private_key.txt</code> and <code>public_key.txt</code>, are added/updated in repo&rsquo;s root direcotory when the action finished successfully</li> +<li>After one minute or two, you&rsquo;ll see two files, <code>private_key.txt</code> and <code>public_key.txt</code>, are added/updated in repo&rsquo;s root directory when the action finished successfully</li> <li>Open each file and click <code>Copy raw contents</code> button on the top right to copy the key</li> </ol> <p>Done!</p>在 Hugo 中使用 GitFxhttps://gitx.io/post/hugo-with-gitfx-zh_cn/Wed, 05 Jan 2022 12:26:51 +0000https://gitx.io/post/hugo-with-gitfx-zh_cn/<p><a href="https://github.com/gitx-io/GitFx">GitFx</a> 是我写的一个可以运行多种语言的代码片段的工具。同时提供了 <a href="https://github.com/gitx-io/ActionServerless">ActionServerless</a> 这个 action 方便在 GitHub 的 workflow 里运行 GitFx。之所以把它命名为 <code>ActionServerless</code> 这样的“热词”,除了蹭热度之外,你的确可以把用它实现的程序看作是一个 async 的 Serverless 应用。</p> diff --git a/post/ssh-kekgen-action/index.html b/post/ssh-kekgen-action/index.html index c759e73..d8b644c 100644 --- a/post/ssh-kekgen-action/index.html +++ b/post/ssh-kekgen-action/index.html @@ -153,12 +153,12 @@

Table of Contents

You can create key pairs in web page securely just by clicking.

Quick start

    -
  1. Use the template to create a repo, better as a private repo for secrity
  2. +
  3. Use the template to create a repo, better as a private repo for security
  4. Go to Actions top menu page, follow the steps as below:

ssh keygen action steps

    -
  1. After one minute or two, you’ll see two files, private_key.txt and public_key.txt, are added/updated in repo’s root direcotory when the action finished successfully
  2. +
  3. After one minute or two, you’ll see two files, private_key.txt and public_key.txt, are added/updated in repo’s root directory when the action finished successfully
  4. Open each file and click Copy raw contents button on the top right to copy the key

Done!