Courses on Léa Jean /portfolios/exemple2/courses/ Recent content in Courses on Léa Jean Source Themes academia (https://sourcethemes.com/academic/) en-us Copyright &copy; {year} Sun, 05 May 2019 00:00:00 +0100 Overview 2 /portfolios/exemple2/courses/example.1/ Sun, 09 Sep 2018 00:00:00 +0000 /portfolios/exemple2/courses/example.1/ <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> Overview 3 /portfolios/exemple2/courses/example.2/ Sun, 09 Sep 2018 00:00:00 +0000 /portfolios/exemple2/courses/example.2/ <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> Overview /portfolios/exemple2/courses/example/ Sun, 09 Sep 2018 00:00:00 +0000 /portfolios/exemple2/courses/example/ <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>