{{ .Content | markdownify }}
+From 29fcd231e3da9b33c237886f3c1bb30a557ad641 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 19 Mar 2022 16:54:23 +0530 Subject: Initial Commit --- .gitignore | 2 + .hugo_build.lock | 0 archetypes/default.md | 6 + config.yml | 25 + content/archives.md | 6 + content/posts/fist-post.md | 8 + themes/PaperMod/LICENSE | 22 + themes/PaperMod/README.md | 90 ++++ themes/PaperMod/assets/css/common/404.css | 11 + themes/PaperMod/assets/css/common/archive.css | 44 ++ themes/PaperMod/assets/css/common/footer.css | 60 +++ themes/PaperMod/assets/css/common/header.css | 97 ++++ themes/PaperMod/assets/css/common/main.css | 68 +++ themes/PaperMod/assets/css/common/post-entry.css | 104 +++++ themes/PaperMod/assets/css/common/post-single.css | 429 +++++++++++++++++ themes/PaperMod/assets/css/common/profile-mode.css | 43 ++ themes/PaperMod/assets/css/common/search.css | 45 ++ themes/PaperMod/assets/css/common/terms.css | 18 + themes/PaperMod/assets/css/core/reset.css | 138 ++++++ themes/PaperMod/assets/css/core/theme-vars.css | 38 ++ themes/PaperMod/assets/css/core/zmedia.css | 58 +++ themes/PaperMod/assets/css/extended/blank.css | 5 + .../PaperMod/assets/css/hljs/an-old-hope.min.css | 63 +++ themes/PaperMod/assets/js/fastsearch.js | 147 ++++++ themes/PaperMod/assets/js/fuse.basic.min.js | 9 + themes/PaperMod/assets/js/highlight.min.js | 44 ++ themes/PaperMod/go.mod | 3 + themes/PaperMod/i18n/ar.yaml | 22 + themes/PaperMod/i18n/bg.yaml | 16 + themes/PaperMod/i18n/bn.yaml | 28 ++ themes/PaperMod/i18n/ca.yaml | 19 + themes/PaperMod/i18n/ckb.yaml | 25 + themes/PaperMod/i18n/da.yaml | 28 ++ themes/PaperMod/i18n/de.yaml | 33 ++ themes/PaperMod/i18n/en.yaml | 33 ++ themes/PaperMod/i18n/eo.yaml | 25 + themes/PaperMod/i18n/es.yaml | 33 ++ themes/PaperMod/i18n/fa.yaml | 28 ++ themes/PaperMod/i18n/fr.yaml | 33 ++ themes/PaperMod/i18n/he.yaml | 19 + themes/PaperMod/i18n/hi.yaml | 16 + themes/PaperMod/i18n/hu.yaml | 16 + themes/PaperMod/i18n/id.yaml | 16 + themes/PaperMod/i18n/it.yaml | 27 ++ themes/PaperMod/i18n/ja.yaml | 16 + themes/PaperMod/i18n/ko.yaml | 25 + themes/PaperMod/i18n/ku.yaml | 25 + themes/PaperMod/i18n/mn.yaml | 25 + themes/PaperMod/i18n/nl.yaml | 33 ++ themes/PaperMod/i18n/pl.yaml | 28 ++ themes/PaperMod/i18n/pt.yaml | 21 + themes/PaperMod/i18n/ru.yaml | 23 + themes/PaperMod/i18n/sv.yaml | 28 ++ themes/PaperMod/i18n/tr.yaml | 25 + themes/PaperMod/i18n/uk.yaml | 25 + themes/PaperMod/i18n/uz.yaml | 20 + themes/PaperMod/i18n/vi.yaml | 25 + themes/PaperMod/i18n/zh-tw.yaml | 28 ++ themes/PaperMod/i18n/zh.yaml | 33 ++ themes/PaperMod/images/screenshot.png | Bin 0 -> 141511 bytes themes/PaperMod/images/tn.png | Bin 0 -> 15898 bytes themes/PaperMod/layouts/404.html | 3 + .../layouts/_default/_markup/render-image.html | 1 + themes/PaperMod/layouts/_default/archives.html | 49 ++ themes/PaperMod/layouts/_default/baseof.html | 23 + themes/PaperMod/layouts/_default/index.json | 7 + themes/PaperMod/layouts/_default/list.html | 89 ++++ themes/PaperMod/layouts/_default/rss.xml | 50 ++ themes/PaperMod/layouts/_default/search.html | 29 ++ themes/PaperMod/layouts/_default/single.html | 59 +++ themes/PaperMod/layouts/_default/terms.html | 27 ++ .../layouts/partials/anchored_headings.html | 2 + themes/PaperMod/layouts/partials/author.html | 9 + themes/PaperMod/layouts/partials/breadcrumbs.html | 19 + themes/PaperMod/layouts/partials/comments.html | 3 + themes/PaperMod/layouts/partials/cover.html | 40 ++ themes/PaperMod/layouts/partials/edit_post.html | 8 + .../PaperMod/layouts/partials/extend_footer.html | 3 + themes/PaperMod/layouts/partials/extend_head.html | 4 + themes/PaperMod/layouts/partials/footer.html | 135 ++++++ themes/PaperMod/layouts/partials/head.html | 163 +++++++ themes/PaperMod/layouts/partials/header.html | 121 +++++ themes/PaperMod/layouts/partials/home_info.html | 13 + .../PaperMod/layouts/partials/index_profile.html | 23 + .../PaperMod/layouts/partials/post_canonical.html | 9 + themes/PaperMod/layouts/partials/post_meta.html | 21 + .../PaperMod/layouts/partials/post_nav_links.html | 19 + themes/PaperMod/layouts/partials/share_icons.html | 71 +++ themes/PaperMod/layouts/partials/social_icons.html | 7 + themes/PaperMod/layouts/partials/svg.html | 518 +++++++++++++++++++++ .../layouts/partials/templates/opengraph.html | 52 +++ .../layouts/partials/templates/schema_json.html | 119 +++++ .../layouts/partials/templates/twitter_cards.html | 33 ++ themes/PaperMod/layouts/partials/toc.html | 97 ++++ .../layouts/partials/translation_list.html | 19 + themes/PaperMod/layouts/robots.txt | 7 + themes/PaperMod/layouts/shortcodes/blockquote.html | 72 +++ themes/PaperMod/layouts/shortcodes/collapse.html | 8 + themes/PaperMod/layouts/shortcodes/figure.html | 31 ++ themes/PaperMod/layouts/shortcodes/ltr.html | 15 + themes/PaperMod/layouts/shortcodes/rawhtml.html | 2 + themes/PaperMod/layouts/shortcodes/rtl.html | 15 + themes/PaperMod/theme.toml | 51 ++ 103 files changed, 4426 insertions(+) create mode 100644 .gitignore create mode 100644 .hugo_build.lock create mode 100644 archetypes/default.md create mode 100644 config.yml create mode 100644 content/archives.md create mode 100644 content/posts/fist-post.md create mode 100644 themes/PaperMod/LICENSE create mode 100644 themes/PaperMod/README.md create mode 100644 themes/PaperMod/assets/css/common/404.css create mode 100644 themes/PaperMod/assets/css/common/archive.css create mode 100644 themes/PaperMod/assets/css/common/footer.css create mode 100644 themes/PaperMod/assets/css/common/header.css create mode 100644 themes/PaperMod/assets/css/common/main.css create mode 100644 themes/PaperMod/assets/css/common/post-entry.css create mode 100644 themes/PaperMod/assets/css/common/post-single.css create mode 100644 themes/PaperMod/assets/css/common/profile-mode.css create mode 100644 themes/PaperMod/assets/css/common/search.css create mode 100644 themes/PaperMod/assets/css/common/terms.css create mode 100644 themes/PaperMod/assets/css/core/reset.css create mode 100644 themes/PaperMod/assets/css/core/theme-vars.css create mode 100644 themes/PaperMod/assets/css/core/zmedia.css create mode 100644 themes/PaperMod/assets/css/extended/blank.css create mode 100644 themes/PaperMod/assets/css/hljs/an-old-hope.min.css create mode 100644 themes/PaperMod/assets/js/fastsearch.js create mode 100644 themes/PaperMod/assets/js/fuse.basic.min.js create mode 100644 themes/PaperMod/assets/js/highlight.min.js create mode 100644 themes/PaperMod/go.mod create mode 100644 themes/PaperMod/i18n/ar.yaml create mode 100644 themes/PaperMod/i18n/bg.yaml create mode 100644 themes/PaperMod/i18n/bn.yaml create mode 100644 themes/PaperMod/i18n/ca.yaml create mode 100644 themes/PaperMod/i18n/ckb.yaml create mode 100644 themes/PaperMod/i18n/da.yaml create mode 100644 themes/PaperMod/i18n/de.yaml create mode 100644 themes/PaperMod/i18n/en.yaml create mode 100644 themes/PaperMod/i18n/eo.yaml create mode 100644 themes/PaperMod/i18n/es.yaml create mode 100644 themes/PaperMod/i18n/fa.yaml create mode 100644 themes/PaperMod/i18n/fr.yaml create mode 100644 themes/PaperMod/i18n/he.yaml create mode 100644 themes/PaperMod/i18n/hi.yaml create mode 100644 themes/PaperMod/i18n/hu.yaml create mode 100644 themes/PaperMod/i18n/id.yaml create mode 100644 themes/PaperMod/i18n/it.yaml create mode 100644 themes/PaperMod/i18n/ja.yaml create mode 100644 themes/PaperMod/i18n/ko.yaml create mode 100644 themes/PaperMod/i18n/ku.yaml create mode 100644 themes/PaperMod/i18n/mn.yaml create mode 100644 themes/PaperMod/i18n/nl.yaml create mode 100644 themes/PaperMod/i18n/pl.yaml create mode 100644 themes/PaperMod/i18n/pt.yaml create mode 100644 themes/PaperMod/i18n/ru.yaml create mode 100644 themes/PaperMod/i18n/sv.yaml create mode 100644 themes/PaperMod/i18n/tr.yaml create mode 100644 themes/PaperMod/i18n/uk.yaml create mode 100644 themes/PaperMod/i18n/uz.yaml create mode 100644 themes/PaperMod/i18n/vi.yaml create mode 100644 themes/PaperMod/i18n/zh-tw.yaml create mode 100644 themes/PaperMod/i18n/zh.yaml create mode 100644 themes/PaperMod/images/screenshot.png create mode 100644 themes/PaperMod/images/tn.png create mode 100644 themes/PaperMod/layouts/404.html create mode 100644 themes/PaperMod/layouts/_default/_markup/render-image.html create mode 100644 themes/PaperMod/layouts/_default/archives.html create mode 100644 themes/PaperMod/layouts/_default/baseof.html create mode 100644 themes/PaperMod/layouts/_default/index.json create mode 100644 themes/PaperMod/layouts/_default/list.html create mode 100644 themes/PaperMod/layouts/_default/rss.xml create mode 100644 themes/PaperMod/layouts/_default/search.html create mode 100644 themes/PaperMod/layouts/_default/single.html create mode 100644 themes/PaperMod/layouts/_default/terms.html create mode 100644 themes/PaperMod/layouts/partials/anchored_headings.html create mode 100644 themes/PaperMod/layouts/partials/author.html create mode 100644 themes/PaperMod/layouts/partials/breadcrumbs.html create mode 100644 themes/PaperMod/layouts/partials/comments.html create mode 100644 themes/PaperMod/layouts/partials/cover.html create mode 100644 themes/PaperMod/layouts/partials/edit_post.html create mode 100644 themes/PaperMod/layouts/partials/extend_footer.html create mode 100644 themes/PaperMod/layouts/partials/extend_head.html create mode 100644 themes/PaperMod/layouts/partials/footer.html create mode 100644 themes/PaperMod/layouts/partials/head.html create mode 100644 themes/PaperMod/layouts/partials/header.html create mode 100644 themes/PaperMod/layouts/partials/home_info.html create mode 100644 themes/PaperMod/layouts/partials/index_profile.html create mode 100644 themes/PaperMod/layouts/partials/post_canonical.html create mode 100644 themes/PaperMod/layouts/partials/post_meta.html create mode 100644 themes/PaperMod/layouts/partials/post_nav_links.html create mode 100644 themes/PaperMod/layouts/partials/share_icons.html create mode 100644 themes/PaperMod/layouts/partials/social_icons.html create mode 100644 themes/PaperMod/layouts/partials/svg.html create mode 100644 themes/PaperMod/layouts/partials/templates/opengraph.html create mode 100644 themes/PaperMod/layouts/partials/templates/schema_json.html create mode 100644 themes/PaperMod/layouts/partials/templates/twitter_cards.html create mode 100644 themes/PaperMod/layouts/partials/toc.html create mode 100644 themes/PaperMod/layouts/partials/translation_list.html create mode 100644 themes/PaperMod/layouts/robots.txt create mode 100644 themes/PaperMod/layouts/shortcodes/blockquote.html create mode 100644 themes/PaperMod/layouts/shortcodes/collapse.html create mode 100644 themes/PaperMod/layouts/shortcodes/figure.html create mode 100644 themes/PaperMod/layouts/shortcodes/ltr.html create mode 100644 themes/PaperMod/layouts/shortcodes/rawhtml.html create mode 100644 themes/PaperMod/layouts/shortcodes/rtl.html create mode 100644 themes/PaperMod/theme.toml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85bcbfa --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +./.hugo_build.lock +/public diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..b3e47d2 --- /dev/null +++ b/config.yml @@ -0,0 +1,25 @@ +baseURL: "" +languageCode: en-us +title: Experiments of Indrajith +theme: PaperMod +copyright: Indrajith K L +params: + description: Personal website of Indrajith K L portraying Game Designs, Web Development and IoT experiments + +menu: + main: + - identifier: categories + name: Categories + url: /categories/ + weight: 10 + + - identifier: tags + name: Tags + url: /tags/ + weight: 20 + + - identifier: archives + name: Archives + url: /archives/ + weight: 30 + diff --git a/content/archives.md b/content/archives.md new file mode 100644 index 0000000..44dce29 --- /dev/null +++ b/content/archives.md @@ -0,0 +1,6 @@ +--- +title: "Archives" +layout: "archives" +url: "/archives/" +summary: archives +--- diff --git a/content/posts/fist-post.md b/content/posts/fist-post.md new file mode 100644 index 0000000..d2cb996 --- /dev/null +++ b/content/posts/fist-post.md @@ -0,0 +1,8 @@ +--- +title: "Fist Post" +date: 2022-03-19T16:07:08+05:30 +draft: false +tags: ['craps'] +categories: ['no-catagories'] +--- +This is a test diff --git a/themes/PaperMod/LICENSE b/themes/PaperMod/LICENSE new file mode 100644 index 0000000..85e428e --- /dev/null +++ b/themes/PaperMod/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2020 nanxiaobei and adityatelange +Copyright (c) 2021 adityatelange + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/themes/PaperMod/README.md b/themes/PaperMod/README.md new file mode 100644 index 0000000..ce755c7 --- /dev/null +++ b/themes/PaperMod/README.md @@ -0,0 +1,90 @@ +
+
+
{{ .Content | markdownify }}
++{{ .Inner | markdownify }}
+
{{ .Get "summary" | markdownify }}
+ {{ .Inner | markdownify }}
+
+ {{- .Get "caption" | markdownify -}} + {{- with .Get "attrlink" }} + + {{- end -}} + {{- .Get "attr" | markdownify -}} + {{- if .Get "attrlink" }}{{ end }}
+ {{- end }} +