Αυτό το commit περιλαμβάνεται σε:
Fanis Dokianakis 2024-01-16 23:42:29 +02:00
γονέας 88adf667a0
commit 414aa9dbd0
21 αρχεία άλλαξαν με 91 προσθήκες και 20 διαγραφές

@ -9,7 +9,7 @@
html {
color: #232333;
font-family: 'Roboto Mono', monospace;
font-size: 15px;
font-size: 17px;
line-height: 1.6em;
}
body{
@ -185,6 +185,12 @@ footer {
margin-bottom: 0;
}
main h2 {
margin-bottom: 0;
font-size: 1.8rem;
margin-top: 2em;
}
time {
color: grey;
}
@ -194,6 +200,12 @@ article .title {
margin-bottom: 1em;
}
article h2 {
margin-bottom: 0;
font-size: 1.2rem;
margin-top: 2em;
}
/* Callout */
.callout {

@ -13,11 +13,11 @@
</div>
<p> Το Magaz είναι το πρώτο ελληνικό on-line περιοδικό για το Linux και το Open Source. Απευθύνεται σε όλους τους θιασώτες του Linux, καλύπτοντας ποικίλα θέματα, για χρήστες χαμηλού, μέσου και υψηλού επιπέδου. Είναι πόνημα εθελοντών, της Ελληνικής κοινότητας του Linux και διατίθεται δωρεάν, μέσω του Web. </p>
{{ range $key, $value := .Site.Taxonomies.issue.Alphabetical.Reverse }}
<h2 class="title"> {{ $value.Page.Title }} </h2>
<h2 class="listing"> {{ $value.Page.Title }} </h2>
{{ range .Pages }}
<section class="list-item">
<h1 class="title"><a href="{{ .RelPermalink }}">{{.Title}}</a></h1>
<time>{{ dateFormat "Jan 2, 2006" .Date }}{{ if .Draft }} <span class="draft-label">DRAFT</span> {{ end }}</time>
<time>{{ dateFormat "Jan, 2006" .Date }}{{ if .Draft }} <span class="draft-label">DRAFT</span> {{ end }}</time>
<br><div class="description">
{{ if isset .Params "description" }}
{{ .Description }}

@ -5,7 +5,7 @@
{{- end -}}
</div>
<div class="footer-info">
<a href="https://www.hellug.gr">Hellug</a>
<a href="https://magaz.hellug.gr">Hellug Magaz</a>
</div>
</footer>
{{ if not .Site.IsServer }}