From c4458ed3f4f51313944a51401f46a4a3de4c1929 Mon Sep 17 00:00:00 2001 From: Simona Avornicesei Date: Thu, 29 Jul 2021 01:54:27 +0300 Subject: [PATCH] Update CSS and JS in CleanBlog theme #15 Updated CleanBlog theme to v5.0.4 --- themes/Blog/CleanBlog/_Archive.cshtml | 36 +- themes/Blog/CleanBlog/_Footer.cshtml | 50 +- themes/Blog/CleanBlog/_Head.cshtml | 1 - themes/Blog/CleanBlog/_Header.cshtml | 1 + themes/Blog/CleanBlog/_Index.cshtml | 34 +- themes/Blog/CleanBlog/_Layout.cshtml | 192 +- themes/Blog/CleanBlog/_Navbar.cshtml | 2 +- themes/Blog/CleanBlog/_PostHeader.cshtml | 4 +- themes/Blog/CleanBlog/_PostList.cshtml | 10 +- themes/Blog/CleanBlog/_Tag.cshtml | 48 +- .../CleanBlog/assets/css/bootstrap.min.css | 5 - .../Blog/CleanBlog/assets/css/clean-blog.css | 11031 +++++++++++++++- .../CleanBlog/assets/css/font-awesome.min.css | 4 - .../CleanBlog/assets/fonts/FontAwesome.otf | Bin 124988 -> 0 bytes .../assets/fonts/fontawesome-webfont.eot | Bin 76518 -> 0 bytes .../assets/fonts/fontawesome-webfont.svg | 685 - .../assets/fonts/fontawesome-webfont.ttf | Bin 152796 -> 0 bytes .../assets/fonts/fontawesome-webfont.woff | Bin 90412 -> 0 bytes .../assets/fonts/fontawesome-webfont.woff2 | Bin 71896 -> 0 bytes .../fonts/glyphicons-halflings-regular.eot | Bin 20127 -> 0 bytes .../fonts/glyphicons-halflings-regular.svg | 288 - .../fonts/glyphicons-halflings-regular.ttf | Bin 45404 -> 0 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 23424 -> 0 bytes .../fonts/glyphicons-halflings-regular.woff2 | Bin 18028 -> 0 bytes .../CleanBlog/assets/js/Please-compressed.js | 2 - .../assets/js/background-check.min.js | 5 - .../assets/js/bootstrap.bundle.min.js | 7 + .../assets/js/bootstrap.bundle.min.js.map | 1 + .../Blog/CleanBlog/assets/js/bootstrap.min.js | 7 - themes/Blog/CleanBlog/assets/js/clean-blog.js | 62 +- themes/Blog/CleanBlog/assets/js/d3.v3.min.js | 5 - .../CleanBlog/assets/js/font-awesome.all.js | 5 + .../Blog/CleanBlog/assets/js/highlight.min.js | 2119 +++ .../CleanBlog/assets/js/highlight.pack.js | 2 - themes/Blog/CleanBlog/assets/js/jquery.min.js | 4 - .../CleanBlog/assets/js/trianglify.min.js | 1 - 36 files changed, 13089 insertions(+), 1522 deletions(-) delete mode 100644 themes/Blog/CleanBlog/assets/css/bootstrap.min.css delete mode 100644 themes/Blog/CleanBlog/assets/css/font-awesome.min.css delete mode 100644 themes/Blog/CleanBlog/assets/fonts/FontAwesome.otf delete mode 100644 themes/Blog/CleanBlog/assets/fonts/fontawesome-webfont.eot delete mode 100644 themes/Blog/CleanBlog/assets/fonts/fontawesome-webfont.svg delete mode 100644 themes/Blog/CleanBlog/assets/fonts/fontawesome-webfont.ttf delete mode 100644 themes/Blog/CleanBlog/assets/fonts/fontawesome-webfont.woff delete mode 100644 themes/Blog/CleanBlog/assets/fonts/fontawesome-webfont.woff2 delete mode 100644 themes/Blog/CleanBlog/assets/fonts/glyphicons-halflings-regular.eot delete mode 100644 themes/Blog/CleanBlog/assets/fonts/glyphicons-halflings-regular.svg delete mode 100644 themes/Blog/CleanBlog/assets/fonts/glyphicons-halflings-regular.ttf delete mode 100644 themes/Blog/CleanBlog/assets/fonts/glyphicons-halflings-regular.woff delete mode 100644 themes/Blog/CleanBlog/assets/fonts/glyphicons-halflings-regular.woff2 delete mode 100644 themes/Blog/CleanBlog/assets/js/Please-compressed.js delete mode 100644 themes/Blog/CleanBlog/assets/js/background-check.min.js create mode 100644 themes/Blog/CleanBlog/assets/js/bootstrap.bundle.min.js create mode 100644 themes/Blog/CleanBlog/assets/js/bootstrap.bundle.min.js.map delete mode 100644 themes/Blog/CleanBlog/assets/js/bootstrap.min.js delete mode 100644 themes/Blog/CleanBlog/assets/js/d3.v3.min.js create mode 100644 themes/Blog/CleanBlog/assets/js/font-awesome.all.js create mode 100644 themes/Blog/CleanBlog/assets/js/highlight.min.js delete mode 100644 themes/Blog/CleanBlog/assets/js/highlight.pack.js delete mode 100644 themes/Blog/CleanBlog/assets/js/jquery.min.js delete mode 100644 themes/Blog/CleanBlog/assets/js/trianglify.min.js diff --git a/themes/Blog/CleanBlog/_Archive.cshtml b/themes/Blog/CleanBlog/_Archive.cshtml index 79f6137b..b20c6b16 100644 --- a/themes/Blog/CleanBlog/_Archive.cshtml +++ b/themes/Blog/CleanBlog/_Archive.cshtml @@ -12,22 +12,36 @@ Title: Archive .OrderByDescending(x => x.Key)) {

@group.Key

-
+
@Html.Partial("_PostList", group); } - + } \ No newline at end of file diff --git a/themes/Blog/CleanBlog/_Footer.cshtml b/themes/Blog/CleanBlog/_Footer.cshtml index f07a620b..a95e08aa 100644 --- a/themes/Blog/CleanBlog/_Footer.cshtml +++ b/themes/Blog/CleanBlog/_Footer.cshtml @@ -1,19 +1,39 @@ -
-
-
-
+
+
+ +
+
    +
  • +
    + Copyright © @DateTime.Now.Year +
    +
  • +
+ +
+ + +
+
    +
  • @if (Context.String(BlogKeys.RssPath) != null) { - RSS Feed + + + } - @(Context.String(BlogKeys.RssPath) != null && Context.String(BlogKeys.AtomPath) != null ? "|" : "") - @if (Context.String(BlogKeys.AtomPath) != null) { - Atom Feed +
  • +
  • + @if (Context.String(BlogKeys.AtomPath) != null) { + + + } -
    - Generated by Wyam -

    -
+ + +
-
+
+ diff --git a/themes/Blog/CleanBlog/_Head.cshtml b/themes/Blog/CleanBlog/_Head.cshtml index 8b137891..e69de29b 100644 --- a/themes/Blog/CleanBlog/_Head.cshtml +++ b/themes/Blog/CleanBlog/_Head.cshtml @@ -1 +0,0 @@ - diff --git a/themes/Blog/CleanBlog/_Header.cshtml b/themes/Blog/CleanBlog/_Header.cshtml index 8429524c..edf6f93d 100644 --- a/themes/Blog/CleanBlog/_Header.cshtml +++ b/themes/Blog/CleanBlog/_Header.cshtml @@ -1,3 +1,4 @@

@Model.WithoutSettings.String(BlogKeys.Title)

+ @Model.WithoutSettings.String(BlogKeys.Description)
\ No newline at end of file diff --git a/themes/Blog/CleanBlog/_Index.cshtml b/themes/Blog/CleanBlog/_Index.cshtml index c124bf99..4f4a893e 100644 --- a/themes/Blog/CleanBlog/_Index.cshtml +++ b/themes/Blog/CleanBlog/_Index.cshtml @@ -34,23 +34,37 @@
} } - +