Updated packages, readme to show how to use From Submit, and updated our Mission Photo.

This commit is contained in:
nusserstudios 2023-08-12 09:36:20 -05:00
parent 77a83949c9
commit 2348a74397
12 changed files with 112 additions and 219 deletions

View File

@ -16,11 +16,8 @@
<a href="https://github.com/nusserstudios/tailbliss/pulls"> <a href="https://github.com/nusserstudios/tailbliss/pulls">
<img alt="GitHub pull requests" src="https://img.shields.io/github/issues-pr/nusserstudios/tailbliss?color=f97316" /> <img alt="GitHub pull requests" src="https://img.shields.io/github/issues-pr/nusserstudios/tailbliss?color=f97316" />
</a> </a>
<a href="https://app.netlify.com/sites/tailbliss/deploys"> <br>
<img alt="Netlify Deploys" src="https://api.netlify.com/api/v1/badges/2baf2850-0f9e-49ff-833b-7b1f2db19597/deploy-status" /> <br>
</a>
<br />
<br />
<a href="https://gohugo.io/"> <a href="https://gohugo.io/">
<img src="https://img.shields.io/badge/Hugo%20-0.105.0%20-gray.svg?colorA=c9177e&colorB=FF4088&style=for-the-badge"/> <img src="https://img.shields.io/badge/Hugo%20-0.105.0%20-gray.svg?colorA=c9177e&colorB=FF4088&style=for-the-badge"/>
</a> </a>
@ -77,6 +74,10 @@ Has paginated Categories and Tags. Markdown files will automatically convert ima
<a href="https://www.buymeacoffee.com/nusserstudios" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-blue.png" alt="Buy Me A Coffee" height="41" width="174"></a> <a href="https://www.buymeacoffee.com/nusserstudios" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-blue.png" alt="Buy Me A Coffee" height="41" width="174"></a>
## 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. <code><form action="https://formsubmit.co/your@email.com" method="POST"></code>
## Credits ## Credits
4044ever - Original Theme 4044ever - Original Theme
https://github.com/4044ever/Hugo-Tailwind-3.0.git https://github.com/4044ever/Hugo-Tailwind-3.0.git

View File

@ -2343,10 +2343,6 @@ video {
top: 2rem; top: 2rem;
} }
.z-0 {
z-index: 0;
}
.z-30 { .z-30 {
z-index: 30; z-index: 30;
} }
@ -2441,10 +2437,6 @@ video {
margin-top: 0.25rem; margin-top: 0.25rem;
} }
.mt-10 {
margin-top: 2.5rem;
}
.mt-12 { .mt-12 {
margin-top: 3rem; margin-top: 3rem;
} }
@ -2537,16 +2529,32 @@ video {
height: 100%; height: 100%;
} }
.h-64 {
height: 16rem;
}
.max-h-12 { .max-h-12 {
max-height: 3rem; max-height: 3rem;
} }
.w-0 { .min-h-\[\] {
width: 0px; min-height: ;
} }
.w-1\/2 { .min-h-\[8rem\] {
width: 50%; min-height: 8rem;
}
.min-h-\[50\%\] {
min-height: 50%;
}
.min-h-\[12rem\] {
min-height: 12rem;
}
.w-0 {
width: 0px;
} }
.w-10 { .w-10 {
@ -2581,6 +2589,10 @@ video {
width: 100vw; width: 100vw;
} }
.w-auto {
width: auto;
}
.min-w-0 { .min-w-0 {
min-width: 0px; min-width: 0px;
} }
@ -3177,10 +3189,6 @@ video {
line-height: 1.75rem; line-height: 1.75rem;
} }
.leading-extra-loose {
line-height: 2.5;
}
.leading-none { .leading-none {
line-height: 1; line-height: 1;
} }
@ -3872,11 +3880,6 @@ EmojiSymbols;
background-color: rgb(243 244 246 / var(--tw-bg-opacity)); 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 { .hover\:bg-indigo-800:hover {
--tw-bg-opacity: 1; --tw-bg-opacity: 1;
background-color: rgb(55 48 163 / var(--tw-bg-opacity)); 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)); 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 { .hover\:bg-primary-800:hover {
--tw-bg-opacity: 1; --tw-bg-opacity: 1;
background-color: rgb(14 17 158 / var(--tw-bg-opacity)); 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)); 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) { :is(.dark .dark\:hover\:bg-indigo-700:hover) {
--tw-bg-opacity: 1; --tw-bg-opacity: 1;
background-color: rgb(67 56 202 / var(--tw-bg-opacity)); background-color: rgb(67 56 202 / var(--tw-bg-opacity));
@ -4256,10 +4250,6 @@ EmojiSymbols;
max-width: 36rem; max-width: 36rem;
} }
.sm\:justify-center {
justify-content: center;
}
.sm\:px-0 { .sm\:px-0 {
padding-left: 0px; padding-left: 0px;
padding-right: 0px; padding-right: 0px;
@ -4338,10 +4328,6 @@ EmojiSymbols;
margin-top: 4rem; margin-top: 4rem;
} }
.md\:mt-5 {
margin-top: 1.25rem;
}
.md\:mt-8 { .md\:mt-8 {
margin-top: 2rem; margin-top: 2rem;
} }
@ -4378,10 +4364,6 @@ EmojiSymbols;
width: 100vw; width: 100vw;
} }
.md\:max-w-3xl {
max-width: 48rem;
}
.md\:max-w-sm { .md\:max-w-sm {
max-width: 24rem; max-width: 24rem;
} }
@ -4410,10 +4392,6 @@ EmojiSymbols;
justify-content: space-between; justify-content: space-between;
} }
.md\:rounded-bl-lg {
border-bottom-left-radius: 0.5rem;
}
.md\:px-1 { .md\:px-1 {
padding-left: 0.25rem; padding-left: 0.25rem;
padding-right: 0.25rem; padding-right: 0.25rem;
@ -4424,11 +4402,6 @@ EmojiSymbols;
padding-right: 0.375rem; padding-right: 0.375rem;
} }
.md\:px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.md\:px-6 { .md\:px-6 {
padding-left: 1.5rem; padding-left: 1.5rem;
padding-right: 1.5rem; padding-right: 1.5rem;
@ -4439,11 +4412,6 @@ EmojiSymbols;
padding-bottom: 3rem; padding-bottom: 3rem;
} }
.md\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.md\:pb-0 { .md\:pb-0 {
padding-bottom: 0px; padding-bottom: 0px;
} }
@ -4460,10 +4428,6 @@ EmojiSymbols;
padding-top: 6rem; padding-top: 6rem;
} }
.md\:text-left {
text-align: left;
}
.md\:text-4xl { .md\:text-4xl {
font-size: 2.25rem; font-size: 2.25rem;
line-height: 2.5rem; line-height: 2.5rem;
@ -4600,10 +4564,6 @@ EmojiSymbols;
align-items: center; align-items: center;
} }
.lg\:justify-start {
justify-content: flex-start;
}
.lg\:gap-12 { .lg\:gap-12 {
gap: 3rem; gap: 3rem;
} }
@ -4677,10 +4637,6 @@ EmojiSymbols;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
} }
.xl\:inline {
display: inline;
}
.xl\:text-6xl { .xl\:text-6xl {
font-size: 3.75rem; font-size: 3.75rem;
line-height: 1; line-height: 1;
@ -4691,11 +4647,6 @@ EmojiSymbols;
line-height: 1; line-height: 1;
} }
.xl\:text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
}
.xl\:text-xl { .xl\:text-xl {
font-size: 1.25rem; font-size: 1.25rem;
line-height: 1.75rem; line-height: 1.75rem;

BIN
assets/images/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 2.8 MiB

View File

@ -11,18 +11,18 @@ description: A test with @tailwindcss/typography & Prose
<section class="lg:pb-24"> <section class="lg:pb-24">
<div class="max-w-screen-md px-4 mx-auto"> <div class="max-w-screen-md px-4 mx-auto">
<p class="mb-8 font-light text-center text-gray-500 lg:mb-16 dark:text-gray-400 sm:text-xl">Got a technical issue? Want to send feedback about a beta feature? Need details about our Business plan? Let us know.</p> <p class="mb-8 font-light text-center text-gray-500 lg:mb-16 dark:text-gray-400 sm:text-xl">Got a technical issue? Want to send feedback about a beta feature? Need details about our Business plan? Let us know.</p>
<form name="contact" netlify class="space-y-8"> <form name="contact" action="https://formsubmit.co/your@email.com" method="POST" class="space-y-8">
<div class="my-4"> <div class="my-4">
<label for="email" class="block mb-2 font-medium text-gray-900 text-md dark:text-gray-300"><strong>Your Email:</strong></label> <label for="email" class="block mb-2 font-medium text-gray-900 text-md dark:text-gray-300"><strong>Your Email:</strong></label>
<input type="email" id="email" class="shadow-sm bg-gray-50 border border-gray-300 text-gray-900 text-md rounded-lg focus:ring-indigo-500 focus:border-indigo-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-indigo-500 dark:focus:border-indigo-500 dark:shadow-sm-light" placeholder="name@example.com" required> <input type="email" name="email" class="shadow-sm bg-gray-50 border border-gray-300 text-gray-900 text-md rounded-lg focus:ring-indigo-500 focus:border-indigo-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-indigo-500 dark:focus:border-indigo-500 dark:shadow-sm-light" placeholder="name@example.com" required>
</div> </div>
<div class="my-4"> <div class="my-4">
<label for="subject" class="block mb-2 font-medium text-gray-900 text-md dark:text-gray-300"><strong>Subject:</strong></label> <label for="subject" class="block mb-2 font-medium text-gray-900 text-md dark:text-gray-300"><strong>Subject:</strong></label>
<input type="text" id="subject" class="block w-full p-3 text-gray-900 border border-gray-300 rounded-lg shadow-sm text-md bg-gray-50 focus:ring-indigo-500 focus:border-indigo-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-indigo-500 dark:focus:border-indigo-500 dark:shadow-sm-light" placeholder="Let us know how we can help you" required> <input type="text" name="subject" class="block w-full p-3 text-gray-900 border border-gray-300 rounded-lg shadow-sm text-md bg-gray-50 focus:ring-indigo-500 focus:border-indigo-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-indigo-500 dark:focus:border-indigo-500 dark:shadow-sm-light" placeholder="Let us know how we can help you" required>
</div> </div>
<div class="my-4 sm:col-span-2"> <div class="my-4 sm:col-span-2">
<label for="message" class="block mb-2 font-medium text-gray-900 text-md dark:text-gray-400"><strong>Your message:</strong></label> <label for="message" class="block mb-2 font-medium text-gray-900 text-md dark:text-gray-400"><strong>Your message:</strong></label>
<textarea id="message" rows="6" class="block p-2.5 w-full text-md text-gray-900 bg-gray-50 rounded-lg shadow-sm border border-gray-300 focus:ring-indigo-500 focus:border-indigo-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-indigo-500 dark:focus:border-indigo-500" placeholder="Leave a comment..."></textarea> <textarea id="message" name="message" rows="6" class="block p-2.5 w-full text-md text-gray-900 bg-gray-50 rounded-lg shadow-sm border border-gray-300 focus:ring-indigo-500 focus:border-indigo-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-indigo-500 dark:focus:border-indigo-500" placeholder="Leave a comment..."></textarea>
</div> </div>
<div class="mt-6 lg:pb-16"> <div class="mt-6 lg:pb-16">
<button type="submit" class="px-5 py-3 font-bold text-center text-white bg-indigo-600 rounded-lg text-md sm:w-fit hover:bg-indigo-800 focus:ring-4 focus:outline-none focus:ring-indigo-300 dark:bg-indigo-600 dark:hover:bg-indigo-700 dark:focus:ring-indigo-800">Send Message</button> <button type="submit" class="px-5 py-3 font-bold text-center text-white bg-indigo-600 rounded-lg text-md sm:w-fit hover:bg-indigo-800 focus:ring-4 focus:outline-none focus:ring-indigo-300 dark:bg-indigo-600 dark:hover:bg-indigo-700 dark:focus:ring-indigo-800">Send Message</button>

View File

@ -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) ### [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 - H~2~O
@ -255,3 +255,4 @@ It converts "HTML", but keep intact partial entries like "xxxHTMLyyy" and so on.
::: warning ::: warning
*here be dragons* *here be dragons*
::: :::

View File

@ -10,8 +10,41 @@ paginate: 9
darkmode_js: darkmode_js:
- assets/js/darkmode.js - assets/js/darkmode.js
enableInlineShortcodes: true enableInlineShortcodes: true
markup: markup:
defaultMarkdownHandler: goldmark goldmark:
extensions:
definitionList: true
footnote: true
linkify: true
linkifyProtocol: https
strikethrough: true
table: true
taskList: true
typographer:
apostrophe: '&rsquo;'
disable: false
ellipsis: '&hellip;'
emDash: '&mdash;'
enDash: '&ndash;'
leftAngleQuote: '&laquo;'
leftDoubleQuote: '&ldquo;'
leftSingleQuote: '&lsquo;'
rightAngleQuote: '&raquo;'
rightDoubleQuote: '&rdquo;'
rightSingleQuote: '&rsquo;'
parser:
attribute:
block: false
title: true
autoHeadingID: true
autoHeadingIDType: github
wrapStandAloneImageWithinParagraph: true
renderer:
hardWraps: false
unsafe: true
xhtml: false
params: params:
author: Nusser Studios author: Nusser Studios
authorimage: ../assets/images/global/author.webp authorimage: ../assets/images/global/author.webp

View File

@ -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: "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: "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." - 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: p2:
heading: "Just in time for Hacktoberfest with JIT Tailwind." heading: "Just in time for Hacktoberfest with JIT Tailwind."
image: "images/pages/hacktoberfest.jpg" image: "images/pages/hacktoberfest.jpg"

View File

@ -44,35 +44,14 @@
<rect width="404" height="392" fill="url(#02f20b47-fd69-4224-a62a-4c9de5c763f7)"></rect> <rect width="404" height="392" fill="url(#02f20b47-fd69-4224-a62a-4c9de5c763f7)"></rect>
</svg> </svg>
</div> </div>
<div class="relative max-w-md px-4 py-6 mx-auto sm:max-w-3xl sm:px-6 lg:max-w-none lg:px-0 lg:py-20"> <div class="relative w-full h-auto px-4 py-6 mx-auto sm:max-w-3xl sm:px-6 lg:px-0 lg:py-20">
<div class="relative pt-64 pb-10 overflow-hidden shadow-xl rounded-2xl"> <div class="overflow-hidden shadow-xl rounded-2xl">
<div class="absolute inset-0 bg-gradient-to-t from-indigo-600 opacity-80"></div>
{{ $p1image := resources.Get .Site.Params.P1.Image }} {{ $p1image := resources.Get .Site.Params.P1.Image }}
{{ with $p1image }} {{ with $p1image }}
{{ with .Resize (printf "%dx%d webp q90" .Width .Height) }} {{ with .Resize (printf "%dx%d webp q90" .Width .Height) }}
<img imgh src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}" class="absolute inset-0 object-cover w-full h-full" alt="P1" loading="lazy" /> <img imgh src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}" class="w-full h-auto" alt="P1" loading="lazy" />
{{ end }}> {{ end }}
{{ end }} {{ end }}
<div class="absolute inset-0 bg-indigo-300 mix-blend-multiply"></div>
<div class="absolute inset-0 bg-gradient-to-t from-indigo-600 opacity-80"></div>
<div class="relative px-8">
<div>
<img class="h-12" src="images/tailbliss-white.svg" alt="Workcation">
</div>
<blockquote class="mt-8">
<div class="relative text-lg font-medium text-white md:flex-grow"><svg class="absolute top-0 left-0 w-8 h-8 transform -translate-x-3 -translate-y-2 text-indigo-400/30" fill="currentcolor" viewBox="0 0 32 32" aria-hidden="true">
<path d="M9.352 4C4.456 7.456 1 13.12 1 19.36c0 5.088 3.072 8.064 6.624 8.064 3.36.0 5.856-2.688 5.856-5.856.0-3.168-2.208-5.472-5.088-5.472-.576.0-1.344.096-1.536.192.48-3.264 3.552-7.104 6.624-9.024L9.352 4zm16.512.0c-4.8 3.456-8.256 9.12-8.256 15.36.0 5.088 3.072 8.064 6.624 8.064 3.264.0 5.856-2.688 5.856-5.856.0-3.168-2.304-5.472-5.184-5.472-.576.0-1.248.096-1.44.192.48-3.264 3.456-7.104 6.528-9.024L25.864 4z"></path>
</svg>
<p class="relative">Tincidunt integer commodo, cursus etiam
aliquam neque, et. Consectetur pretium in volutpat, diam.
Montes, magna cursus nulla feugiat dignissim id lobortis
amet.</p>
</div>
<footer class="mt-4">
<p class="text-base font-semibold text-gray-200">John Doe, CEO at TailBliss</p>
</footer>
</blockquote>
</div>
</div> </div>
</div> </div>
</div> </div>

View File

@ -1,34 +0,0 @@
<div class="w-full mx-auto text-center max-w-7xl md:text-left">
<div class="w-1/2 px-4">
<h1 class="font-black tracking-tight leading-extra-loose">
<div class="block text-gray-900 xl:inline dark:text-gray-50">To Infinity
<span class="text-primary-600 xl:inline">& Beyond&hellip;</span>
</div>
</h1>
<p
class="max-w-md mx-auto mt-3 text-gray-500 md:text-normal md: xl:text-lg dark:text-white sm:text-xl md:mt-5 md:max-w-3xl">
Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat
commodo. Elit sunt amet fugiat veniam occaecat fugiat aliqua.
</p>
<div class="mt-10 sm:flex sm:justify-center lg:justify-start">
<div class="rounded-md shadow">
<a href="#"
class="flex items-center justify-center w-full px-8 py-3 text-base font-black text-white bg-primary-600 border border-transparent rounded-md hover:bg-primary-700 md:py-4 md:px-10 md:text-lg">
Get started
</a>
</div>
<div class="mt-3 rounded-md shadow sm:mt-0 sm:ml-3">
<a href="#"
class="flex items-center justify-center w-full px-8 py-3 text-base font-black text-primary-400 bg-white border border-transparent rounded-md hover:bg-gray-50 dark:bg-gray-900 dark:hover:bg-gray-900/80 md:py-4 md:px-10 md:text-lg">
Live Demo
</a>
</div>
</div>
</div>
</div>
<div class="relative z-0 w-full h-auto lg:h-full lg:w-1/2 md:rounded-bl-lg">
<video autoplay loop muted poster="/images/home-rocket-indigo.webp">
<source src="https://cloud.nusserstudios.com/video/tailbliss-home-rocket-indigo.mp4"
type="video/mp4" />
</video>
</div>

View File

@ -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

View File

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