forked from portfolios/modele-de-depart
116 lines
12 KiB
XML
116 lines
12 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
<channel>
|
|
<title>Courses on Léa Jean</title>
|
|
<link>/portfolios/exemple2/courses/</link>
|
|
<description>Recent content in Courses on Léa Jean</description>
|
|
<generator>Source Themes academia (https://sourcethemes.com/academic/)</generator>
|
|
<language>en-us</language>
|
|
<copyright>Copyright &copy; {year}</copyright>
|
|
<lastBuildDate>Sun, 05 May 2019 00:00:00 +0100</lastBuildDate>
|
|
|
|
<atom:link href="/portfolios/exemple2/courses/index.xml" rel="self" type="application/rss+xml" />
|
|
|
|
|
|
<item>
|
|
<title>Overview 2</title>
|
|
<link>/portfolios/exemple2/courses/example.1/</link>
|
|
<pubDate>Sun, 09 Sep 2018 00:00:00 +0000</pubDate>
|
|
|
|
<guid>/portfolios/exemple2/courses/example.1/</guid>
|
|
<description><h2 id="flexibility">Flexibility</h2>
|
|
<p>This feature can be used for publishing content such as:</p>
|
|
<ul>
|
|
<li><strong>Online courses</strong></li>
|
|
<li><strong>Project or software documentation</strong></li>
|
|
<li><strong>Tutorials</strong></li>
|
|
</ul>
|
|
<p>The <code>courses</code> folder may be renamed. For example, we can rename it to <code>docs</code> for software/project documentation or <code>tutorials</code> for creating an online course.</p>
|
|
<h2 id="delete-tutorials">Delete tutorials</h2>
|
|
<p><strong>To remove these pages, delete the <code>courses</code> folder and see below to delete the associated menu link.</strong></p>
|
|
<h2 id="update-site-menu">Update site menu</h2>
|
|
<p>After renaming or deleting the <code>courses</code> folder, you may wish to update any <code>[[main]]</code> menu links to it by editing your menu configuration at <code>config/_default/menus.toml</code>.</p>
|
|
<p>For example, if you delete this folder, you can remove the following from your menu configuration:</p>
|
|
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-toml" data-lang="toml">[[<span style="color:#a6e22e">main</span>]]
|
|
<span style="color:#a6e22e">name</span> = <span style="color:#e6db74">&#34;Courses&#34;</span>
|
|
<span style="color:#a6e22e">url</span> = <span style="color:#e6db74">&#34;courses/&#34;</span>
|
|
<span style="color:#a6e22e">weight</span> = <span style="color:#ae81ff">50</span>
|
|
</code></pre></div><p>Or, if you are creating a software documentation site, you can rename the <code>courses</code> folder to <code>docs</code> and update the associated <em>Courses</em> menu configuration to:</p>
|
|
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-toml" data-lang="toml">[[<span style="color:#a6e22e">main</span>]]
|
|
<span style="color:#a6e22e">name</span> = <span style="color:#e6db74">&#34;Docs&#34;</span>
|
|
<span style="color:#a6e22e">url</span> = <span style="color:#e6db74">&#34;docs/&#34;</span>
|
|
<span style="color:#a6e22e">weight</span> = <span style="color:#ae81ff">50</span>
|
|
</code></pre></div><h2 id="update-the-docs-menu">Update the docs menu</h2>
|
|
<p>If you use the <em>docs</em> layout, note that the name of the menu in the front matter should be in the form <code>[menu.X]</code> where <code>X</code> is the folder name. Hence, if you rename the <code>courses/example/</code> folder, you should also rename the menu definitions in the front matter of files within <code>courses/example/</code> from <code>[menu.example]</code> to <code>[menu.&lt;NewFolderName&gt;]</code>.</p>
|
|
</description>
|
|
</item>
|
|
|
|
<item>
|
|
<title>Overview 3</title>
|
|
<link>/portfolios/exemple2/courses/example.2/</link>
|
|
<pubDate>Sun, 09 Sep 2018 00:00:00 +0000</pubDate>
|
|
|
|
<guid>/portfolios/exemple2/courses/example.2/</guid>
|
|
<description><h2 id="flexibility">Flexibility</h2>
|
|
<p>This feature can be used for publishing content such as:</p>
|
|
<ul>
|
|
<li><strong>Online courses</strong></li>
|
|
<li><strong>Project or software documentation</strong></li>
|
|
<li><strong>Tutorials</strong></li>
|
|
</ul>
|
|
<p>The <code>courses</code> folder may be renamed. For example, we can rename it to <code>docs</code> for software/project documentation or <code>tutorials</code> for creating an online course.</p>
|
|
<h2 id="delete-tutorials">Delete tutorials</h2>
|
|
<p><strong>To remove these pages, delete the <code>courses</code> folder and see below to delete the associated menu link.</strong></p>
|
|
<h2 id="update-site-menu">Update site menu</h2>
|
|
<p>After renaming or deleting the <code>courses</code> folder, you may wish to update any <code>[[main]]</code> menu links to it by editing your menu configuration at <code>config/_default/menus.toml</code>.</p>
|
|
<p>For example, if you delete this folder, you can remove the following from your menu configuration:</p>
|
|
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-toml" data-lang="toml">[[<span style="color:#a6e22e">main</span>]]
|
|
<span style="color:#a6e22e">name</span> = <span style="color:#e6db74">&#34;Courses&#34;</span>
|
|
<span style="color:#a6e22e">url</span> = <span style="color:#e6db74">&#34;courses/&#34;</span>
|
|
<span style="color:#a6e22e">weight</span> = <span style="color:#ae81ff">50</span>
|
|
</code></pre></div><p>Or, if you are creating a software documentation site, you can rename the <code>courses</code> folder to <code>docs</code> and update the associated <em>Courses</em> menu configuration to:</p>
|
|
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-toml" data-lang="toml">[[<span style="color:#a6e22e">main</span>]]
|
|
<span style="color:#a6e22e">name</span> = <span style="color:#e6db74">&#34;Docs&#34;</span>
|
|
<span style="color:#a6e22e">url</span> = <span style="color:#e6db74">&#34;docs/&#34;</span>
|
|
<span style="color:#a6e22e">weight</span> = <span style="color:#ae81ff">50</span>
|
|
</code></pre></div><h2 id="update-the-docs-menu">Update the docs menu</h2>
|
|
<p>If you use the <em>docs</em> layout, note that the name of the menu in the front matter should be in the form <code>[menu.X]</code> where <code>X</code> is the folder name. Hence, if you rename the <code>courses/example/</code> folder, you should also rename the menu definitions in the front matter of files within <code>courses/example/</code> from <code>[menu.example]</code> to <code>[menu.&lt;NewFolderName&gt;]</code>.</p>
|
|
</description>
|
|
</item>
|
|
|
|
<item>
|
|
<title>Overview</title>
|
|
<link>/portfolios/exemple2/courses/example/</link>
|
|
<pubDate>Sun, 09 Sep 2018 00:00:00 +0000</pubDate>
|
|
|
|
<guid>/portfolios/exemple2/courses/example/</guid>
|
|
<description><h2 id="flexibility">Flexibility</h2>
|
|
<p>This feature can be used for publishing content such as:</p>
|
|
<ul>
|
|
<li><strong>Online courses</strong></li>
|
|
<li><strong>Project or software documentation</strong></li>
|
|
<li><strong>Tutorials</strong></li>
|
|
</ul>
|
|
<p>The <code>courses</code> folder may be renamed. For example, we can rename it to <code>docs</code> for software/project documentation or <code>tutorials</code> for creating an online course.</p>
|
|
<h2 id="delete-tutorials">Delete tutorials</h2>
|
|
<p><strong>To remove these pages, delete the <code>courses</code> folder and see below to delete the associated menu link.</strong></p>
|
|
<h2 id="update-site-menu">Update site menu</h2>
|
|
<p>After renaming or deleting the <code>courses</code> folder, you may wish to update any <code>[[main]]</code> menu links to it by editing your menu configuration at <code>config/_default/menus.toml</code>.</p>
|
|
<p>For example, if you delete this folder, you can remove the following from your menu configuration:</p>
|
|
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-toml" data-lang="toml">[[<span style="color:#a6e22e">main</span>]]
|
|
<span style="color:#a6e22e">name</span> = <span style="color:#e6db74">&#34;Courses&#34;</span>
|
|
<span style="color:#a6e22e">url</span> = <span style="color:#e6db74">&#34;courses/&#34;</span>
|
|
<span style="color:#a6e22e">weight</span> = <span style="color:#ae81ff">50</span>
|
|
</code></pre></div><p>Or, if you are creating a software documentation site, you can rename the <code>courses</code> folder to <code>docs</code> and update the associated <em>Courses</em> menu configuration to:</p>
|
|
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-toml" data-lang="toml">[[<span style="color:#a6e22e">main</span>]]
|
|
<span style="color:#a6e22e">name</span> = <span style="color:#e6db74">&#34;Docs&#34;</span>
|
|
<span style="color:#a6e22e">url</span> = <span style="color:#e6db74">&#34;docs/&#34;</span>
|
|
<span style="color:#a6e22e">weight</span> = <span style="color:#ae81ff">50</span>
|
|
</code></pre></div><h2 id="update-the-docs-menu">Update the docs menu</h2>
|
|
<p>If you use the <em>docs</em> layout, note that the name of the menu in the front matter should be in the form <code>[menu.X]</code> where <code>X</code> is the folder name. Hence, if you rename the <code>courses/example/</code> folder, you should also rename the menu definitions in the front matter of files within <code>courses/example/</code> from <code>[menu.example]</code> to <code>[menu.&lt;NewFolderName&gt;]</code>.</p>
|
|
</description>
|
|
</item>
|
|
|
|
</channel>
|
|
</rss>
|