deploy: 36e4ad4245
This commit is contained in:
parent
9389386ec6
commit
52fa2ea99a
209 changed files with 421 additions and 427 deletions
|
|
@ -59,11 +59,11 @@ Your browser does not support the video tag.
|
|||
<p><img src="HugoServe.png" alt="image"></p></description></item><item><title>Docs: Powershell on Windows 11</title><link>https://alguidelines.dev/docs/contributing/installhugo/usingpowershellonwindows11/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://alguidelines.dev/docs/contributing/installhugo/usingpowershellonwindows11/</guid><description>
|
||||
<p>It is possible to use a powershell script and Chocolatey to install and other dependencies. Execute the following script:</p>
|
||||
<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-powershell" data-lang="powershell"><span style="display:flex;"><span><span style="color:#204a87">Set-ExecutionPolicy</span> <span style="color:#000">Bypass</span> <span style="color:#000">-Scope</span> <span style="color:#204a87;font-weight:bold">Process</span> <span style="color:#000">-Force</span>
|
||||
</span></span><span style="display:flex;"><span><span style="color:#000">[System.Net.ServicePointManager]</span><span style="color:#000;font-weight:bold">::</span><span style="color:#000">SecurityProtocol</span> <span style="color:#000;font-weight:bold">=</span> <span style="color:#000">[System.Net.ServicePointManager]</span><span style="color:#000;font-weight:bold">::</span><span style="color:#000">SecurityProtocol</span> <span style="color:#ce5c00;font-weight:bold">-bor</span> <span style="color:#000">3072</span>
|
||||
</span></span><span style="display:flex;"><span><span style="color:#000;font-weight:bold">[</span><span style="color:#000">System.Net.ServicePointManager</span><span style="color:#000;font-weight:bold">]::</span><span style="color:#000">SecurityProtocol</span> <span style="color:#000;font-weight:bold">=</span> <span style="color:#000;font-weight:bold">[</span><span style="color:#000">System.Net.ServicePointManager</span><span style="color:#000;font-weight:bold">]::</span><span style="color:#000">SecurityProtocol</span> <span style="color:#ce5c00;font-weight:bold">-bor</span> <span style="color:#0000cf;font-weight:bold">3072</span>
|
||||
</span></span><span style="display:flex;"><span><span style="color:#204a87">Invoke-Expression</span> <span style="color:#000;font-weight:bold">((</span><span style="color:#204a87">New-Object</span> <span style="color:#000">System</span><span style="color:#000;font-weight:bold">.</span><span style="color:#000">Net</span><span style="color:#000;font-weight:bold">.</span><span style="color:#000">WebClient</span><span style="color:#000;font-weight:bold">).</span><span style="color:#000">DownloadString</span><span style="color:#000;font-weight:bold">(</span><span style="color:#4e9a06">&#39;https://community.chocolatey.org/install.ps1&#39;</span><span style="color:#000;font-weight:bold">))</span>
|
||||
</span></span><span style="display:flex;"><span><span style="color:#000">choco</span> <span style="color:#000">install</span> <span style="color:#000">-y</span> <span style="color:#000">nodejs</span>
|
||||
</span></span><span style="display:flex;"><span><span style="color:#000">choco</span> <span style="color:#000">install</span> <span style="color:#000">-y</span> <span style="color:#204a87">hugo-extended</span>
|
||||
</span></span></code></pre></div><p>Once complete, in root of of the repository execute the following commands</p>
|
||||
<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-powershell" data-lang="powershell"><span style="display:flex;"><span><span style="color:#000">git</span> <span style="color:#000">submodule</span> <span style="color:#000">update</span> <span style="color:#000;font-weight:bold">-</span><span style="color:#000">-init</span> <span style="color:#000;font-weight:bold">-</span><span style="color:#000">-recursive</span> <span style="color:#000;font-weight:bold">-</span><span style="color:#000">-depth</span> <span style="color:#000">1</span>
|
||||
<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-powershell" data-lang="powershell"><span style="display:flex;"><span><span style="color:#000">git</span> <span style="color:#000">submodule</span> <span style="color:#000">update</span> <span style="color:#000;font-weight:bold">-</span><span style="color:#000">-init</span> <span style="color:#000;font-weight:bold">-</span><span style="color:#000">-recursive</span> <span style="color:#000;font-weight:bold">-</span><span style="color:#000">-depth</span> <span style="color:#0000cf;font-weight:bold">1</span>
|
||||
</span></span><span style="display:flex;"><span><span style="color:#000">npm</span> <span style="color:#000">install</span>
|
||||
</span></span></code></pre></div></description></item></channel></rss>
|
||||
Loading…
Add table
Add a link
Reference in a new issue