Skip to content

Commit

Permalink
deploy: 3f5f4ca
Browse files Browse the repository at this point in the history
  • Loading branch information
qianmoQ committed Dec 29, 2024
1 parent 58231eb commit 96f1e97
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 29 deletions.
34 changes: 13 additions & 21 deletions docs/create-site.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,16 +204,14 @@ <h1 class="text-3xl font-bold tracking-tight text-gray-900 dark:text-gray-100 sm
</p>

<div class="space-y-4"></div>
<p>我们假设您的文件夹是
<code class="bg-gray-100 text-gray-900 px-1.5 py-0.5 rounded text-sm font-mono inline">
<p><span class="inline-block my-1">我们假设您的文件夹是
<code class="bg-gray-100 text-gray-900 px-1.5 py-0.5 rounded text-sm font-mono mx-1 inline">
my-website
</code>
</p>
</span></p>

<div class="space-y-4"></div>
<pre><code class="language-bash">pageforge init
</code></pre>

<pre class="block w-full bg-gray-100 text-gray-900 my-2 px-3 py-2.5 rounded font-mono leading-normal"><code class="language-bash">pageforge init</code></pre>
<div class="space-y-4"></div>
<p>
<p class="text-base text-gray-700 leading-7 mb-4">
Expand All @@ -222,9 +220,7 @@ <h1 class="text-3xl font-bold tracking-tight text-gray-900 dark:text-gray-100 sm
</p>

<div class="space-y-4"></div>
<pre><code class="language-bash">pageforge create-site .
</code></pre>

<pre class="block w-full bg-gray-100 text-gray-900 my-2 px-3 py-2.5 rounded font-mono leading-normal"><code class="language-bash">pageforge create-site .</code></pre>
<div class="space-y-4"></div>
<p>
<p class="text-base text-gray-700 leading-7 mb-4">
Expand All @@ -233,9 +229,7 @@ <h1 class="text-3xl font-bold tracking-tight text-gray-900 dark:text-gray-100 sm
</p>

<div class="space-y-4"></div>
<pre><code class="language-bash">pageforge create-site my-website
</code></pre>

<pre class="block w-full bg-gray-100 text-gray-900 my-2 px-3 py-2.5 rounded font-mono leading-normal"><code class="language-bash">pageforge create-site my-website</code></pre>
<div class="space-y-4"></div>
<p>
<p class="text-base text-gray-700 leading-7 mb-4">
Expand All @@ -244,21 +238,19 @@ <h1 class="text-3xl font-bold tracking-tight text-gray-900 dark:text-gray-100 sm
</p>

<div class="space-y-4"></div>
<pre><code>├── content
<pre class="block w-full bg-gray-100 text-gray-900 my-2 px-3 py-2.5 rounded font-mono leading-normal"><code class="">├── content
│   └── index.md
└── pageforge.yaml
</code></pre>

└── pageforge.yaml</code></pre>
<div class="space-y-4"></div>
<p>然后,您可以使用
<code class="bg-gray-100 text-gray-900 px-1.5 py-0.5 rounded text-sm font-mono inline">
<p><span class="inline-block my-1">然后,您可以使用
<code class="bg-gray-100 text-gray-900 px-1.5 py-0.5 rounded text-sm font-mono mx-1 inline">
pageforge build
</code>
命令来构建网站,或者使用
<code class="bg-gray-100 text-gray-900 px-1.5 py-0.5 rounded text-sm font-mono inline">
命令来构建网站,或者使用 </span><span class="inline-block my-1">
<code class="bg-gray-100 text-gray-900 px-1.5 py-0.5 rounded text-sm font-mono mx-1 inline">
pageforge serve
</code>
命令来预览网站。</p>
命令来预览网站。</span></p>

</div>
</article>
Expand Down
12 changes: 4 additions & 8 deletions docs/get-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,8 @@ <h3 class="text-2xl font-bold text-gray-900 mb-4">
</p>

<div class="space-y-4"></div>
<pre><code class="language-bash">pnpm add -g pageforge
yarn global add pageforge
</code></pre>

<pre class="block w-full bg-gray-100 text-gray-900 my-2 px-3 py-2.5 rounded font-mono leading-normal"><code class="language-bash">pnpm add -g pageforge
yarn global add pageforge</code></pre>
<div class="space-y-4"></div>

<h3 class="text-2xl font-bold text-gray-900 mb-4">
Expand All @@ -256,12 +254,10 @@ <h3 class="text-2xl font-bold text-gray-900 mb-4">
<hr class="my-6 h-0.5 border-0 bg-gray-200"></hr>

<div class="space-y-4"></div>
<pre><code class="language-bash">git clone https://github.com/devlive-community/pageforge.git
<pre class="block w-full bg-gray-100 text-gray-900 my-2 px-3 py-2.5 rounded font-mono leading-normal"><code class="language-bash">git clone https://github.com/devlive-community/pageforge.git
cd pageforge
pnpm install
pnpm link --global
</code></pre>

pnpm link --global</code></pre>
</div>
</article>
</main>
Expand Down

0 comments on commit 96f1e97

Please sign in to comment.