This website is in its early stages, expect lots of missing content. If you'd like to contribute, you can submit a patch via <ahref="git.aims.ac.za">https://git.aims.ac.za/aims-desktop/aims-desktop-website</a>
This website is in its early stages, expect lots of missing content. If you'd like to contribute, you can submit a patch via <ahref="https://git.aims.ac.za/aims-desktop/aims-desktop-website">git.aims.ac.za</a>
<ahref="mailto:aims-tech@aims.ac.za"title="Email of aims-tech@aims.ac.za">
Contact via email
</a>
</li>
</ul>
</div>
</div>
</div>
...
...
@@ -283,6 +298,11 @@
<h2id="welcome-to-aims-desktop">Welcome to AIMS Desktop</h2>
<divclass="admonition note">
<pclass="admonition-title">Note</p>
<p>This website is in its early stages, expect lots of missing content. If you’d like to contribute, you can submit a patch via <ahref="https://git.aims.ac.za/aims-desktop/aims-desktop-website">git.aims.ac.za</a></p>
<p>AIMS Desktop is a collection of software that allows you to do mathematics and science on your computer easily and efficiently. You need no exising software on your computer, AIMS Desktop installs an entire operating system that you can install standalone, or dual boot with Microsoft Windows or Apple macOS.</p>
<p>Let&rsquo;s create our first content file for your documentation. Open a terminal and add the following command for each new file you want to add. Replace <code>&lt;section-name&gt;</code> with a general term that describes your document in detail.</p>
<pre><code class="language-sh">hugo new &lt;section-name&gt;/filename.md
</code></pre>
<p>Visitors of your website will find the final document under <code>www.example.com/&lt;section-name&gt;/filename/</code>.</p>
<p>Since it&rsquo;s possible to have multiple content files in the same section I recommend to create at least one <code>index.md</code> file per section. This ensures that users will find an index page under <code>www.example.com/&lt;section-name&gt;</code>.</p>
<p>To add content to the homepage you need to add a small indicator to the frontmatter of the content file:</p>
<pre><code class="language-toml">type: index
</code></pre>
<p>Otherwise the theme will not be able to find the corresponding content file.</p>
<h2 id="table-of-contents">Table of contents</h2>
<p>You maybe noticed that the menu on the left contains a small table of contents of the current page. All <code>&lt;h2&gt;</code> tags (<code>## Headline</code> in Markdown) will be added automatically.</p>
<p>Admonition is a handy feature that adds block-styled side content to your documentation, for example hints, notes or warnings. It can be enabled by using the corresponding <a href="http://gohugo.io/extras/shortcodes/">shortcodes</a> inside your content:</p>
<p>This website is in its early stages, expect lots of missing content. If you&rsquo;d like to contribute, you can submit a patch via <a href="https://git.aims.ac.za/aims-desktop/aims-desktop-website">git.aims.ac.za</a></p>
<p>AIMS Desktop is a collection of software that allows you to do mathematics and science on your computer easily and efficiently. You need no exising software on your computer, AIMS Desktop installs an entire operating system that you can install standalone, or dual boot with Microsoft Windows or Apple macOS.</p>