Skip to content

Commit

Permalink
deploy: 34733fc
Browse files Browse the repository at this point in the history
  • Loading branch information
webhippie[bot] committed Sep 16, 2024
1 parent caf8203 commit ed6c93e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<html id="html" lang="en-us">
<head>
<meta name="generator" content="Hugo 0.134.1">
<meta name="generator" content="Hugo 0.134.2">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width"/>

Expand Down
2 changes: 1 addition & 1 deletion index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<link>https://webhippie.github.io/templater/building/</link>
<pubDate>Tue, 03 May 2022 00:00:00 +0000</pubDate>
<guid>https://webhippie.github.io/templater/building/</guid>
<description>&lt;p&gt;As this project is built with Go you need to install Go first. The installation&#xA;of Go is out of the scope of this document, please follow the&#xA;&lt;a href=&#34;https://golang.org/doc/install&#34;&gt;official documentation&lt;/a&gt;. After the installation of Go you need to get&#xA;the sources:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-txt&#34; data-lang=&#34;txt&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git clone https://github.com/webhippie/templater.git&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;cd templater/&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&#xA;&lt;p&gt;All required tool besides Go itself are bundled by Go modules, all you need is&#xA;part of the &lt;code&gt;Makfile&lt;/code&gt;:&lt;/p&gt;</description>
<description>&lt;p&gt;As this project is built with Go you need to install Go first. The installation&#xA;of Go is out of the scope of this document, please follow the&#xA;&lt;a href=&#34;https://golang.org/doc/install&#34;&gt;official documentation&lt;/a&gt;. After the installation of Go you need to get&#xA;the sources:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-txt&#34; data-lang=&#34;txt&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git clone https://github.com/webhippie/templater.git&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;cd templater/&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&#xA;&lt;p&gt;All required tool besides Go itself are bundled by Go modules, all you need is&#xA;part of the &lt;code&gt;Makfile&lt;/code&gt;:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-txt&#34; data-lang=&#34;txt&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;make generate build&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&#xA;&lt;p&gt;Finally you should have the binary within the &lt;code&gt;bin/&lt;/code&gt; folder now, give it a try&#xA;with &lt;code&gt;./bin/templater -h&lt;/code&gt; to see all available options.&lt;/p&gt;</description>
</item>
<item>
<title>License</title>
Expand Down

0 comments on commit ed6c93e

Please sign in to comment.