diff --git a/html-only/.hugo_build.lock b/html-only/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/html-only/archetypes/default.md b/html-only/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/html-only/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/html-only/hugo.yaml b/html-only/hugo.yaml new file mode 100644 index 0000000..d0508d1 --- /dev/null +++ b/html-only/hugo.yaml @@ -0,0 +1,50 @@ +baseURL: "https://avinal.space/" +languageCode: en-us +title: Avinal's blog +theme: hugo-texify2 +sitename: "Avinal's blog" +enableRobotsTXT: true + +module: + mounts: + - source: "../static/content" + target: content + excludeFile: posts.json + - source: "../static/images/" + target: "static/images" + +markup: + highlight: + style: github + +author: + name: Avinal Kumar + email: ripple@avinal.space + +params: + github: "https://github.com/avinal" + keywords: ["avinal", "website", "redhat", "tekton", "gsoc", "elm"] + twitter: "@Avinal_" + enableDuckDuckGoSearchBox: false + toc: true + self: + name: Avinal Kumar + link: https://avinal.space/pages/about-me + navs: + - name: Home + link: https://avinal.space + - name: About + link: https://avinal.space/pages/about-me + - name: Blog + link: https://avinal.space/posts + - name: Projects + link: https://avinal.space/pages/projects + - name: GitHub + link: https://github.com/avinal + - name: LinkedIn + link: https://linkedin.com/in/avinal + - name: Twitter + link: https://twitter.com/Avinal_ + footnote: "" + +disableKinds: ["taxonomy", "taxonomyTerm", "home", "section"] diff --git a/html-only/themes/hugo-texify2 b/html-only/themes/hugo-texify2 index b81e8a2..3155b40 160000 --- a/html-only/themes/hugo-texify2 +++ b/html-only/themes/hugo-texify2 @@ -1 +1 @@ -Subproject commit b81e8a2e9b8fc696705bae4fd2267de051928695 +Subproject commit 3155b40eeeba6bcb90e4b8f62db873b8309c8d50