430 lines
13 KiB
HTML
430 lines
13 KiB
HTML
<!doctype html>
|
|
<html
|
|
dir="ltr"
|
|
lang="en"
|
|
>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="content-language" content="en-us" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>Posts · Nickiel's Static Pages</title>
|
|
<meta name="title" content="Posts · Nickiel's Static Pages" />
|
|
<meta name="description" content="" />
|
|
<link rel="canonical" href="https://staticpages.nickiel.net/posts/" />
|
|
<link rel="alternate" type="application/rss+xml" href="/posts/index.xml" title="Nickiel's Static Pages" />
|
|
|
|
|
|
<link
|
|
type="text/css"
|
|
rel="stylesheet"
|
|
href="/css/main.css"
|
|
integrity=""
|
|
/>
|
|
|
|
|
|
|
|
<link rel="icon" sizes="192x192" href="/logo-192.png" />
|
|
<link rel="apple-touch-icon" href="/logo-192.png" />
|
|
<link rel="mask-icon" href="/logo.svg" color="blue" />
|
|
<link rel="manifest" href="/site.webmanifest" />
|
|
|
|
|
|
|
|
<meta property="og:title" content="Posts" />
|
|
<meta property="og:description" content="" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://staticpages.nickiel.net/posts/" />
|
|
<meta name="twitter:card" content="summary"/>
|
|
<meta name="twitter:title" content="Posts"/>
|
|
<meta name="twitter:description" content=""/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<meta name="generator" content="Hugo 0.119.0">
|
|
|
|
|
|
<script
|
|
defer
|
|
src="/js/main.js"
|
|
integrity=""
|
|
></script>
|
|
<script>
|
|
if (!('theme' in localStorage)) {
|
|
localStorage.theme = "light";
|
|
}
|
|
if (localStorage.theme === 'dark' || ((!('theme' in localStorage) || localStorage.theme === 'auto') && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
|
|
document.documentElement.classList.add('dark');
|
|
}
|
|
</script>
|
|
|
|
|
|
</head>
|
|
|
|
<body class="min-h-full w-full" x-data="{ up: false }">
|
|
|
|
|
|
<div
|
|
x-data="{ open: false }"
|
|
@keydown.window.escape="open = false"
|
|
class="sticky inset-x-0 top-0 z-10 bg-neutral-50/50 text-neutral-900 after:absolute after:left-0 after:top-0 after:-z-10 after:h-full after:w-full after:backdrop-blur-xl after:content-[''] dark:bg-neutral-800/60 dark:text-neutral-200"
|
|
>
|
|
<div class="fixed z-10 flex h-screen w-48 lg:hidden" :class="open ? '' : 'hidden'" x-ref="dialog" aria-modal="true">
|
|
<div
|
|
class="fixed inset-0 bg-gray-950/25"
|
|
:class="open ? '' : 'hidden'"
|
|
x-show="open"
|
|
x-transition:enter="transition-opacity ease-linear duration-300"
|
|
x-transition:enter-start="opacity-0"
|
|
x-transition:enter-end="opacity-100"
|
|
x-transition:leave="transition-opacity ease-linear duration-300"
|
|
x-transition:leave-start="opacity-100"
|
|
x-transition:leave-end="opacity-0"
|
|
x-description="Off-canvas menu overlay, show/hide based on off-canvas menu state."
|
|
@click="open = false"
|
|
aria-hidden="true"
|
|
></div>
|
|
<div
|
|
class="fixed inset-0 flex h-full w-full max-w-xxs flex-col overflow-y-auto bg-neutral-50 pb-12 shadow-xl dark:bg-neutral-800"
|
|
:class="open ? '' : 'hidden'"
|
|
x-show="open"
|
|
x-transition:enter="transition ease-in-out duration-300"
|
|
x-transition:enter-start="-translate-x-full"
|
|
x-transition:enter-end="translate-x-0"
|
|
x-transition:leave="transition ease-in-out duration-300"
|
|
x-transition:leave-start="translate-x-0"
|
|
x-transition:leave-end="-translate-x-full"
|
|
x-description="Off-canvas menu, show/hide based on off-canvas menu state."
|
|
>
|
|
<div class="flex px-4 pb-2 pt-5">
|
|
<button
|
|
type="button"
|
|
title="Close menu"
|
|
class="-m-2 inline-flex items-center justify-center rounded-md p-2 text-neutral-400"
|
|
@click="open = false"
|
|
>
|
|
<span class="sr-only">Close menu</span>
|
|
<svg
|
|
class="h-6 w-6"
|
|
x-description="Heroicon name: outline/x"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
fill="none"
|
|
viewBox="0 0 24 24"
|
|
stroke="currentColor"
|
|
aria-hidden="true"
|
|
>
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
<ul class="divide-y divide-neutral-200 py-4">
|
|
<li
|
|
class=" flow-root px-4 py-2"
|
|
>
|
|
<a href="/" title="Nickiel's Static Pages" class="-m-2 block p-2 font-medium">Home</a>
|
|
</li>
|
|
<li
|
|
class="
|
|
bg-neutral-200 dark:bg-neutral-900
|
|
flow-root px-4 py-2"
|
|
>
|
|
<a href="/posts/" title="Posts" class="-m-2 block p-2 font-medium">Blog</a>
|
|
</li>
|
|
<li
|
|
class=" flow-root px-4 py-2"
|
|
>
|
|
<a href="/categories/" title="Categories" class="-m-2 block p-2 font-medium">Categories</a>
|
|
</li>
|
|
<li
|
|
class=" flow-root px-4 py-2"
|
|
>
|
|
<a href="/tags/" title="Tags" class="-m-2 block p-2 font-medium">Tags</a>
|
|
</li>
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<header class="dark:shadow-dark shadow">
|
|
<nav class="container mx-auto flex max-w-7xl items-center px-6 leading-12 lg:px-8 xl:px-12" aria-label="Top">
|
|
<a
|
|
class="relative hidden p-2 align-middle lg:block"
|
|
rel="me"
|
|
href="/"
|
|
title="Nickiel's Static Pages"
|
|
>
|
|
<img src="/logo-192.png" class="h-8 w-auto" alt="Nickiel's Static Pages" />
|
|
</a>
|
|
|
|
|
|
<button class="lg:hidden" type="button" @click="open = true" aria-label="Open menu">
|
|
<svg
|
|
class="block h-6 w-6"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
fill="none"
|
|
viewBox="0 0 24 24"
|
|
stroke="currentColor"
|
|
aria-hidden="true"
|
|
>
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
|
|
</svg>
|
|
</button>
|
|
<div class="mx-2 h-12 flex-grow">
|
|
<div class="relative h-full w-full">
|
|
<div class="absolute max-w-full" :class="up ? 'hidden' : ''" x-show="!up" x-transition.duration.750ms>
|
|
<span class="overflow-hidden text-ellipsis whitespace-nowrap font-semibold tracking-wider"
|
|
>Nickiel's Static Pages</span
|
|
>
|
|
</div>
|
|
<template x-if="true">
|
|
<div
|
|
class="absolute left-0 right-0 top-0 max-w-full"
|
|
:class="up ? '' : 'hidden'"
|
|
x-show="up"
|
|
x-transition.duration.750ms
|
|
>
|
|
<span class="overflow-hidden text-ellipsis whitespace-nowrap">Posts</span>
|
|
</div>
|
|
</template>
|
|
</div>
|
|
</div>
|
|
<ul class="ml-7 hidden shrink list-none flex-row justify-end lg:flex">
|
|
<li
|
|
class=" mr-7 border-b-2 border-transparent text-right hover:border-primary-500"
|
|
>
|
|
<a class="" href="/" title="Nickiel's Static Pages">Home</a>
|
|
</li>
|
|
<li
|
|
class="
|
|
border-primary-500
|
|
mr-7 border-b-2 border-transparent text-right hover:border-primary-500"
|
|
>
|
|
<a class="" href="/posts/" title="Posts">Blog</a>
|
|
</li>
|
|
<li
|
|
class=" mr-7 border-b-2 border-transparent text-right hover:border-primary-500"
|
|
>
|
|
<a class="" href="/categories/" title="Categories">Categories</a>
|
|
</li>
|
|
<li
|
|
class=" mr-7 border-b-2 border-transparent text-right hover:border-primary-500"
|
|
>
|
|
<a class="" href="/tags/" title="Tags">Tags</a>
|
|
</li>
|
|
|
|
</ul>
|
|
<button id="switchTheme" class="flex h-8 w-8 items-center justify-center focus:outline-none">
|
|
<span class="sr-only">Switch theme</span>
|
|
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
fill-rule="evenodd"
|
|
d="M10 2a1 1 0 011 1v1a1 1 0 11-2 0V3a1 1 0 011-1zm4 8a4 4 0 11-8 0 4 4 0 018 0zm-.464 4.95l.707.707a1 1 0 001.414-1.414l-.707-.707a1 1 0 00-1.414 1.414zm2.12-10.607a1 1 0 010 1.414l-.706.707a1 1 0 11-1.414-1.414l.707-.707a1 1 0 011.414 0zM17 11a1 1 0 100-2h-1a1 1 0 100 2h1zm-7 4a1 1 0 011 1v1a1 1 0 11-2 0v-1a1 1 0 011-1zM5.05 6.464A1 1 0 106.465 5.05l-.708-.707a1 1 0 00-1.414 1.414l.707.707zm1.414 8.486l-.707.707a1 1 0 01-1.414-1.414l.707-.707a1 1 0 011.414 1.414zM4 11a1 1 0 100-2H3a1 1 0 000 2h1z"
|
|
clip-rule="evenodd"
|
|
></path>
|
|
</svg>
|
|
|
|
<span class="light"></span><span class="dark"></span>
|
|
</button>
|
|
<script>
|
|
document.getElementById("switchTheme").addEventListener("click", function () {
|
|
if (
|
|
localStorage.theme === "dark" ||
|
|
((!("theme" in localStorage) || localStorage.theme === "auto") &&
|
|
window.matchMedia("(prefers-color-scheme: dark)").matches)
|
|
) {
|
|
document.documentElement.classList.remove("dark");
|
|
localStorage.theme = "light";
|
|
} else if (
|
|
localStorage.theme === "light" ||
|
|
((!("theme" in localStorage) || localStorage.theme === "auto") &&
|
|
window.matchMedia("(prefers-color-scheme: light)").matches)
|
|
) {
|
|
document.documentElement.classList.add("dark");
|
|
localStorage.theme = "dark";
|
|
}
|
|
});
|
|
</script>
|
|
</nav>
|
|
</header>
|
|
</div>
|
|
|
|
<main class="container mx-auto my-6 flex max-w-7xl flex-row px-6 lg:px-8 xl:px-12">
|
|
|
|
|
|
<section class="mx-auto min-w-0 max-w-2xl flex-grow lg:max-w-3xl">
|
|
<header class="w-full">
|
|
|
|
<section class="prose max-w-full dark:prose-invert">
|
|
<h1 class="mb-3 text-4xl font-extrabold">Posts</h1>
|
|
|
|
</section>
|
|
</header>
|
|
|
|
|
|
|
|
<h2 class="mt-12 text-2xl font-bold text-neutral-700 first:mt-8 dark:text-neutral-300">
|
|
0001
|
|
</h2>
|
|
<hr class="max-w-none border-double border-neutral-400" />
|
|
|
|
<div class="divide-y divide-neutral-300 overflow-hidden dark:divide-neutral-600">
|
|
|
|
<article class="py-4">
|
|
<h3 class="flex items-center text-xl font-semibold">
|
|
|
|
<a
|
|
class="text-neutral-800 hover:underline hover:decoration-primary-500 hover:underline-offset-auto dark:text-neutral-200"
|
|
href="/posts/wgu_instructions/"
|
|
>WGU Capstone Setup Instructions</a
|
|
>
|
|
|
|
|
|
|
|
</h3>
|
|
|
|
<div class="my-2">
|
|
|
|
Step 0: Clone the repository # Before you can run this project, you will need to clone the git repository with the following command:
|
|
git clone https://git.nickiel.net/Nickiel/WGU-Capstone See Project Structure for more information on the repository you just cloned.
|
|
See Step 1 - Prerequisites on what is required before you can run this project.
|
|
Project Structure # Below you can find the default project folder structure after cloning it:
|
|
|
|
</div>
|
|
|
|
<div class="text-sm text-neutral-400 dark:text-neutral-500">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="flex flex-row items-center">
|
|
|
|
|
|
<time datetime="0001-01-01 00:00:00 +0000 UTC">1 January 0001</time><span class="px-2 text-primary-500">·</span><span title="Reading time">10 mins</span>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</article>
|
|
|
|
|
|
<article class="py-4">
|
|
<h3 class="flex items-center text-xl font-semibold">
|
|
|
|
<a
|
|
class="text-neutral-800 hover:underline hover:decoration-primary-500 hover:underline-offset-auto dark:text-neutral-200"
|
|
href="/posts/chrono_track/"
|
|
>Chrono-Track User manual</a
|
|
>
|
|
|
|
|
|
|
|
</h3>
|
|
|
|
<div class="my-2">
|
|
|
|
Chrono Track User Manual # Welcome not so weary traveler! Odds are pretty high that you had no issue finding this, because if you did find it, odds are the creator gave it to you.
|
|
Credential file # The credential file for this script, looks like this:
|
|
user="TheUserName" pswd="theworldsmostsecurepasswordbecauseitislong" email_addr="destination_addr@example.com" primary_note_id="id of the source note" logging_note_id="id of the output note" server_url="the base domain of the server you are using" Put your logon username (not your display name) into the first line, your logon password on the second line, and the email address you wish to recieve emails on line three.
|
|
|
|
</div>
|
|
|
|
<div class="text-sm text-neutral-400 dark:text-neutral-500">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="flex flex-row items-center">
|
|
|
|
|
|
<time datetime="0001-01-01 00:00:00 +0000 UTC">1 January 0001</time><span class="px-2 text-primary-500">·</span><span title="Reading time">3 mins</span>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</article>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
</main>
|
|
<footer class="bg-neutral-200 text-neutral-500 dark:bg-neutral-900 dark:text-neutral-500">
|
|
<div class="container mx-auto flex max-w-7xl flex-row px-6 py-4 text-sm lg:px-8 xl:px-12">
|
|
<div class="flex-1">
|
|
<p>
|
|
©
|
|
2023
|
|
</p>
|
|
|
|
<p class="text-sm">
|
|
|
|
Powered by <a class="hover:underline hover:text-primary-500" href="https://gohugo.io/" target="_blank" rel="noopener noreferrer">Hugo</a> & <a class="hover:underline hover:text-primary-500" href="https://canstand.github.io/compost" target="_blank" rel="noopener noreferrer">Compost</a>
|
|
</p>
|
|
|
|
</div>
|
|
<div class="flex-1">
|
|
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|