From f7f4eb7e06f0a23af7d1d4cb4537b26c774d422e Mon Sep 17 00:00:00 2001 From: NeonXP Date: Wed, 3 Jan 2024 19:25:00 +0300 Subject: [PATCH] modules --- .gitmodules | 2 +- layouts/archive/single.html | 50 ++++++++++++++++++++++++++++ layouts/partials/posts/commento.html | 2 -- layouts/posts/single.html | 50 ++++++++++++++++++++++++++++ layouts/projects/single.html | 50 ++++++++++++++++++++++++++++ readme.md | 2 +- 6 files changed, 152 insertions(+), 4 deletions(-) create mode 100644 layouts/archive/single.html delete mode 100644 layouts/partials/posts/commento.html create mode 100644 layouts/posts/single.html create mode 100644 layouts/projects/single.html diff --git a/.gitmodules b/.gitmodules index fd46ec6..f86ccf2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "coder"] path = themes/coder - url = git@gitrepo.ru:NeonXP/coder.git + url = https://gitrepo.ru/NeonXP/coder.git diff --git a/layouts/archive/single.html b/layouts/archive/single.html new file mode 100644 index 0000000..962b234 --- /dev/null +++ b/layouts/archive/single.html @@ -0,0 +1,50 @@ +{{ define "title" }} + {{ .Title }} · {{ .Site.Title }} +{{ end }} +{{ define "content" }} +
+
+
+
+

+ + {{ .Title }} + +

+
+ +
+ +
+ {{ if .Params.featuredImage }} + Илюстрация поста + {{ end }} + {{ .Content }} +
+ + +
+

Комментарии

+
+
+
+ + {{ partial "posts/math.html" . }} +
+{{ end }} diff --git a/layouts/partials/posts/commento.html b/layouts/partials/posts/commento.html deleted file mode 100644 index 656dbb5..0000000 --- a/layouts/partials/posts/commento.html +++ /dev/null @@ -1,2 +0,0 @@ -

Комментарии

-
\ No newline at end of file diff --git a/layouts/posts/single.html b/layouts/posts/single.html new file mode 100644 index 0000000..962b234 --- /dev/null +++ b/layouts/posts/single.html @@ -0,0 +1,50 @@ +{{ define "title" }} + {{ .Title }} · {{ .Site.Title }} +{{ end }} +{{ define "content" }} +
+
+
+
+

+ + {{ .Title }} + +

+
+ +
+ +
+ {{ if .Params.featuredImage }} + Илюстрация поста + {{ end }} + {{ .Content }} +
+ + +
+

Комментарии

+
+
+
+ + {{ partial "posts/math.html" . }} +
+{{ end }} diff --git a/layouts/projects/single.html b/layouts/projects/single.html new file mode 100644 index 0000000..962b234 --- /dev/null +++ b/layouts/projects/single.html @@ -0,0 +1,50 @@ +{{ define "title" }} + {{ .Title }} · {{ .Site.Title }} +{{ end }} +{{ define "content" }} +
+
+
+
+

+ + {{ .Title }} + +

+
+ +
+ +
+ {{ if .Params.featuredImage }} + Илюстрация поста + {{ end }} + {{ .Content }} +
+ + + +
+ + {{ partial "posts/math.html" . }} +
+{{ end }} diff --git a/readme.md b/readme.md index 5a0089e..79d74ec 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,3 @@ ![Build status](https://ci.gitrepo.ru/api/badges/neonxp/blog/status.svg) -Исходники моего блога https://neonxp.dev/ \ No newline at end of file +Исходники моего блога https://neonxp.ru/ \ No newline at end of file