2022-05-11 11:43:46 +03:00
|
|
|
|
```
|
|
|
|
|
.--.
|
|
|
|
|
|o_o | ██╗░░██╗███████╗██╗░░░░░██╗░░░░░██╗░░░██╗░██████╗░
|
|
|
|
|
|:_/ | ██║░░██║██╔════╝██║░░░░░██║░░░░░██║░░░██║██╔════╝░
|
|
|
|
|
// \ \ ███████║█████╗░░██║░░░░░██║░░░░░██║░░░██║██║░░██╗░
|
|
|
|
|
(| | ) ██╔══██║██╔══╝░░██║░░░░░██║░░░░░██║░░░██║██║░░╚██╗
|
|
|
|
|
/'\_ _/`\ ██║░░██║███████╗███████╗███████╗╚██████╔╝╚██████╔╝
|
|
|
|
|
\___)=(___/ ╚═╝░░╚═╝╚══════╝╚══════╝╚══════╝░╚═════╝░░╚═════╝░
|
|
|
|
|
```
|
2021-10-06 14:10:10 +03:00
|
|
|
|
# Hellenic Linux User Group
|
|
|
|
|
|
|
|
|
|
## Καλως Ήλθατε
|
|
|
|
|
|
2021-10-07 10:39:24 +03:00
|
|
|
|
Η Ένωση Χρηστών και Φίλων Λίνουξ Ελλάδας σας καλωσορίζει στη κάψουλα της στη σφαίρα του πρωτοκόλλου Gemini.
|
2021-10-06 14:10:10 +03:00
|
|
|
|
|
|
|
|
|
## Welcome
|
|
|
|
|
|
|
|
|
|
This is the Gemini Capsule of the Hellenic Linux User Group.
|
|
|
|
|
|
|
|
|
|
## Σύνδεσμοι - Links
|
|
|
|
|
|
|
|
|
|
=> https://www.hellug.gr Hellug WebSite
|
|
|
|
|
=> https://forum.hellug.gr Hellug Forum
|
|
|
|
|
=> https://wiki.hellug.gr Hellug Wiki
|
|
|
|
|
=> https://dev.hellug.gr Hellug Git Repositoris
|
|
|
|
|
|
|
|
|
|
## Σελίδες
|
|
|
|
|
{{ $currentPage := . }}{{ range .Site.Menus.main }}{{ if .HasChildren }}
|
|
|
|
|
### {{ .Name }}
|
|
|
|
|
{{ range .Children }}
|
|
|
|
|
=> {{ replace .URL "/gemini" "" 1}} {{ .Name }}{{ end }}
|
|
|
|
|
{{ else }}
|
|
|
|
|
### {{ .Name }}
|
|
|
|
|
{{ end }}{{ end }}
|
|
|
|
|
|
|
|
|
|
## Νέα Άρθρα - New Posts
|
|
|
|
|
|
2022-07-07 18:24:40 +03:00
|
|
|
|
{{ $counter := 0 }}{{ $pages := .Site.RegularPages }}{{ $recentpostlimit := (sub now.Unix 2592000 ) }}{{ range first 15 $pages }}{{ $counter = add $counter 1 }}{{ if eq $counter 1 }}=> {{ replace .Permalink "/gemini" "" 1 | replaceRE `(.*)www\.(.*)` "$1$2" }} {{ dateFormat "02/01/2006" .Date }} - {{ .Title }}
|
|
|
|
|
{{ else }}=> {{ replace .Permalink "/gemini" "" 1 | replaceRE `(.*)www\.(.*)` "$1$2"}} {{ dateFormat "02/01/2006" .Date }} - {{ .Title }}
|
2021-10-06 14:10:10 +03:00
|
|
|
|
{{ end }}{{ end }}
|