css: improve topics pages

git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@89 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
bevilj 2018-11-10 22:03:53 +00:00
parent 31f7d97ff6
commit 31040c527b
6 changed files with 14 additions and 3 deletions

View File

@ -7,7 +7,7 @@ layout: main
<h2 class="post-title">{{ page.title }}</h2>
</header>
<div class="post-content">
<div class="post-content list-commands-container">
{{ content }}
<ul>
{% for item in site.pages %}

View File

@ -32,3 +32,7 @@ ul {
.list-commands:hover{
background-color: #646464;
}
.list-commands-container {
padding-top: 0.5rem;
}

View File

@ -2,4 +2,6 @@
layout: topic
category-page: advanced
title: Advanced Commands
---
---
<p>Here we will learn some advanced commands...</p>

View File

@ -2,4 +2,6 @@
layout: topic
category-page: intermediate
title: Intermediate Commands
---
---
<p>Here we will learn some intermediate commands...</p>

View File

@ -4,3 +4,4 @@ category-page: fs
title: Filesystem
---
<p>Here we will learn how to interact with the file system...</p>

View File

@ -3,3 +3,5 @@ layout: topic
category-page: scripts
title: Scripting
---
<p>Here we will learn the basic of shell scripting...</p>