From a6fc1a5ccf4e49c37dec5f1403f53606088982b1 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 15 Dec 2024 15:48:01 +0300 Subject: Auto-commit 2024-12-15 --- assets/icons/git.svg | 13 +++++++++++++ assets/icons/golang.svg | 12 ++++++++++++ assets/icons/link.svg | 8 ++++++++ content/projects/sh.org.ru.md | 3 ++- layouts/go/single.html | 7 ++++--- layouts/partials/footer.html | 2 +- layouts/projects/single.html | 21 +++++++++++++++++++++ 7 files changed, 61 insertions(+), 5 deletions(-) create mode 100644 assets/icons/git.svg create mode 100644 assets/icons/golang.svg create mode 100644 assets/icons/link.svg create mode 100644 layouts/projects/single.html diff --git a/assets/icons/git.svg b/assets/icons/git.svg new file mode 100644 index 0000000..53becfa --- /dev/null +++ b/assets/icons/git.svg @@ -0,0 +1,13 @@ + + + + + + + + + + \ No newline at end of file diff --git a/assets/icons/golang.svg b/assets/icons/golang.svg new file mode 100644 index 0000000..c92e99d --- /dev/null +++ b/assets/icons/golang.svg @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/assets/icons/link.svg b/assets/icons/link.svg new file mode 100644 index 0000000..bb1a29d --- /dev/null +++ b/assets/icons/link.svg @@ -0,0 +1,8 @@ + + + + + + \ No newline at end of file diff --git a/content/projects/sh.org.ru.md b/content/projects/sh.org.ru.md index 0d4a906..d5ff77c 100644 --- a/content/projects/sh.org.ru.md +++ b/content/projects/sh.org.ru.md @@ -1,7 +1,8 @@ +++ description = 'Цитатник рунета' -project_url = 'https://sh.org.ru/' title = 'sh.org.ru' +project_url = 'https://sh.org.ru/' +git_url = 'https://git.neonxp.ru/shorgru.git/' +++ Просто воскрешение того самого Башорга. Развивать не собираюсь, просто пусть будет. \ No newline at end of file diff --git a/layouts/go/single.html b/layouts/go/single.html index 120c01d..a1c2407 100644 --- a/layouts/go/single.html +++ b/layouts/go/single.html @@ -2,9 +2,10 @@
{{ partial "single/header.html" . }} -
- Установка: -
go get -u neonxp.ru/go/{{ .Params.Name }}@latest
+
{{ .Content }}
{{ partial "single/footer.html" . }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 99ec25a..93ba7b0 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,4 +1,4 @@ -