diff --git a/content/blog/2018-06-01-old-blog-example.md b/content/blog/2018-06-01-old-blog-example.md deleted file mode 100644 index 0307d36..0000000 --- a/content/blog/2018-06-01-old-blog-example.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Old -description: 2018-01-01 -menu: blog_2018 -weight: 999 ---- - -# Title - -coming...... \ No newline at end of file diff --git a/content/blog/2018-06-03-new-blog-example.md b/content/blog/2018-06-03-new-blog-example.md deleted file mode 100644 index f06bb9c..0000000 --- a/content/blog/2018-06-03-new-blog-example.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: New -description: 2018-06-11 -menu: blog_2018 -weight: 998 ---- - -# Title - -coming...... \ No newline at end of file diff --git a/content/blog/_index.md b/content/blog/_index.md deleted file mode 100644 index 7bbffe7..0000000 --- a/content/blog/_index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Blog -description: Happy journey with Actix -menu: - blog_intro: - name: Welcome -weight: 1 ---- - -Welcome to Actix blogs. \ No newline at end of file diff --git a/layouts/blog/baseof.html b/layouts/blog/baseof.html deleted file mode 100644 index a7bcfbb..0000000 --- a/layouts/blog/baseof.html +++ /dev/null @@ -1,60 +0,0 @@ -{{ partial "header" . }} -{{ $currentURL := .URL }} - -
{{ .Description }}
- {{ end }} -