diff --git a/themes/hellug-minimal-2/layouts/404.html b/themes/hellug-minimal-2/layouts/404.html deleted file mode 100644 index 5d19475..0000000 --- a/themes/hellug-minimal-2/layouts/404.html +++ /dev/null @@ -1,9 +0,0 @@ -{{ partial "head.html" . }} -
- -

404 Η σελίδα δε βρέθηκε - Page not found

-

Αν βρεθήκατε εδώ αφού ακολουθήσατε κάποιο σύνδεσμο παρακαλούμε επικοινωνήστε με τους διαχειριστές της ιστοσελίδας μέσω του forum του Hellug και ενημερώστε μας για το περιεχόμενο που λείπει

-

If you came here by following a link please contact the site admins within the forum of Hellug to inform us of the missing content

- -

Αρχική - Home

-
diff --git a/themes/hellug-minimal-2/layouts/_default/events.html b/themes/hellug-minimal-2/layouts/_default/events.html deleted file mode 100644 index 198b2f1..0000000 --- a/themes/hellug-minimal-2/layouts/_default/events.html +++ /dev/null @@ -1,41 +0,0 @@ -{{ partial "head.html" . }} - -{{ partial "header.html" . }} - - -
-
-{{ partial .Params.bannertemplate . }} -
- -
- {{ partial "breadcrump.html"}} - -

{{ .Title }}

-
- -
- - - - {{.Content}} - -
- - -{{ partial "column2.html" . }} - -
- -{{ partial "footer.html" . }} - diff --git a/themes/hellug-minimal-2/layouts/_default/list.gopher.txt b/themes/hellug-minimal-2/layouts/_default/list.gopher.txt deleted file mode 100644 index 4083706..0000000 --- a/themes/hellug-minimal-2/layouts/_default/list.gopher.txt +++ /dev/null @@ -1,8 +0,0 @@ -!{{ .Title }} - -{{ .RawContent }} - -{{ range .Pages.ByPublishDate.Reverse }} -0{{ .Title }} {{ replace .RelPermalink "/gopher" "" 1}} hellug.gr 70 -{{ end }} - diff --git a/themes/hellug-minimal-2/layouts/_default/list.html b/themes/hellug-minimal-2/layouts/_default/list.html deleted file mode 100644 index e591035..0000000 --- a/themes/hellug-minimal-2/layouts/_default/list.html +++ /dev/null @@ -1,91 +0,0 @@ -{{ partial "head.html" . }} - -{{ partial "header.html" . }} - - -
-
- {{ if .Params.bannertemplate }} - {{ partial .Params.bannertemplate . }} - {{else}} - {{ partial "hellug-banner.html" . }} - {{end}} -
- -
- - {{.Content}} - - -
-{{ $articlelimit := 5 }} -{{ $articlenum := len .Pages }} -{{ $counter := 0 }} -{{ $recentpostlimit := (sub now.Unix 31536000 ) }} -{{ range first $articlelimit .Pages }} -{{ $counter = add $counter 1 }} -{{ if eq $counter 1 }} - -
-
-

{{ .Title }} - - {{ if lt $recentpostlimit .Date.Unix }} - Nέο

- {{ end }} -
-
- {{ .Summary }} - -

Περισσότερα... -

-
-
- -{{else}} -
-
-

{{ .Title }} - - {{ if lt $recentpostlimit .Date.Unix }} - Nέο

- {{ end }} -
-
- {{ .Summary }} -

Περισσότερα... -

-
-
-{{ end }} -{{ end }} - - -{{ if gt $articlenum $articlelimit }} - -
-
-

Παλαιότερα άρθρα -

-
-
    - {{ range after 10 .Pages }} -
  • {{ .Title }} -
  • - {{ end }} -
-
-
- - -{{ end }} -
-
- - -{{ partial "column2.html" . }} - - - -{{ partial "footer.html" . }} - diff --git a/themes/hellug-minimal-2/layouts/_default/meetups.html b/themes/hellug-minimal-2/layouts/_default/meetups.html deleted file mode 100644 index 5e819d4..0000000 --- a/themes/hellug-minimal-2/layouts/_default/meetups.html +++ /dev/null @@ -1,40 +0,0 @@ -{{ partial "head.html" . }} - -{{ partial "header.html" . }} - - -
-
-{{ partial .Params.bannertemplate . }} -
- -
- {{ partial "breadcrump.html"}} - -

{{ .Title }}

-
- -
- - {{.Content}} - -
-
- - -{{ partial "column2.html" . }} - -
- -{{ partial "footer.html" . }} - diff --git a/themes/hellug-minimal-2/layouts/_default/news.html b/themes/hellug-minimal-2/layouts/_default/news.html deleted file mode 100644 index dbdad87..0000000 --- a/themes/hellug-minimal-2/layouts/_default/news.html +++ /dev/null @@ -1,30 +0,0 @@ -{{ partial "head.html" . }} - -{{ partial "header.html" . }} - - -
-
-{{ partial .Params.bannertemplate . }} -
- -
- {{ partial "breadcrump.html"}} - -

{{ .Title }}

-
-
- - - - {{.Content}} - -
- - -{{ partial "column2.html" . }} - -
- -{{ partial "footer.html" . }} - diff --git a/themes/hellug-minimal-2/layouts/_default/pages.gmi b/themes/hellug-minimal-2/layouts/_default/pages.gmi deleted file mode 100644 index df70f63..0000000 --- a/themes/hellug-minimal-2/layouts/_default/pages.gmi +++ /dev/null @@ -1,30 +0,0 @@ -# {{ .Title }}{{ $scratch := newScratch }} -{{ $content := .RawContent -}} -{{ $content := $content | replaceRE `` "\n" -}} -{{ $content := $content | replaceRE `
` "\n" -}} -{{ $content := $content | replaceRE `` "\n" -}} -{{ $content := $content | replaceRE `(.+?)` "[$2]($1)" -}} -{{ $content := $content | plainify -}} -{{ $content := $content | replaceRE `#### ` "### " -}} -{{ $content := $content | replaceRE `\n- (.+?)` "\n* $1" -}} -{{ $content := $content | replaceRE `\n(\d+). (.+?)` "\n* $2" -}} -{{ $content := $content | replaceRE `\[\^(.+?)\]:?` "" -}} -{{ $content := $content | replaceRE `\sgemini://(\S*)` " [gemini://$1](gemini://$1)" -}} -{{ $content := $content | replaceRE "([^`])<.*?>([^`])" "$1$2" -}} -{{ $content := $content | replaceRE `\n\n!\[.*\]\((.+?) \"(.+?)\"\)` "\n\n=> $1 Image: $2" -}} -{{ $content := $content | replaceRE `\n\n!\[.*]\((.+?)\)` "\n\n=> $1 Embedded Image: $1" -}} -{{ $links := findRE `\n=> ` $content }}{{ $scratch.Set "ref" (add (len $links) 1) }} -{{ $refs := findRE `\[.+?\]\(.+?\)` $content }} -{{ $scratch.Set "content" $content }}{{ range $refs }}{{ $ref := $scratch.Get "ref" }}{{ $contentInLoop := $scratch.Get "content" }}{{ $url := (printf "%s #%d" . $ref) }}{{ $contentInLoop := replace $contentInLoop . $url -}}{{ $scratch.Set "content" $contentInLoop }}{{ $scratch.Set "ref" (add $ref 1) }}{{ end }}{{ $content := $scratch.Get "content" | replaceRE `\[(.+?)\]\((.+?)\) #(\d+)` "$1 [$3]" -}} -{{ $content | safeHTML }} - - -{{ $scratch.Set "ref" (add (len $links) 1) }}{{ if $refs }} -## Παραπομπές -{{ range $refs }}{{ $ref := $scratch.Get "ref" }}{{ $url := (printf "%s #%d" . $ref) }} -=> {{ $url | replaceRE `\[(.+?)\]\((.+?)\) #(\d+)` "$2 [$3] $1 ($2)" -}} -{{ $scratch.Set "ref" (add $ref 1) }}{{ end}} ----{{end}} - -=> / Αρχική -=> https://www.hellug.gr{{ replace (replace .RelPermalink "/gemini" "" 1) "index.gmi" "" }} Έκδοση HTML - Web Page diff --git a/themes/hellug-minimal-2/layouts/_default/pages.html b/themes/hellug-minimal-2/layouts/_default/pages.html deleted file mode 100644 index 5e074f9..0000000 --- a/themes/hellug-minimal-2/layouts/_default/pages.html +++ /dev/null @@ -1,35 +0,0 @@ -{{ partial "head.html" . }} - -{{ partial "header.html" . }} - - -
- {{ if .Params.bannertemplate }} - {{ partial .Params.bannertemplate . }} - {{else}} - {{ partial "hellug-banner.html" . }} - {{end}} - -
-
-
- {{ partial "breadcrump.html"}} - -

{{ .Title }}

-
-
- - {{.Content}} - -
-
-
-
- - -{{ partial "column2.html" . }} - -
- -{{ partial "footer.html" . }} - diff --git a/themes/hellug-minimal-2/layouts/_default/single.gmi b/themes/hellug-minimal-2/layouts/_default/single.gmi deleted file mode 100644 index 9a516f5..0000000 --- a/themes/hellug-minimal-2/layouts/_default/single.gmi +++ /dev/null @@ -1,33 +0,0 @@ -# {{ .Title }} - {{ dateFormat "02/01/2006" .Date }}{{ $scratch := newScratch }} -{{ $content := .RawContent -}} -{{ $content := $content | replaceRE "
" "\n" -}} -{{ $content := $content | replaceRE "" "\n" -}} -{{ $content := $content | replaceRE "" "\n" -}} -{{ $content := $content | replaceRE `(.+?)` "[$2]($1)" -}} -{{ $content := $content | plainify -}} -{{ $content := $content | replaceRE `#### ` "### " -}} -{{ $content := $content | replaceRE `\n- (.+?)` "\n* $1" -}} -{{ $content := $content | replaceRE `\n(\d+). (.+?)` "\n* $2" -}} -{{ $content := $content | replaceRE `\[\^(.+?)\]:?` "" -}} -{{ $content := $content | replaceRE `\sgemini://(\S*)` " [gemini://$1](gemini://$1)" -}} -{{ $content := $content | replaceRE `([^"])<.*?>([^"])` "$1$2" -}} -{{ $content := $content | replaceRE `\n\n!\[.*\]\((.+?) \"(.+?)\"\)` "\n\n=> $1 Image: $2" -}} -{{ $content := $content | replaceRE `\n\n!\[.*]\((.+?)\)` "\n\n=> $1 Embedded Image: $1" -}} -{{ $links := findRE "\n=> " $content }}{{ $scratch.Set "ref" (add (len $links) 1) }} -{{ $refs := findRE `\[.+?\]\(.+?\)` $content }} -{{ $scratch.Set "content" $content }}{{ range $refs }}{{ $ref := $scratch.Get "ref" }}{{ $contentInLoop := $scratch.Get "content" }}{{ $url := (printf "%s #%d" . $ref) }}{{ $contentInLoop := replace $contentInLoop . $url -}}{{ $scratch.Set "content" $contentInLoop }}{{ $scratch.Set "ref" (add $ref 1) }}{{ end }}{{ $content := $scratch.Get "content" | replaceRE `\[(.+?)\]\((.+?)\) #(\d+)` "$1 [$3]" -}} -{{ $content | safeHTML }} - ---- -{{ $scratch.Set "ref" (add (len $links) 1) }}{{ if $refs }} -## Παραπομπές -{{ range $refs }}{{ $ref := $scratch.Get "ref" }}{{ $url := (printf "%s #%d" . $ref) }} -=> {{ $url | replaceRE `\[(.+?)\]\((.+?)\) #(\d+)` "$2 [$3] $1 ($2)" -}} -{{ $scratch.Set "ref" (add $ref 1) }}{{ end}}---{{end}} - -{{ if .Next }}=> {{ replace .Next.RelPermalink "/gemini" "" 1}} ← Νεότερο: {{ dateFormat "02/01/2006" .Next.Date }} - {{ .Next.Title }}{{ end }} -{{ if .Prev -}}=> {{ replace .Prev.RelPermalink "/gemini" "" 1}} → Παλαιότερο: {{ dateFormat "02/01/2006" .Prev.Date }} - {{ .Prev.Title }}{{- end }} - -=> / Αρχική -=> https://www.hellug.gr{{ replace (replace .RelPermalink "/gemini" "" 1) "index.gmi" "" }} Έκδοση HTML - Web Page - diff --git a/themes/hellug-minimal-2/layouts/_default/single.gopher.txt b/themes/hellug-minimal-2/layouts/_default/single.gopher.txt deleted file mode 100644 index ccb98a3..0000000 --- a/themes/hellug-minimal-2/layouts/_default/single.gopher.txt +++ /dev/null @@ -1,4 +0,0 @@ -# {{ .Title }} - -{{ .Date.Format (.Site.Params.dateform | default "January 2006") }} -{{ .RawContent }} diff --git a/themes/hellug-minimal-2/layouts/_default/single.html b/themes/hellug-minimal-2/layouts/_default/single.html deleted file mode 100644 index 12e71e6..0000000 --- a/themes/hellug-minimal-2/layouts/_default/single.html +++ /dev/null @@ -1,23 +0,0 @@ -{{ partial "head.html" . }} - -{{ partial "header.html" . }} - - -
-
-{{ partial .Params.bannertemplate . }} -
- -
- - {{.Content}} - -
- - -{{ partial "column2.html" . }} - - - -{{ partial "footer.html" . }} - diff --git a/themes/hellug-minimal-2/layouts/_default/terms.html b/themes/hellug-minimal-2/layouts/_default/terms.html deleted file mode 100644 index a656165..0000000 --- a/themes/hellug-minimal-2/layouts/_default/terms.html +++ /dev/null @@ -1,87 +0,0 @@ -{{ partial "head.html" . }} - -{{ partial "header.html" . }} - - -
-
-{{ partial "hellug-banner.html" . }} -
- -
- - {{.Content}} - - -
-{{ $articlelimit := 5 }} -{{ $articlenum := len .Pages }} -{{ $counter := 0 }} -{{ $lastyear := (sub now.Unix 31536000 ) }} -{{ range first $articlelimit .Pages }} -{{ $counter = add $counter 1 }} -{{ if eq $counter 1 }} - -
-
-

{{ .Title }} - - {{ if lt $lastyear .Date.Unix }} - Nέο

- {{ end }} -
-
- {{ .Summary }} - -

Περισσότερα... -

-
-
- -{{else}} -
-
-

{{ .Title }} - - {{ if lt $lastyear .Date.Unix }} - Nέο

- {{ end }} -
-
- {{ .Summary }} -

Περισσότερα... -

-
-
-{{ end }} -{{ end }} - - - -{{ if gt $articlenum $articlelimit }} -
-
-

Παλαιότερα άρθρα -

-
-
    - {{ range after 10 .Pages }} -
  • {{ .Title }} -
  • - {{ end }} -
-
-
-{{ end }} - - -
-
- - -{{ partial "column2.html" . }} - - - -{{ partial "footer.html" . }} - diff --git a/themes/hellug-minimal-2/layouts/_default/tests.html b/themes/hellug-minimal-2/layouts/_default/tests.html deleted file mode 100644 index b88f530..0000000 --- a/themes/hellug-minimal-2/layouts/_default/tests.html +++ /dev/null @@ -1,36 +0,0 @@ -{{ partial "head.html" . }} - -{{ partial "header.html" . }} - - -
- {{ if .Params.bannertemplate }} - {{ partial .Params.bannertemplate . }} - {{else}} - {{ partial "hellug-banner.html" . }} - {{end}} - -
-
-
- {{ partial "breadcrump.html"}} - -

{{ .Title }}

-
-
- - {{.Content}} - - -
-
-
-
- - -{{ partial "column2.html" . }} - -
- -{{ partial "footer.html" . }} - diff --git a/themes/hellug-minimal-2/layouts/draseis/draseis.event.html b/themes/hellug-minimal-2/layouts/draseis/draseis.event.html deleted file mode 100644 index a656165..0000000 --- a/themes/hellug-minimal-2/layouts/draseis/draseis.event.html +++ /dev/null @@ -1,87 +0,0 @@ -{{ partial "head.html" . }} - -{{ partial "header.html" . }} - - -
-
-{{ partial "hellug-banner.html" . }} -
- -
- - {{.Content}} - - -
-{{ $articlelimit := 5 }} -{{ $articlenum := len .Pages }} -{{ $counter := 0 }} -{{ $lastyear := (sub now.Unix 31536000 ) }} -{{ range first $articlelimit .Pages }} -{{ $counter = add $counter 1 }} -{{ if eq $counter 1 }} - -
-
-

{{ .Title }} - - {{ if lt $lastyear .Date.Unix }} - Nέο

- {{ end }} -
-
- {{ .Summary }} - -

Περισσότερα... -

-
-
- -{{else}} -
-
-

{{ .Title }} - - {{ if lt $lastyear .Date.Unix }} - Nέο

- {{ end }} -
-
- {{ .Summary }} -

Περισσότερα... -

-
-
-{{ end }} -{{ end }} - - - -{{ if gt $articlenum $articlelimit }} -
-
-

Παλαιότερα άρθρα -

-
-
    - {{ range after 10 .Pages }} -
  • {{ .Title }} -
  • - {{ end }} -
-
-
-{{ end }} - - -
-
- - -{{ partial "column2.html" . }} - - - -{{ partial "footer.html" . }} - diff --git a/themes/hellug-minimal-2/layouts/draseis/draseis.palaioteres-drastiriotites.html b/themes/hellug-minimal-2/layouts/draseis/draseis.palaioteres-drastiriotites.html deleted file mode 100644 index a656165..0000000 --- a/themes/hellug-minimal-2/layouts/draseis/draseis.palaioteres-drastiriotites.html +++ /dev/null @@ -1,87 +0,0 @@ -{{ partial "head.html" . }} - -{{ partial "header.html" . }} - - -
-
-{{ partial "hellug-banner.html" . }} -
- -
- - {{.Content}} - - -
-{{ $articlelimit := 5 }} -{{ $articlenum := len .Pages }} -{{ $counter := 0 }} -{{ $lastyear := (sub now.Unix 31536000 ) }} -{{ range first $articlelimit .Pages }} -{{ $counter = add $counter 1 }} -{{ if eq $counter 1 }} - -
-
-

{{ .Title }} - - {{ if lt $lastyear .Date.Unix }} - Nέο

- {{ end }} -
-
- {{ .Summary }} - -

Περισσότερα... -

-
-
- -{{else}} -
-
-

{{ .Title }} - - {{ if lt $lastyear .Date.Unix }} - Nέο

- {{ end }} -
-
- {{ .Summary }} -

Περισσότερα... -

-
-
-{{ end }} -{{ end }} - - - -{{ if gt $articlenum $articlelimit }} -
-
-

Παλαιότερα άρθρα -

-
-
    - {{ range after 10 .Pages }} -
  • {{ .Title }} -
  • - {{ end }} -
-
-
-{{ end }} - - -
-
- - -{{ partial "column2.html" . }} - - - -{{ partial "footer.html" . }} - diff --git a/themes/hellug-minimal-2/layouts/draseis/list.html b/themes/hellug-minimal-2/layouts/draseis/list.html deleted file mode 100644 index a656165..0000000 --- a/themes/hellug-minimal-2/layouts/draseis/list.html +++ /dev/null @@ -1,87 +0,0 @@ -{{ partial "head.html" . }} - -{{ partial "header.html" . }} - - -
-
-{{ partial "hellug-banner.html" . }} -
- -
- - {{.Content}} - - -
-{{ $articlelimit := 5 }} -{{ $articlenum := len .Pages }} -{{ $counter := 0 }} -{{ $lastyear := (sub now.Unix 31536000 ) }} -{{ range first $articlelimit .Pages }} -{{ $counter = add $counter 1 }} -{{ if eq $counter 1 }} - -
-
-

{{ .Title }} - - {{ if lt $lastyear .Date.Unix }} - Nέο

- {{ end }} -
-
- {{ .Summary }} - -

Περισσότερα... -

-
-
- -{{else}} -
-
-

{{ .Title }} - - {{ if lt $lastyear .Date.Unix }} - Nέο

- {{ end }} -
-
- {{ .Summary }} -

Περισσότερα... -

-
-
-{{ end }} -{{ end }} - - - -{{ if gt $articlenum $articlelimit }} -
-
-

Παλαιότερα άρθρα -

-
-
    - {{ range after 10 .Pages }} -
  • {{ .Title }} -
  • - {{ end }} -
-
-
-{{ end }} - - -
-
- - -{{ partial "column2.html" . }} - - - -{{ partial "footer.html" . }} - diff --git a/themes/hellug-minimal-2/layouts/draseis/terms.html b/themes/hellug-minimal-2/layouts/draseis/terms.html deleted file mode 100644 index e7af72a..0000000 --- a/themes/hellug-minimal-2/layouts/draseis/terms.html +++ /dev/null @@ -1,67 +0,0 @@ -{{ partial "head.html" . }} - -{{ partial "header.html" . }} - - -
-
- {{ if .Params.bannertemplate }} - {{ partial .Params.bannertemplate . }} - {{else}} - {{ partial "hellug-banner.html" . }} - {{end}} -
- -
- - {{.Content}} - - -
-{{ $articlelimit := 10 }} -{{ $articlenum := len .Pages }} -{{ $lastyear := (sub now.Unix 31536000 ) }} -{{ range first $articlelimit .Pages }} -
-
-

{{ .Title }} - {{ if lt $lastyear .Date.Unix }} - Nέο

- {{ end }} -
-
- {{ .Summary }} -

Περισσότερα... -

-
-
-{{ end }} - - -{{ if gt $articlenum $articlelimit }} - -
-
-

Άλλες Κατηγορίες -

-
-
    - {{ range after 10 .Pages }} -
  • {{ .Title }} - {{ end }} -
-
-
- - -{{ end }} -
-
- - -{{ partial "column2.html" . }} - - - -{{ partial "footer.html" . }} - diff --git a/themes/hellug-minimal-2/layouts/index.html b/themes/hellug-minimal-2/layouts/index.html deleted file mode 100644 index 9e02e22..0000000 --- a/themes/hellug-minimal-2/layouts/index.html +++ /dev/null @@ -1,42 +0,0 @@ -{{ partial "head.html" . }} -{{ partial "header.html" . }} - - - -{{.Content}} - - -{{ $counter := 0 }} -{{ $pages := .Site.RegularPages }} -{{ $recentpostlimit := (sub now.Unix 2592000 ) }} -{{ range first 5 $pages }} -{{ $counter = add $counter 1 }} -{{ if eq $counter 1 }} - - -

-{{ .Title }} {{ dateFormat "02/01/2006" .Date }} {{ if lt $recentpostlimit .Date.Unix }}Nέο -{{ end }} -

-

{{ .Summary | plainify | safeHTML }}

- -{{ else }} -

{{ .Title }} -{{ dateFormat "02/01/2006" .Date }} -{{ if lt $recentpostlimit .Date.Unix }} -Nέο {{ end }}

-

{{ .Summary }}

-{{ end}} - - -{{ end }} - - - - -{{ partial "column2.html" . }} - - -{{ partial "footer.html" . }} - - diff --git a/themes/hellug-minimal-2/layouts/partials/breadcrump.html b/themes/hellug-minimal-2/layouts/partials/breadcrump.html deleted file mode 100644 index b55f9ca..0000000 --- a/themes/hellug-minimal-2/layouts/partials/breadcrump.html +++ /dev/null @@ -1,7 +0,0 @@ - - diff --git a/themes/hellug-minimal-2/layouts/partials/carousel.html b/themes/hellug-minimal-2/layouts/partials/carousel.html deleted file mode 100644 index 186664f..0000000 --- a/themes/hellug-minimal-2/layouts/partials/carousel.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - diff --git a/themes/hellug-minimal-2/layouts/partials/column2.html b/themes/hellug-minimal-2/layouts/partials/column2.html deleted file mode 100644 index f139bb9..0000000 --- a/themes/hellug-minimal-2/layouts/partials/column2.html +++ /dev/null @@ -1,71 +0,0 @@ -
-
-
- HEL.L.U.G Meetups! - {{ $counter := 0 }} - {{ range first 3 (index .Site.Taxonomies.draseis "meetups") }} - {{ if .Params.meetupdate }} - {{ $meetuptime := time .Params.meetupdate }} - {{ $meetuptimeunix := add $meetuptime.Unix 86400 }} - {{ if ge $meetuptimeunix now.Unix }} - {{ $counter = add $counter 1 }} - - Nέο - {{ dateFormat "02/01/2006" $meetuptime }} - {{ .Params.meetuplocation }} - - {{ end }} - {{ end }} - {{ end }} - {{ if eq $counter 0 }} - Δεν υπάρχουν - {{ end }} -
-
- Εκδηλώσεις - - {{ $counter = 0 }} - {{ $newlimit := (sub now.Unix 604800 ) }} - {{ range first 5 (index .Site.Taxonomies.draseis "event") }} - {{ if .Params.eventdate }} - {{ $eventtime := time .Params.eventdate }} - {{ if ge $eventtime.Unix now.Unix }} - {{ $counter = add $counter 1 }} - - {{ if lt .Date.Unix $newlimit }} - Nέο - {{ end }} - {{ dateFormat "02/01/2006" $eventtime }} - {{ .Title }} - - {{ end }} - {{ end }} - {{ end }} - {{ if eq $counter 0 }} - Δεν υπάρχουν - {{ end }} -
-
-
-

HEL.L.U.G. Sites

-
-
- -
-
-
-
-

Ακολουθήστε τον HEL.L.U.G.

-
-
- -
-
- -
diff --git a/themes/hellug-minimal-2/layouts/partials/footer.html b/themes/hellug-minimal-2/layouts/partials/footer.html deleted file mode 100644 index 383e7d3..0000000 --- a/themes/hellug-minimal-2/layouts/partials/footer.html +++ /dev/null @@ -1,50 +0,0 @@ -
-
    - {{ $currentPage := . }} - {{ range .Site.Menus.main }} - {{ if .HasChildren }} -
  • {{ .Name }}
    - -
  • - {{ else }} -
  • -
    {{ .Name }}
    - -
  • - {{ end }} - {{ end }} -
  • Σύνδεσμοι
    -
      - {{ range .Site.Data.main.links.hellug }} -
    • {{ .name }}
    • - {{ end }} -
    -
  • -
-
- -
-Credits Ιστοσελίδας - - - -
- - - diff --git a/themes/hellug-minimal-2/layouts/partials/head.html b/themes/hellug-minimal-2/layouts/partials/head.html deleted file mode 100644 index e6a5db3..0000000 --- a/themes/hellug-minimal-2/layouts/partials/head.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - {{ .Title }} | HELLUG - - - - - - - - {{ range .AlternativeOutputFormats -}} - {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} - {{ end -}} - - diff --git a/themes/hellug-minimal-2/layouts/partials/header.html b/themes/hellug-minimal-2/layouts/partials/header.html deleted file mode 100644 index 7c5e12d..0000000 --- a/themes/hellug-minimal-2/layouts/partials/header.html +++ /dev/null @@ -1,7 +0,0 @@ -Home - -{{ $currentPage := . }} -{{ range .Site.Menus.main }} -{{ .Name }} -{{ end }} - diff --git a/themes/hellug-minimal-2/layouts/partials/hellug-banner.html b/themes/hellug-minimal-2/layouts/partials/hellug-banner.html deleted file mode 100644 index 2364f24..0000000 --- a/themes/hellug-minimal-2/layouts/partials/hellug-banner.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/themes/hellug-minimal-2/layouts/partials/null.html b/themes/hellug-minimal-2/layouts/partials/null.html deleted file mode 100644 index e69de29..0000000 diff --git a/themes/hellug-minimal-2/layouts/partials/rss.html b/themes/hellug-minimal-2/layouts/partials/rss.html deleted file mode 100644 index 4401bc5..0000000 --- a/themes/hellug-minimal-2/layouts/partials/rss.html +++ /dev/null @@ -1 +0,0 @@ -{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }} diff --git a/themes/hellug-minimal-2/theme.toml b/themes/hellug-minimal-2/theme.toml deleted file mode 100644 index 79400b4..0000000 --- a/themes/hellug-minimal-2/theme.toml +++ /dev/null @@ -1,11 +0,0 @@ -name = "hellug-minimal" -license = "GPL-2" -description = "hellug minimal/compatible UI." -homepage = "https://dev.hellug.gr" -tags = ["blog","simple","responsive","minimal","tags","personal","clean","shortcodes"] -features = ["blog", "Clean and minimal", "Responsive", "Syntax highlighting",] -min_version = "0.41" - -[author] - name = "Hellug Devs" - homepage = "https://dev.hellug.gr"