Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerhot committed Oct 15, 2022
1 parent 8304e95 commit 720c5d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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’ll see two files, <code>private_key.txt</code> and <code>public_key.txt</code>, are added/updated in repo’s root direcotory when the action finished successfully</li>
<li>After one minute or two, you’ll see two files, <code>private_key.txt</code> and <code>public_key.txt</code>, are added/updated in repo’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>
&lt;p>Done!&lt;/p></description></item><item><title>在 Hugo 中使用 GitFx</title><link>https://gitx.io/post/hugo-with-gitfx-zh_cn/</link><pubDate>Wed, 05 Jan 2022 12:26:51 +0000</pubDate><guid>https://gitx.io/post/hugo-with-gitfx-zh_cn/</guid><description>&lt;p>&lt;a href="https://github.com/gitx-io/GitFx">GitFx&lt;/a> 是我写的一个可以运行多种语言的代码片段的工具。同时提供了 &lt;a href="https://github.com/gitx-io/ActionServerless">ActionServerless&lt;/a> 这个 action 方便在 GitHub 的 workflow 里运行 GitFx。之所以把它命名为 &lt;code>ActionServerless&lt;/code> 这样的“热词”,除了蹭热度之外,你的确可以把用它实现的程序看作是一个 async 的 Serverless 应用。&lt;/p>
Expand Down
4 changes: 2 additions & 2 deletions post/ssh-kekgen-action/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ <h2 class=post-toc-title>Table of Contents</h2>
<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>
Expand Down

0 comments on commit 720c5d1

Please sign in to comment.