diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..066d18f --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.hugo_build.lock +themes/risotto2 +public \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ff7ca04 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/risotto"] + path = themes/risotto + url = https://github.com/joeroe/risotto.git diff --git a/README.md b/README.md new file mode 100644 index 0000000..e9b6eef --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Website + +# TODO + 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.toml b/config.toml new file mode 100644 index 0000000..a012cb0 --- /dev/null +++ b/config.toml @@ -0,0 +1,84 @@ +baseURL = 'https://arch.fail' +theme = 'risotto' +title = 'Arch Reject' +author = 'Pratyush Desai' +paginate = 3 +languageCode = "en" +DefaultContentLanguage = "en" +enableInlineShortcodes = true + +sectionPagesMenu = "main" + +[params] +noindex = false + +[params.theme] +palette = "rosepine" + +[params.about] +title = "pratyush desai" +description = "No description set" +logo = "images/shodan.png" + +[[params.socialLinks]] +icon = "fa-brands fa-github" +title = "GitHub" +url = "https://github.com/mogad0n" + +[[params.socialLinks]] +icon = "fa-brands fa-git-alt" +title = "Gitea" +url = "https://git.com.de/pratyush" + +[[params.socialLinks]] +icon = "fa-solid fa-envelope" +title = "Email" +url = "mailto:pratyush.desai@liberta.casa" + +[[params.socialLinks]] +icon = "fa-brands fa-mastodon" +title = "Mastodon" +url = "https://fosstodon.org/@mogad0n" + +[menu] + + [[menu.main]] + identifier = "about" + name = "About" + url = "/about/" + weight = 10 + + [[menu.main]] + identifier = "projects" + name = "Projects" + url = "/projects/" + weight = 10 + + [[menu.main]] + identifier = "posts" + name = "Posts" + url = "/posts/" + weight = 10 + + [[menu.main]] + identifier = "contact" + name = "Contact" + url = "/contact/" + weight = 10 + +[taxonomies] +category = "categories" +tag = "tags" +series = "series" + +[markup.goldmark.renderer] +unsafe = true + +[markup] + + # Table of contents + # Add toc = true to content front matter to enable + [markup.tableOfContents] + startLevel = 2 + endLevel = 3 + ordered = true diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..cf68fb5 --- /dev/null +++ b/content/about.md @@ -0,0 +1,6 @@ +--- +title: "About" +date: 2023-07-17T21:43:57+05:30 +draft: true +--- + diff --git a/content/boring.md b/content/boring.md new file mode 100644 index 0000000..85f340f --- /dev/null +++ b/content/boring.md @@ -0,0 +1,6 @@ +--- +title: "Boring" +date: 2023-07-17T17:10:04+05:30 +draft: true +--- + diff --git a/content/posts.md b/content/posts.md new file mode 100644 index 0000000..a5590e3 --- /dev/null +++ b/content/posts.md @@ -0,0 +1,6 @@ +--- +title: "Posts" +date: 2023-07-17T23:26:17+05:30 +draft: true +--- + diff --git a/content/projects.md b/content/projects.md new file mode 100644 index 0000000..d36e8e6 --- /dev/null +++ b/content/projects.md @@ -0,0 +1,6 @@ +--- +title: "Projects" +date: 2023-07-17T21:43:39+05:30 +draft: true +--- + diff --git a/images/git-alt.svg b/images/git-alt.svg new file mode 100644 index 0000000..270b787 --- /dev/null +++ b/images/git-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/mastodon.svg b/images/mastodon.svg new file mode 100644 index 0000000..8532bd0 --- /dev/null +++ b/images/mastodon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index f15ad44..0000000 --- a/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - -
-this is my www.
i - -- -When a man knows he is to be hanged in a fortnight, it concentrates his -mind wonderfully. - -- Samuel Johnson -- - - diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png new file mode 100644 index 0000000..8232cf3 Binary files /dev/null and b/static/android-chrome-192x192.png differ diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png new file mode 100644 index 0000000..268bdf2 Binary files /dev/null and b/static/android-chrome-512x512.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..26a8fe6 Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/css/palettes/rosepine.css b/static/css/palettes/rosepine.css new file mode 100644 index 0000000..aa2cc9e --- /dev/null +++ b/static/css/palettes/rosepine.css @@ -0,0 +1,18 @@ +:root { + --base00: #191724; + --base01: #1f1d2e; + --base02: #26233a; + --base03: #6e6a86; + --base04: #908caa; + --base05: #e0def4; + --base06: #e0def4; + --base07: #524f67; + --base08: #eb6f92; + --base09: #f6c177; + --base0A: #ebbcba; + --base0B: #31748f; + --base0C: #9ccfd8; + --base0D: #c4a7e7; + --base0E: #f6c177; + --base0F: #524f67; +} \ No newline at end of file diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..2d73dfb Binary files /dev/null and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 0000000..653ccfb Binary files /dev/null and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..a9f3029 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/images/shodan.png b/static/images/shodan.png new file mode 100644 index 0000000..8793efd Binary files /dev/null and b/static/images/shodan.png differ diff --git a/static/site.webmanifest b/static/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/static/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/themes/risotto b/themes/risotto new file mode 160000 index 0000000..21fdc87 --- /dev/null +++ b/themes/risotto @@ -0,0 +1 @@ +Subproject commit 21fdc87b56e662133c9bba6ee96940ed8f5be6a6