From f873df21d54c735513db4124a97d51d23c62b3c2 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Thu, 23 Jul 2020 13:59:20 +0530 Subject: [PATCH] update examplesite --- config.toml | 9 ++++---- content/_index.md | 3 --- content/about.md | 25 --------------------- content/homepage/about.md | 7 ------ content/homepage/index.md | 3 --- content/homepage/work.md | 7 ------ content/post/_index.md | 6 ----- content/posts/2020Post.md | 5 +++++ content/{post => posts}/emoji-support.md | 0 content/{post => posts}/markdown-syntax.md | 0 content/{post => posts}/math-typesetting.md | 0 content/{post => posts}/placeholder-text.md | 0 content/{post => posts}/rich-content.md | 1 - layouts/.gitkeep | 0 static/.gitignore | 0 15 files changed, 9 insertions(+), 57 deletions(-) delete mode 100644 content/_index.md delete mode 100644 content/about.md delete mode 100644 content/homepage/about.md delete mode 100644 content/homepage/index.md delete mode 100644 content/homepage/work.md delete mode 100644 content/post/_index.md create mode 100644 content/posts/2020Post.md rename content/{post => posts}/emoji-support.md (100%) rename content/{post => posts}/markdown-syntax.md (100%) rename content/{post => posts}/math-typesetting.md (100%) rename content/{post => posts}/placeholder-text.md (100%) rename content/{post => posts}/rich-content.md (94%) delete mode 100644 layouts/.gitkeep delete mode 100644 static/.gitignore diff --git a/config.toml b/config.toml index 91a752c4..3dc36fd4 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ baseURL = "https://adityatelange.github.io/hugo-PaperMod/" -title = "Hugo Themes" +title = "PaperMod" author = "Steve Francia" copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved." paginate = 3 @@ -11,10 +11,9 @@ theme = "hugo-PaperMod" [menu] [[menu.main]] - identifier = "about" - name = "About" - url = "/about/" - weight = 10 + name = "Archives" + url = "/archives/" + weight = 5 [taxonomies] category = "categories" diff --git a/content/_index.md b/content/_index.md deleted file mode 100644 index ed6494b4..00000000 --- a/content/_index.md +++ /dev/null @@ -1,3 +0,0 @@ -+++ -author = "Hugo Authors" -+++ diff --git a/content/about.md b/content/about.md deleted file mode 100644 index f49aec5c..00000000 --- a/content/about.md +++ /dev/null @@ -1,25 +0,0 @@ -+++ -title = "About" -description = "Hugo, the world's fastest framework for building websites" -date = "2019-02-28" -aliases = ["about-us", "about-hugo", "contact"] -author = "Hugo Authors" -+++ - -Written in Go, Hugo is an open source static site generator available under the [Apache Licence 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows. - -Hugo makes use of a variety of open source projects including: - -* https://github.com/yuin/goldmark -* https://github.com/alecthomas/chroma -* https://github.com/muesli/smartcrop -* https://github.com/spf13/cobra -* https://github.com/spf13/viper - -Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages. - -Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases. - -Websites built with Hugo are extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider. - -Learn more and contribute on [GitHub](https://github.com/gohugoio). diff --git a/content/homepage/about.md b/content/homepage/about.md deleted file mode 100644 index b5d69812..00000000 --- a/content/homepage/about.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: 'Our Difference' -button: 'About us' -weight: 2 ---- - -Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. Ipsum dolor sit amet, et essent mediocritatem quo. diff --git a/content/homepage/index.md b/content/homepage/index.md deleted file mode 100644 index ca03031f..00000000 --- a/content/homepage/index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -headless: true ---- diff --git a/content/homepage/work.md b/content/homepage/work.md deleted file mode 100644 index f99bc997..00000000 --- a/content/homepage/work.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: 'We Help Business Grow' -button: 'Our Work' -weight: 1 ---- - -Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. Numquam dolores mel eu, mea docendi omittantur et, mea ea duis erat. Elit melius cu ius. Per ex novum tantas putant, ei his nullam aliquam apeirian. Aeterno quaestio constituto sea an, no eum intellegat assueverit. diff --git a/content/post/_index.md b/content/post/_index.md deleted file mode 100644 index 8a084d90..00000000 --- a/content/post/_index.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -aliases = ["posts", "articles", "blog", "showcase", "docs"] -title = "Posts" -author = "Hugo Authors" -tags = ["index"] -+++ diff --git a/content/posts/2020Post.md b/content/posts/2020Post.md new file mode 100644 index 00000000..57c1c89c --- /dev/null +++ b/content/posts/2020Post.md @@ -0,0 +1,5 @@ ++++ +title = "2020Post" +date = 2020-07-23T04:35:52+05:30 +draft = true ++++ diff --git a/content/post/emoji-support.md b/content/posts/emoji-support.md similarity index 100% rename from content/post/emoji-support.md rename to content/posts/emoji-support.md diff --git a/content/post/markdown-syntax.md b/content/posts/markdown-syntax.md similarity index 100% rename from content/post/markdown-syntax.md rename to content/posts/markdown-syntax.md diff --git a/content/post/math-typesetting.md b/content/posts/math-typesetting.md similarity index 100% rename from content/post/math-typesetting.md rename to content/posts/math-typesetting.md diff --git a/content/post/placeholder-text.md b/content/posts/placeholder-text.md similarity index 100% rename from content/post/placeholder-text.md rename to content/posts/placeholder-text.md diff --git a/content/post/rich-content.md b/content/posts/rich-content.md similarity index 94% rename from content/post/rich-content.md rename to content/posts/rich-content.md index 5ff41d72..e4b99d5d 100644 --- a/content/post/rich-content.md +++ b/content/posts/rich-content.md @@ -15,7 +15,6 @@ Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-manageme ## Instagram Simple Shortcode -{{< instagram_simple BGvuInzyFAe hidecaption >}}
diff --git a/layouts/.gitkeep b/layouts/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/static/.gitignore b/static/.gitignore deleted file mode 100644 index e69de29b..00000000