diff --git a/README.md b/README.md index 47aa818..1ef5001 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,8 @@ GitHub pull requests - - Netlify Deploys - -
-
+
+
@@ -77,6 +74,10 @@ Has paginated Categories and Tags. Markdown files will automatically convert ima Buy Me A Coffee +## Form +To use the form, visit [FormSubmit.Co](https://formsubmit.co/). Locate the contact form in "content/contact.md", and ppdate the form action with the email address you want the form to send to.
+ + ## Credits 4044ever - Original Theme https://github.com/4044ever/Hugo-Tailwind-3.0.git diff --git a/assets/css/style.css b/assets/css/style.css index a89683e..9d1b286 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -2343,10 +2343,6 @@ video { top: 2rem; } -.z-0 { - z-index: 0; -} - .z-30 { z-index: 30; } @@ -2441,10 +2437,6 @@ video { margin-top: 0.25rem; } -.mt-10 { - margin-top: 2.5rem; -} - .mt-12 { margin-top: 3rem; } @@ -2537,16 +2529,32 @@ video { height: 100%; } +.h-64 { + height: 16rem; +} + .max-h-12 { max-height: 3rem; } -.w-0 { - width: 0px; +.min-h-\[\] { + min-height: ; } -.w-1\/2 { - width: 50%; +.min-h-\[8rem\] { + min-height: 8rem; +} + +.min-h-\[50\%\] { + min-height: 50%; +} + +.min-h-\[12rem\] { + min-height: 12rem; +} + +.w-0 { + width: 0px; } .w-10 { @@ -2581,6 +2589,10 @@ video { width: 100vw; } +.w-auto { + width: auto; +} + .min-w-0 { min-width: 0px; } @@ -3177,10 +3189,6 @@ video { line-height: 1.75rem; } -.leading-extra-loose { - line-height: 2.5; -} - .leading-none { line-height: 1; } @@ -3872,11 +3880,6 @@ EmojiSymbols; background-color: rgb(243 244 246 / var(--tw-bg-opacity)); } -.hover\:bg-gray-50:hover { - --tw-bg-opacity: 1; - background-color: rgb(249 250 251 / var(--tw-bg-opacity)); -} - .hover\:bg-indigo-800:hover { --tw-bg-opacity: 1; background-color: rgb(55 48 163 / var(--tw-bg-opacity)); @@ -3892,11 +3895,6 @@ EmojiSymbols; background-color: rgb(48 52 236 / var(--tw-bg-opacity)); } -.hover\:bg-primary-700:hover { - --tw-bg-opacity: 1; - background-color: rgb(19 23 209 / var(--tw-bg-opacity)); -} - .hover\:bg-primary-800:hover { --tw-bg-opacity: 1; background-color: rgb(14 17 158 / var(--tw-bg-opacity)); @@ -4146,10 +4144,6 @@ EmojiSymbols; background-color: rgb(55 65 81 / var(--tw-bg-opacity)); } -:is(.dark .dark\:hover\:bg-gray-900\/80:hover) { - background-color: rgb(17 24 39 / 0.8); -} - :is(.dark .dark\:hover\:bg-indigo-700:hover) { --tw-bg-opacity: 1; background-color: rgb(67 56 202 / var(--tw-bg-opacity)); @@ -4256,10 +4250,6 @@ EmojiSymbols; max-width: 36rem; } - .sm\:justify-center { - justify-content: center; - } - .sm\:px-0 { padding-left: 0px; padding-right: 0px; @@ -4338,10 +4328,6 @@ EmojiSymbols; margin-top: 4rem; } - .md\:mt-5 { - margin-top: 1.25rem; - } - .md\:mt-8 { margin-top: 2rem; } @@ -4378,10 +4364,6 @@ EmojiSymbols; width: 100vw; } - .md\:max-w-3xl { - max-width: 48rem; - } - .md\:max-w-sm { max-width: 24rem; } @@ -4410,10 +4392,6 @@ EmojiSymbols; justify-content: space-between; } - .md\:rounded-bl-lg { - border-bottom-left-radius: 0.5rem; - } - .md\:px-1 { padding-left: 0.25rem; padding-right: 0.25rem; @@ -4424,11 +4402,6 @@ EmojiSymbols; padding-right: 0.375rem; } - .md\:px-10 { - padding-left: 2.5rem; - padding-right: 2.5rem; - } - .md\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; @@ -4439,11 +4412,6 @@ EmojiSymbols; padding-bottom: 3rem; } - .md\:py-4 { - padding-top: 1rem; - padding-bottom: 1rem; - } - .md\:pb-0 { padding-bottom: 0px; } @@ -4460,10 +4428,6 @@ EmojiSymbols; padding-top: 6rem; } - .md\:text-left { - text-align: left; - } - .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; @@ -4600,10 +4564,6 @@ EmojiSymbols; align-items: center; } - .lg\:justify-start { - justify-content: flex-start; - } - .lg\:gap-12 { gap: 3rem; } @@ -4677,10 +4637,6 @@ EmojiSymbols; margin-bottom: 0.5rem; } - .xl\:inline { - display: inline; - } - .xl\:text-6xl { font-size: 3.75rem; line-height: 1; @@ -4691,11 +4647,6 @@ EmojiSymbols; line-height: 1; } - .xl\:text-lg { - font-size: 1.125rem; - line-height: 1.75rem; - } - .xl\:text-xl { font-size: 1.25rem; line-height: 1.75rem; diff --git a/assets/images/.DS_Store b/assets/images/.DS_Store new file mode 100644 index 0000000..3ce9dd1 Binary files /dev/null and b/assets/images/.DS_Store differ diff --git a/assets/images/pages/our-mission.png b/assets/images/pages/our-mission.png index f2e9305..cf2025f 100644 Binary files a/assets/images/pages/our-mission.png and b/assets/images/pages/our-mission.png differ diff --git a/content/contact.md b/content/contact.md index 3ce20d8..d911943 100644 --- a/content/contact.md +++ b/content/contact.md @@ -11,18 +11,18 @@ description: A test with @tailwindcss/typography & Prose

Got a technical issue? Want to send feedback about a beta feature? Need details about our Business plan? Let us know.

- +
- +
- +
- +
diff --git a/content/posts/blog-post-1.md b/content/posts/blog-post-1.md index 29e54ff..5339437 100644 --- a/content/posts/blog-post-1.md +++ b/content/posts/blog-post-1.md @@ -186,7 +186,7 @@ see [how to change output](https://github.com/markdown-it/markdown-it-emoji#chan ### [Subscript](https://github.com/markdown-it/markdown-it-sub) / [Superscript](https://github.com/markdown-it/markdown-it-sup) -- 19^th^ +- X^2^ - H~2~O @@ -254,4 +254,5 @@ It converts "HTML", but keep intact partial entries like "xxxHTMLyyy" and so on. ::: warning *here be dragons* -::: \ No newline at end of file +::: + diff --git a/hugo.yaml b/hugo.yaml index 5ed568d..f9305f2 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -10,8 +10,41 @@ paginate: 9 darkmode_js: - assets/js/darkmode.js enableInlineShortcodes: true + markup: - defaultMarkdownHandler: goldmark + goldmark: + extensions: + definitionList: true + footnote: true + linkify: true + linkifyProtocol: https + strikethrough: true + table: true + taskList: true + typographer: + apostrophe: '’' + disable: false + ellipsis: '…' + emDash: '—' + enDash: '–' + leftAngleQuote: '«' + leftDoubleQuote: '“' + leftSingleQuote: '‘' + rightAngleQuote: '»' + rightDoubleQuote: '”' + rightSingleQuote: '’' + parser: + attribute: + block: false + title: true + autoHeadingID: true + autoHeadingIDType: github + wrapStandAloneImageWithinParagraph: true + renderer: + hardWraps: false + unsafe: true + xhtml: false + params: author: Nusser Studios authorimage: ../assets/images/global/author.webp diff --git a/hugo.yaml.exampleSite b/hugo.yaml.exampleSite index 91a3701..7a277aa 100644 --- a/hugo.yaml.exampleSite +++ b/hugo.yaml.exampleSite @@ -27,6 +27,7 @@ params: - text: "Sagittis scelerisque nulla cursus in enim consectetur quam. Dictum urna sed consectetur neque tristique pellentesque. Blandit amet, sed aenean erat arcu morbi. Cursus faucibus nunc nisl netus morbi vel porttitor vitae ut. Amet vitae fames senectus vitae." - text: "Sollicitudin tristique eros erat odio sed vitae, consequat turpis elementum. Lorem nibh vel, eget pretium arcu vitae. Eros eu viverra donec ut volutpat donec laoreet quam urna. Sollicitudin tristique eroserat odio sed vitae, consequat turpis elementum. Lorem nibh vel, eget pretium arcu vitae. Eros eu viverra donec ut volutpat donec laoreet quam urna." - text: "Rhoncus nisl, libero egestas diam fermentum dui. At quis tincidunt vel ultricies. Vulputate aliquet velit faucibus semper. Pellentesque in venenatis vestibulum consectetur nibh id. In id ut tempus egestas. Enim sit aliquam nec, a. Morbi enim fermentum lacus in. Viverra." + p2: heading: "Just in time for Hacktoberfest with JIT Tailwind." image: "images/pages/hacktoberfest.jpg" diff --git a/layouts/index.html b/layouts/index.html index 43efd6a..a7b7042 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -44,35 +44,14 @@
-
-
-
+
+
{{ $p1image := resources.Get .Site.Params.P1.Image }} {{ with $p1image }} {{ with .Resize (printf "%dx%d webp q90" .Width .Height) }} - P1 - {{ end }}> + P1 + {{ end }} {{ end }} -
-
-
-
- Workcation -
-
-
-

Tincidunt integer commodo, cursus etiam - aliquam neque, et. Consectetur pretium in volutpat, diam. - Montes, magna cursus nulla feugiat dignissim id lobortis - amet.

-
-
-

John Doe, CEO at TailBliss

-
-
-
diff --git a/layouts/partials/home-hero.html b/layouts/partials/home-hero.html deleted file mode 100644 index 9cfc995..0000000 --- a/layouts/partials/home-hero.html +++ /dev/null @@ -1,34 +0,0 @@ -
-
-

-
To Infinity - & Beyond… -
-

-

- Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat - commodo. Elit sunt amet fugiat veniam occaecat fugiat aliqua. -

- -
-
-
- -
\ No newline at end of file diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 6c7689e..0000000 --- a/netlify.toml +++ /dev/null @@ -1,35 +0,0 @@ -[build] -publish = "public" -command = "hugo --gc --minify" - -[context.production.environment] -HUGO_VERSION = "0.105.0" -HUGO_ENV = "production" -HUGO_ENABLEGITINFO = "true" - -[context.split1] -command = "hugo --gc --minify --enableGitInfo" - -[context.split1.environment] -HUGO_VERSION = "0.105.0" -HUGO_ENV = "production" - -[context.deploy-preview] -command = "hugo --gc --minify --buildFuture $DEPLOY_PRIME_URL" - -[context.deploy-preview.environment] -HUGO_VERSION = "0.105.0" - -[context.branch-deploy] -command = "hugo --gc --minify $DEPLOY_PRIME_URL" - -[context.branch-deploy.environment] -HUGO_VERSION = "0.105.0" - -[context.next.environment] -HUGO_ENABLEGITINFO = "true" - -[[redirects]] -from = "/npmjs/*" -to = "/npmjs/" -status = 200 diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index af01cc4..13bde51 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -34,11 +34,11 @@ packages: engines: {node: '>=10'} dev: true - /@babel/runtime@7.22.6: - resolution: {integrity: sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==} + /@babel/runtime@7.22.10: + resolution: {integrity: sha512-21t/fkKLMZI4pqP2wlmsQAWnYW1PDyKyyUV4vCi+B25ydmdaYTKXPwCj0BzSUnZf4seIiYvSA3jcZ3gdsMFkLQ==} engines: {node: '>=6.9.0'} dependencies: - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.14.0 dev: true /@jridgewell/gen-mapping@0.3.3: @@ -47,11 +47,11 @@ packages: dependencies: '@jridgewell/set-array': 1.1.2 '@jridgewell/sourcemap-codec': 1.4.15 - '@jridgewell/trace-mapping': 0.3.18 + '@jridgewell/trace-mapping': 0.3.19 dev: true - /@jridgewell/resolve-uri@3.1.0: - resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} + /@jridgewell/resolve-uri@3.1.1: + resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==} engines: {node: '>=6.0.0'} dev: true @@ -60,19 +60,15 @@ packages: engines: {node: '>=6.0.0'} dev: true - /@jridgewell/sourcemap-codec@1.4.14: - resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} - dev: true - /@jridgewell/sourcemap-codec@1.4.15: resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} dev: true - /@jridgewell/trace-mapping@0.3.18: - resolution: {integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==} + /@jridgewell/trace-mapping@0.3.19: + resolution: {integrity: sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==} dependencies: - '@jridgewell/resolve-uri': 3.1.0 - '@jridgewell/sourcemap-codec': 1.4.14 + '@jridgewell/resolve-uri': 3.1.1 + '@jridgewell/sourcemap-codec': 1.4.15 dev: true /@nodelib/fs.scandir@2.1.5: @@ -159,8 +155,8 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - browserslist: 4.21.9 - caniuse-lite: 1.0.30001517 + browserslist: 4.21.10 + caniuse-lite: 1.0.30001519 fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 @@ -191,15 +187,15 @@ packages: fill-range: 7.0.1 dev: true - /browserslist@4.21.9: - resolution: {integrity: sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg==} + /browserslist@4.21.10: + resolution: {integrity: sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001517 - electron-to-chromium: 1.4.468 + caniuse-lite: 1.0.30001519 + electron-to-chromium: 1.4.490 node-releases: 2.0.13 - update-browserslist-db: 1.0.11(browserslist@4.21.9) + update-browserslist-db: 1.0.11(browserslist@4.21.10) dev: true /camelcase-css@2.0.1: @@ -207,8 +203,8 @@ packages: engines: {node: '>= 6'} dev: true - /caniuse-lite@1.0.30001517: - resolution: {integrity: sha512-Vdhm5S11DaFVLlyiKu4hiUTkpZu+y1KA/rZZqVQfOD5YdDT/eQKlkt7NaE0WGOFgX32diqt9MiP9CAiFeRklaA==} + /caniuse-lite@1.0.30001519: + resolution: {integrity: sha512-0QHgqR+Jv4bxHMp8kZ1Kn8CH55OikjKJ6JmKkZYP1F3D7w+lnFXF70nG5eNfsZS89jadi5Ywy5UCSKLAglIRkg==} dev: true /chalk@4.1.2: @@ -289,7 +285,7 @@ packages: resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==} engines: {node: '>=0.11'} dependencies: - '@babel/runtime': 7.22.6 + '@babel/runtime': 7.22.10 dev: true /dependency-graph@0.11.0: @@ -312,8 +308,8 @@ packages: resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==} dev: true - /electron-to-chromium@1.4.468: - resolution: {integrity: sha512-6M1qyhaJOt7rQtNti1lBA0GwclPH+oKCmsra/hkcWs5INLxfXXD/dtdnaKUYQu/pjOBP/8Osoe4mAcNvvzoFag==} + /electron-to-chromium@1.4.490: + resolution: {integrity: sha512-6s7NVJz+sATdYnIwhdshx/N/9O6rvMxmhVoDSDFdj6iA45gHR8EQje70+RYsF4GeB+k0IeNSBnP7yG9ZXJFr7A==} dev: true /emoji-regex@8.0.0: @@ -463,8 +459,8 @@ packages: binary-extensions: 2.2.0 dev: true - /is-core-module@2.12.1: - resolution: {integrity: sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==} + /is-core-module@2.13.0: + resolution: {integrity: sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==} dependencies: has: 1.0.3 dev: true @@ -658,7 +654,7 @@ packages: postcss: 8.4.27 postcss-value-parser: 4.2.0 read-cache: 1.0.0 - resolve: 1.22.2 + resolve: 1.22.4 dev: true /postcss-js@4.0.1(postcss@8.4.27): @@ -760,8 +756,8 @@ packages: picomatch: 2.3.1 dev: true - /regenerator-runtime@0.13.11: - resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} + /regenerator-runtime@0.14.0: + resolution: {integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==} dev: true /require-directory@2.1.1: @@ -769,11 +765,11 @@ packages: engines: {node: '>=0.10.0'} dev: true - /resolve@1.22.2: - resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==} + /resolve@1.22.4: + resolution: {integrity: sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==} hasBin: true dependencies: - is-core-module: 2.12.1 + is-core-module: 2.13.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 dev: true @@ -792,7 +788,7 @@ packages: /rxjs@7.8.1: resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} dependencies: - tslib: 2.6.0 + tslib: 2.6.1 dev: true /shell-quote@1.8.1: @@ -892,7 +888,7 @@ packages: postcss-load-config: 4.0.1(postcss@8.4.27) postcss-nested: 6.0.1(postcss@8.4.27) postcss-selector-parser: 6.0.13 - resolve: 1.22.2 + resolve: 1.22.4 sucrase: 3.34.0 transitivePeerDependencies: - ts-node @@ -931,8 +927,8 @@ packages: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} dev: true - /tslib@2.6.0: - resolution: {integrity: sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==} + /tslib@2.6.1: + resolution: {integrity: sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==} dev: true /universalify@2.0.0: @@ -940,13 +936,13 @@ packages: engines: {node: '>= 10.0.0'} dev: true - /update-browserslist-db@1.0.11(browserslist@4.21.9): + /update-browserslist-db@1.0.11(browserslist@4.21.10): resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' dependencies: - browserslist: 4.21.9 + browserslist: 4.21.10 escalade: 3.1.1 picocolors: 1.0.0 dev: true