first commit
31
docs/.vitepress/cache/deps/_metadata.json
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"hash": "0ae1090e",
|
||||
"configHash": "958ea8b3",
|
||||
"lockfileHash": "f82c4be4",
|
||||
"browserHash": "2cfa3c99",
|
||||
"optimized": {
|
||||
"vue": {
|
||||
"src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
|
||||
"file": "vue.js",
|
||||
"fileHash": "24b3e33a",
|
||||
"needsInterop": false
|
||||
},
|
||||
"vitepress > @vue/devtools-api": {
|
||||
"src": "../../../../node_modules/@vue/devtools-api/dist/index.js",
|
||||
"file": "vitepress___@vue_devtools-api.js",
|
||||
"fileHash": "e713bddf",
|
||||
"needsInterop": false
|
||||
},
|
||||
"vitepress > @vueuse/core": {
|
||||
"src": "../../../../node_modules/@vueuse/core/dist/index.js",
|
||||
"file": "vitepress___@vueuse_core.js",
|
||||
"fileHash": "2722f210",
|
||||
"needsInterop": false
|
||||
}
|
||||
},
|
||||
"chunks": {
|
||||
"chunk-TICTUL3T": {
|
||||
"file": "chunk-TICTUL3T.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
12761
docs/.vitepress/cache/deps/chunk-TICTUL3T.js
vendored
Normal file
7
docs/.vitepress/cache/deps/chunk-TICTUL3T.js.map
vendored
Normal file
3
docs/.vitepress/cache/deps/package.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"type": "module"
|
||||
}
|
||||
3819
docs/.vitepress/cache/deps/vitepress___@vue_devtools-api.js
vendored
Normal file
7
docs/.vitepress/cache/deps/vitepress___@vue_devtools-api.js.map
vendored
Normal file
8561
docs/.vitepress/cache/deps/vitepress___@vueuse_core.js
vendored
Normal file
7
docs/.vitepress/cache/deps/vitepress___@vueuse_core.js.map
vendored
Normal file
346
docs/.vitepress/cache/deps/vue.js
vendored
Normal file
@@ -0,0 +1,346 @@
|
||||
import {
|
||||
BaseTransition,
|
||||
BaseTransitionPropsValidators,
|
||||
Comment,
|
||||
DeprecationTypes,
|
||||
EffectScope,
|
||||
ErrorCodes,
|
||||
ErrorTypeStrings,
|
||||
Fragment,
|
||||
KeepAlive,
|
||||
ReactiveEffect,
|
||||
Static,
|
||||
Suspense,
|
||||
Teleport,
|
||||
Text,
|
||||
TrackOpTypes,
|
||||
Transition,
|
||||
TransitionGroup,
|
||||
TriggerOpTypes,
|
||||
VueElement,
|
||||
assertNumber,
|
||||
callWithAsyncErrorHandling,
|
||||
callWithErrorHandling,
|
||||
camelize,
|
||||
capitalize,
|
||||
cloneVNode,
|
||||
compatUtils,
|
||||
compile,
|
||||
computed,
|
||||
createApp,
|
||||
createBaseVNode,
|
||||
createBlock,
|
||||
createCommentVNode,
|
||||
createElementBlock,
|
||||
createHydrationRenderer,
|
||||
createPropsRestProxy,
|
||||
createRenderer,
|
||||
createSSRApp,
|
||||
createSlots,
|
||||
createStaticVNode,
|
||||
createTextVNode,
|
||||
createVNode,
|
||||
customRef,
|
||||
defineAsyncComponent,
|
||||
defineComponent,
|
||||
defineCustomElement,
|
||||
defineEmits,
|
||||
defineExpose,
|
||||
defineModel,
|
||||
defineOptions,
|
||||
defineProps,
|
||||
defineSSRCustomElement,
|
||||
defineSlots,
|
||||
devtools,
|
||||
effect,
|
||||
effectScope,
|
||||
getCurrentInstance,
|
||||
getCurrentScope,
|
||||
getCurrentWatcher,
|
||||
getTransitionRawChildren,
|
||||
guardReactiveProps,
|
||||
h,
|
||||
handleError,
|
||||
hasInjectionContext,
|
||||
hydrate,
|
||||
hydrateOnIdle,
|
||||
hydrateOnInteraction,
|
||||
hydrateOnMediaQuery,
|
||||
hydrateOnVisible,
|
||||
initCustomFormatter,
|
||||
initDirectivesForSSR,
|
||||
inject,
|
||||
isMemoSame,
|
||||
isProxy,
|
||||
isReactive,
|
||||
isReadonly,
|
||||
isRef,
|
||||
isRuntimeOnly,
|
||||
isShallow,
|
||||
isVNode,
|
||||
markRaw,
|
||||
mergeDefaults,
|
||||
mergeModels,
|
||||
mergeProps,
|
||||
nextTick,
|
||||
nodeOps,
|
||||
normalizeClass,
|
||||
normalizeProps,
|
||||
normalizeStyle,
|
||||
onActivated,
|
||||
onBeforeMount,
|
||||
onBeforeUnmount,
|
||||
onBeforeUpdate,
|
||||
onDeactivated,
|
||||
onErrorCaptured,
|
||||
onMounted,
|
||||
onRenderTracked,
|
||||
onRenderTriggered,
|
||||
onScopeDispose,
|
||||
onServerPrefetch,
|
||||
onUnmounted,
|
||||
onUpdated,
|
||||
onWatcherCleanup,
|
||||
openBlock,
|
||||
patchProp,
|
||||
popScopeId,
|
||||
provide,
|
||||
proxyRefs,
|
||||
pushScopeId,
|
||||
queuePostFlushCb,
|
||||
reactive,
|
||||
readonly,
|
||||
ref,
|
||||
registerRuntimeCompiler,
|
||||
render,
|
||||
renderList,
|
||||
renderSlot,
|
||||
resolveComponent,
|
||||
resolveDirective,
|
||||
resolveDynamicComponent,
|
||||
resolveFilter,
|
||||
resolveTransitionHooks,
|
||||
setBlockTracking,
|
||||
setDevtoolsHook,
|
||||
setTransitionHooks,
|
||||
shallowReactive,
|
||||
shallowReadonly,
|
||||
shallowRef,
|
||||
ssrContextKey,
|
||||
ssrUtils,
|
||||
stop,
|
||||
toDisplayString,
|
||||
toHandlerKey,
|
||||
toHandlers,
|
||||
toRaw,
|
||||
toRef,
|
||||
toRefs,
|
||||
toValue,
|
||||
transformVNodeArgs,
|
||||
triggerRef,
|
||||
unref,
|
||||
useAttrs,
|
||||
useCssModule,
|
||||
useCssVars,
|
||||
useHost,
|
||||
useId,
|
||||
useModel,
|
||||
useSSRContext,
|
||||
useShadowRoot,
|
||||
useSlots,
|
||||
useTemplateRef,
|
||||
useTransitionState,
|
||||
vModelCheckbox,
|
||||
vModelDynamic,
|
||||
vModelRadio,
|
||||
vModelSelect,
|
||||
vModelText,
|
||||
vShow,
|
||||
version,
|
||||
warn,
|
||||
watch,
|
||||
watchEffect,
|
||||
watchPostEffect,
|
||||
watchSyncEffect,
|
||||
withAsyncContext,
|
||||
withCtx,
|
||||
withDefaults,
|
||||
withDirectives,
|
||||
withKeys,
|
||||
withMemo,
|
||||
withModifiers,
|
||||
withScopeId
|
||||
} from "./chunk-TICTUL3T.js";
|
||||
export {
|
||||
BaseTransition,
|
||||
BaseTransitionPropsValidators,
|
||||
Comment,
|
||||
DeprecationTypes,
|
||||
EffectScope,
|
||||
ErrorCodes,
|
||||
ErrorTypeStrings,
|
||||
Fragment,
|
||||
KeepAlive,
|
||||
ReactiveEffect,
|
||||
Static,
|
||||
Suspense,
|
||||
Teleport,
|
||||
Text,
|
||||
TrackOpTypes,
|
||||
Transition,
|
||||
TransitionGroup,
|
||||
TriggerOpTypes,
|
||||
VueElement,
|
||||
assertNumber,
|
||||
callWithAsyncErrorHandling,
|
||||
callWithErrorHandling,
|
||||
camelize,
|
||||
capitalize,
|
||||
cloneVNode,
|
||||
compatUtils,
|
||||
compile,
|
||||
computed,
|
||||
createApp,
|
||||
createBlock,
|
||||
createCommentVNode,
|
||||
createElementBlock,
|
||||
createBaseVNode as createElementVNode,
|
||||
createHydrationRenderer,
|
||||
createPropsRestProxy,
|
||||
createRenderer,
|
||||
createSSRApp,
|
||||
createSlots,
|
||||
createStaticVNode,
|
||||
createTextVNode,
|
||||
createVNode,
|
||||
customRef,
|
||||
defineAsyncComponent,
|
||||
defineComponent,
|
||||
defineCustomElement,
|
||||
defineEmits,
|
||||
defineExpose,
|
||||
defineModel,
|
||||
defineOptions,
|
||||
defineProps,
|
||||
defineSSRCustomElement,
|
||||
defineSlots,
|
||||
devtools,
|
||||
effect,
|
||||
effectScope,
|
||||
getCurrentInstance,
|
||||
getCurrentScope,
|
||||
getCurrentWatcher,
|
||||
getTransitionRawChildren,
|
||||
guardReactiveProps,
|
||||
h,
|
||||
handleError,
|
||||
hasInjectionContext,
|
||||
hydrate,
|
||||
hydrateOnIdle,
|
||||
hydrateOnInteraction,
|
||||
hydrateOnMediaQuery,
|
||||
hydrateOnVisible,
|
||||
initCustomFormatter,
|
||||
initDirectivesForSSR,
|
||||
inject,
|
||||
isMemoSame,
|
||||
isProxy,
|
||||
isReactive,
|
||||
isReadonly,
|
||||
isRef,
|
||||
isRuntimeOnly,
|
||||
isShallow,
|
||||
isVNode,
|
||||
markRaw,
|
||||
mergeDefaults,
|
||||
mergeModels,
|
||||
mergeProps,
|
||||
nextTick,
|
||||
nodeOps,
|
||||
normalizeClass,
|
||||
normalizeProps,
|
||||
normalizeStyle,
|
||||
onActivated,
|
||||
onBeforeMount,
|
||||
onBeforeUnmount,
|
||||
onBeforeUpdate,
|
||||
onDeactivated,
|
||||
onErrorCaptured,
|
||||
onMounted,
|
||||
onRenderTracked,
|
||||
onRenderTriggered,
|
||||
onScopeDispose,
|
||||
onServerPrefetch,
|
||||
onUnmounted,
|
||||
onUpdated,
|
||||
onWatcherCleanup,
|
||||
openBlock,
|
||||
patchProp,
|
||||
popScopeId,
|
||||
provide,
|
||||
proxyRefs,
|
||||
pushScopeId,
|
||||
queuePostFlushCb,
|
||||
reactive,
|
||||
readonly,
|
||||
ref,
|
||||
registerRuntimeCompiler,
|
||||
render,
|
||||
renderList,
|
||||
renderSlot,
|
||||
resolveComponent,
|
||||
resolveDirective,
|
||||
resolveDynamicComponent,
|
||||
resolveFilter,
|
||||
resolveTransitionHooks,
|
||||
setBlockTracking,
|
||||
setDevtoolsHook,
|
||||
setTransitionHooks,
|
||||
shallowReactive,
|
||||
shallowReadonly,
|
||||
shallowRef,
|
||||
ssrContextKey,
|
||||
ssrUtils,
|
||||
stop,
|
||||
toDisplayString,
|
||||
toHandlerKey,
|
||||
toHandlers,
|
||||
toRaw,
|
||||
toRef,
|
||||
toRefs,
|
||||
toValue,
|
||||
transformVNodeArgs,
|
||||
triggerRef,
|
||||
unref,
|
||||
useAttrs,
|
||||
useCssModule,
|
||||
useCssVars,
|
||||
useHost,
|
||||
useId,
|
||||
useModel,
|
||||
useSSRContext,
|
||||
useShadowRoot,
|
||||
useSlots,
|
||||
useTemplateRef,
|
||||
useTransitionState,
|
||||
vModelCheckbox,
|
||||
vModelDynamic,
|
||||
vModelRadio,
|
||||
vModelSelect,
|
||||
vModelText,
|
||||
vShow,
|
||||
version,
|
||||
warn,
|
||||
watch,
|
||||
watchEffect,
|
||||
watchPostEffect,
|
||||
watchSyncEffect,
|
||||
withAsyncContext,
|
||||
withCtx,
|
||||
withDefaults,
|
||||
withDirectives,
|
||||
withKeys,
|
||||
withMemo,
|
||||
withModifiers,
|
||||
withScopeId
|
||||
};
|
||||
7
docs/.vitepress/cache/deps/vue.js.map
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sourcesContent": [],
|
||||
"mappings": "",
|
||||
"names": []
|
||||
}
|
||||
129
docs/.vitepress/config.mts
Normal file
@@ -0,0 +1,129 @@
|
||||
import { defineConfig } from 'vitepress'
|
||||
|
||||
// https://vitepress.dev/reference/site-config
|
||||
export default defineConfig({
|
||||
title: "DreamFreely Library",
|
||||
description: "Community Conscious Creations",
|
||||
themeConfig: {
|
||||
// https://vitepress.dev/reference/default-theme-config
|
||||
nav: [
|
||||
{ text: 'Welcome', link: '/welcome/' },
|
||||
{ text: 'Support', link: '/welcome/support' },
|
||||
],
|
||||
|
||||
sidebar: [
|
||||
{
|
||||
text: 'Welcome',
|
||||
items: [
|
||||
{ text: 'Chibu / Hola / Hello', link: '/welcome/' },
|
||||
{ text: 'About DreamFreely', link: '/welcome/dreamfreely' },
|
||||
{ text: 'About Canin Carlos', link: '/welcome/canin' },
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Rebel Coding 101',
|
||||
items: [
|
||||
{ text: 'Intro to Coding', link: '/rebel_coding/' },
|
||||
{ text: 'Orientation', link: '/rebel_coding/orientation' },
|
||||
{ text: 'Intro to CLI', link: '/rebel_coding/termintro' },
|
||||
{ text: 'Step 1: HTML & CSS', link: '/rebel_coding/step1' },
|
||||
{ text: 'Step 2: JavaScript', link: '/rebel_coding/step2' },
|
||||
{ text: 'Step 3: Python Scrapers', link: '/rebel_coding/step3' },
|
||||
{ text: 'Step 4: The Full Stack', link: '/rebel_coding/step4' },
|
||||
{ text: 'Appendices', link: '/rebel_coding/appendices' },
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Rebel Coding 102',
|
||||
items: [
|
||||
{ text: 'Reviewing the Full-Stack', link: '/rebel_coding/v2' },
|
||||
{ text: 'Planning Our App', link: '/rebel_coding/v2Orient' },
|
||||
{ text: 'Step 1: Server', link: '/rebel_coding/step5' },
|
||||
{ text: 'Step 2: Client', link: '/rebel_coding/step6' },
|
||||
{ text: 'Step 3: Deployment', link: '/rebel_coding/step7' },
|
||||
{ text: 'Step 4: Scaling, etc', link: '/rebel_coding/step8' },
|
||||
{ text: 'More Appendices', link: '/rebel_coding/more-appendices' },
|
||||
]
|
||||
},
|
||||
// {
|
||||
// text: 'EXO-CTO',
|
||||
// items: [
|
||||
// { text: 'Welcome', link: '/exocto/' },
|
||||
// { text: 'Websites', link: '/exocto/websites' },
|
||||
// { text: 'SEO', link: '/exocto/seo101' },
|
||||
// { text: 'Analytics', link: '/exocto/analytics' },
|
||||
// { text: 'Mailing Lists', link: '/exocto/mailinglists' },
|
||||
// { text: 'Social Media', link: '/exocto/socialmedia' },
|
||||
// { text: 'Automation', link: '/exocto/automation' },
|
||||
// { text: 'Payments', link: '/exocto/payments' },
|
||||
// { text: 'Appendices', link: '/exocto/appendices' },
|
||||
// ]
|
||||
// },
|
||||
{
|
||||
text: 'Manifesting Empathy',
|
||||
items: [
|
||||
{ text: 'Welcome', link: '/mempath/' },
|
||||
{ text: 'The Egg (0-5)', link: '/mempath/egg' },
|
||||
{ text: 'The Hatchling (5-12)', link: '/mempath/hatchling' },
|
||||
{ text: 'Flight (12-18)', link: '/mempath/flight' },
|
||||
{ text: 'Flying (18-25)', link: '/mempath/flying' },
|
||||
{ text: 'Learning (25-35)', link: '/mempath/learning' },
|
||||
{ text: 'Building (35-45)', link: '/mempath/building' },
|
||||
{ text: 'Helping (45-60)', link: '/mempath/helping' },
|
||||
{ text: 'Enjoying (60+)', link: '/mempath/enjoying' },
|
||||
{ text: 'Outro', link: '/mempath/onward' },
|
||||
{ text: 'Appendices', link: '/mempath/appendices' },
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Diversity Inverted',
|
||||
items: [
|
||||
{ text: 'Welcome', link: '/divinv/' },
|
||||
{ text: 'Whiteness', link: '/divinv/1-whiteness' },
|
||||
{ text: 'Indigeneity', link: '/divinv/2-native' },
|
||||
{ text: 'Latinx', link: '/divinv/3-latinx' },
|
||||
{ text: 'Blackness', link: '/divinv/4-Black' },
|
||||
{ text: 'Onwards', link: '/divinv/5-onward' },
|
||||
{ text: 'Appendices', link: '/divinv/appendices' },
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'The Guidebook',
|
||||
// items: [
|
||||
// { text: 'Welcome', link: '/df_guide/' },
|
||||
// { text: 'Basic Psych', link: '/df_guide/1_basic_psych' },
|
||||
// { text: 'Heady Medi Vibes', link: '/df_guide/2_medi_vibes' },
|
||||
// { text: 'With Loneliness', link: '/df_guide/3_with_loneliness' },
|
||||
// { text: 'Entertaining Alchemy', link: '/df_guide/4_enter_alchemy' },
|
||||
// { text: 'A Test of Ethic', link: '/df_guide/5_test_ethic' },
|
||||
// { text: 'Social Physics', link: '/df_guide/6_social_physics' },
|
||||
// { text: 'The Quantum Realm', link: '/df_guide/7_quantum_realm' },
|
||||
// { text: 'TOPOL', link: '/df_guide/8_topol' },
|
||||
// { text: 'Appendices', link: '/df_guide/appendices' },
|
||||
// ]
|
||||
},
|
||||
{
|
||||
text: 'Manifesting Empathy (archived)',
|
||||
items: [
|
||||
{ text: 'Welcome', link: '/mempath.bak/' },
|
||||
{ text: 'Sexism', link: '/mempath.bak/sexism' },
|
||||
{ text: 'Racism', link: '/mempath.bak/racism' },
|
||||
{ text: 'Able-ism', link: '/mempath.bak/able-ism' },
|
||||
{ text: 'Power Dynamics', link: '/mempath.bak/power-dynamics' },
|
||||
{ text: 'Onwards', link: '/mempath.bak/onward' },
|
||||
{ text: 'Appendices', link: '/mempath.bak/appendices' },
|
||||
]
|
||||
},
|
||||
|
||||
],
|
||||
|
||||
socialLinks: [
|
||||
// { icon: 'github', link: 'https://github.com/vuejs/vitepress' },
|
||||
{ icon: 'bookalope', link: 'https://canin.dreamfreely.org' },
|
||||
{ icon: 'tina', link: 'https://shop.dreamfreely.org' },
|
||||
{ icon: 'ghostery', link: 'https://digisnaxx.com' },
|
||||
{ icon: 'hasura', link: 'https://manifestingempathy.com' },
|
||||
]
|
||||
}
|
||||
})
|
||||
22
docs/.vitepress/dist/404.html
vendored
Normal file
257
docs/.vitepress/dist/api-examples.html
vendored
Normal file
16
docs/.vitepress/dist/assets/api-examples.md.CLsEsApn.js
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
import{u as p,c as h,o,ah as d,j as a,t,k as i,a as s}from"./chunks/framework.BfS8l2sS.js";const f=JSON.parse('{"title":"Runtime API Examples","description":"","frontmatter":{"outline":"deep"},"headers":[],"relativePath":"api-examples.md","filePath":"api-examples.md"}'),k={name:"api-examples.md"},E=Object.assign(k,{setup(g){const{site:m,theme:n,page:l,frontmatter:r}=p();return(c,e)=>(o(),h("div",null,[e[0]||(e[0]=d(`<h1 id="runtime-api-examples" tabindex="-1">Runtime API Examples <a class="header-anchor" href="#runtime-api-examples" aria-label="Permalink to “Runtime API Examples”"></a></h1><p>This page demonstrates usage of some of the runtime APIs provided by VitePress.</p><p>The main <code>useData()</code> API can be used to access site, theme, and page data for the current page. It works in both <code>.md</code> and <code>.vue</code> files:</p><div class="language-md"><button title="Copy Code" class="copy"></button><span class="lang">md</span><pre class="shiki shiki-themes github-light github-dark" style="--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e;" tabindex="0" dir="ltr"><code><span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"><script setup></span></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">import { useData } from 'vitepress'</span></span>
|
||||
<span class="line"></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">const { theme, page, frontmatter } = useData()</span></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"></script></span></span>
|
||||
<span class="line"></span>
|
||||
<span class="line"><span style="--shiki-light:#005CC5;--shiki-light-font-weight:bold;--shiki-dark:#79B8FF;--shiki-dark-font-weight:bold;">## Results</span></span>
|
||||
<span class="line"></span>
|
||||
<span class="line"><span style="--shiki-light:#005CC5;--shiki-light-font-weight:bold;--shiki-dark:#79B8FF;--shiki-dark-font-weight:bold;">### Theme Data</span></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"><pre>{{ theme }}</pre></span></span>
|
||||
<span class="line"></span>
|
||||
<span class="line"><span style="--shiki-light:#005CC5;--shiki-light-font-weight:bold;--shiki-dark:#79B8FF;--shiki-dark-font-weight:bold;">### Page Data</span></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"><pre>{{ page }}</pre></span></span>
|
||||
<span class="line"></span>
|
||||
<span class="line"><span style="--shiki-light:#005CC5;--shiki-light-font-weight:bold;--shiki-dark:#79B8FF;--shiki-dark-font-weight:bold;">### Page Frontmatter</span></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"><pre>{{ frontmatter }}</pre></span></span></code></pre></div><h2 id="results" tabindex="-1">Results <a class="header-anchor" href="#results" aria-label="Permalink to “Results”"></a></h2><h3 id="theme-data" tabindex="-1">Theme Data <a class="header-anchor" href="#theme-data" aria-label="Permalink to “Theme Data”"></a></h3>`,6)),a("pre",null,t(i(n)),1),e[1]||(e[1]=a("h3",{id:"page-data",tabindex:"-1"},[s("Page Data "),a("a",{class:"header-anchor",href:"#page-data","aria-label":"Permalink to “Page Data”"},"")],-1)),a("pre",null,t(i(l)),1),e[2]||(e[2]=a("h3",{id:"page-frontmatter",tabindex:"-1"},[s("Page Frontmatter "),a("a",{class:"header-anchor",href:"#page-frontmatter","aria-label":"Permalink to “Page Frontmatter”"},"")],-1)),a("pre",null,t(i(r)),1),e[3]||(e[3]=a("h2",{id:"more",tabindex:"-1"},[s("More "),a("a",{class:"header-anchor",href:"#more","aria-label":"Permalink to “More”"},"")],-1)),e[4]||(e[4]=a("p",null,[s("Check out the documentation for the "),a("a",{href:"https://vitepress.dev/reference/runtime-api#usedata",target:"_blank",rel:"noreferrer"},"full list of runtime APIs"),s(".")],-1))]))}});export{f as __pageData,E as default};
|
||||
1
docs/.vitepress/dist/assets/api-examples.md.CLsEsApn.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{u as p,c as h,o,ah as d,j as a,t,k as i,a as s}from"./chunks/framework.BfS8l2sS.js";const f=JSON.parse('{"title":"Runtime API Examples","description":"","frontmatter":{"outline":"deep"},"headers":[],"relativePath":"api-examples.md","filePath":"api-examples.md"}'),k={name:"api-examples.md"},E=Object.assign(k,{setup(g){const{site:m,theme:n,page:l,frontmatter:r}=p();return(c,e)=>(o(),h("div",null,[e[0]||(e[0]=d("",6)),a("pre",null,t(i(n)),1),e[1]||(e[1]=a("h3",{id:"page-data",tabindex:"-1"},[s("Page Data "),a("a",{class:"header-anchor",href:"#page-data","aria-label":"Permalink to “Page Data”"},"")],-1)),a("pre",null,t(i(l)),1),e[2]||(e[2]=a("h3",{id:"page-frontmatter",tabindex:"-1"},[s("Page Frontmatter "),a("a",{class:"header-anchor",href:"#page-frontmatter","aria-label":"Permalink to “Page Frontmatter”"},"")],-1)),a("pre",null,t(i(r)),1),e[3]||(e[3]=a("h2",{id:"more",tabindex:"-1"},[s("More "),a("a",{class:"header-anchor",href:"#more","aria-label":"Permalink to “More”"},"")],-1)),e[4]||(e[4]=a("p",null,[s("Check out the documentation for the "),a("a",{href:"https://vitepress.dev/reference/runtime-api#usedata",target:"_blank",rel:"noreferrer"},"full list of runtime APIs"),s(".")],-1))]))}});export{f as __pageData,E as default};
|
||||
1
docs/.vitepress/dist/assets/app.CNf1Hw3L.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{t as p}from"./chunks/theme.DVARhRSD.js";import{C as o,a3 as i,a4 as u,a5 as c,a6 as l,a7 as f,a8 as d,a9 as m,aa as h,ab as g,ac as A,d as y,u as C,p as v,y as P,ad as b,ae as w,af as E,ag as R}from"./chunks/framework.BfS8l2sS.js";function r(e){if(e.extends){const a=r(e.extends);return{...a,...e,async enhanceApp(t){a.enhanceApp&&await a.enhanceApp(t),e.enhanceApp&&await e.enhanceApp(t)}}}return e}const n=r(p),S=y({name:"VitePressApp",setup(){const{site:e,lang:a,dir:t}=C();return v(()=>{P(()=>{document.documentElement.lang=a.value,document.documentElement.dir=t.value})}),e.value.router.prefetchLinks&&b(),w(),E(),n.setup&&n.setup(),()=>R(n.Layout)}});async function T(){globalThis.__VITEPRESS__=!0;const e=L(),a=D();a.provide(u,e);const t=c(e.route);return a.provide(l,t),a.component("Content",f),a.component("ClientOnly",d),Object.defineProperties(a.config.globalProperties,{$frontmatter:{get(){return t.frontmatter.value}},$params:{get(){return t.page.value.params}}}),n.enhanceApp&&await n.enhanceApp({app:a,router:e,siteData:m}),{app:a,router:e,data:t}}function D(){return A(S)}function L(){let e=o;return h(a=>{let t=g(a),s=null;return t&&(e&&(t=t.replace(/\.js$/,".lean.js")),s=import(t)),o&&(e=!1),s},n.NotFound)}o&&T().then(({app:e,router:a,data:t})=>{a.go(location.href,{initialLoad:!0}).then(()=>{i(a.route,t.site),e.mount("#app")})});export{T as createApp};
|
||||
4
docs/.vitepress/dist/assets/chunks/framework.BfS8l2sS.js
vendored
Normal file
1
docs/.vitepress/dist/assets/chunks/theme.DVARhRSD.js
vendored
Normal file
1
docs/.vitepress/dist/assets/df_guide_1_basic_psych.md.DwYn8aJz.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as t,c as a,o,ah as s}from"./chunks/framework.BfS8l2sS.js";const _=JSON.parse('{"title":"Basic Psychology","description":"","frontmatter":{},"headers":[],"relativePath":"df_guide/1_basic_psych.md","filePath":"df_guide/1_basic_psych.md"}'),i={name:"df_guide/1_basic_psych.md"};function n(h,e,r,c,l,p){return o(),a("div",null,[...e[0]||(e[0]=[s('<h1 id="basic-psychology" tabindex="-1">Basic Psychology <a class="header-anchor" href="#basic-psychology" aria-label="Permalink to “Basic Psychology”"></a></h1><p>There are few phrases I've heard over the years that have stuck with me ... one of them being the following:</p><blockquote><p>Freud was an excellent story-teller, and Shakespeare an incredible psychologist.</p></blockquote><p>While the ideas of one of the post-Freudian academics really caught my attention when Lacan spoke of how <em>a child in the womb does not know the difference between themselves, their mother and the larger world.</em></p><p>Birth shatters this oneness, and the child learns that such a thing as "separation" exists in this world; or rather that there is an entity, called the world, that has come between the child and their mother.</p><p>We then spend the rest of our lives trying to reconcile this tragedy.</p><p>How does one even think to begin ?!?</p><p>...</p><p>...</p><p>...</p><p>...</p><p>I believe that nearly all cultures place a certain importance on drumming ... the playful imitation of our own heart's beat.</p><p>Next comes the voice ... with melodies not yet needing words ... just the vocalization of a feeling ...</p><p>The feeling ... of being alive.</p>',14)])])}const f=t(i,[["render",n]]);export{_ as __pageData,f as default};
|
||||
1
docs/.vitepress/dist/assets/df_guide_1_basic_psych.md.DwYn8aJz.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as t,c as a,o,ah as s}from"./chunks/framework.BfS8l2sS.js";const _=JSON.parse('{"title":"Basic Psychology","description":"","frontmatter":{},"headers":[],"relativePath":"df_guide/1_basic_psych.md","filePath":"df_guide/1_basic_psych.md"}'),i={name:"df_guide/1_basic_psych.md"};function n(h,e,r,c,l,p){return o(),a("div",null,[...e[0]||(e[0]=[s("",14)])])}const f=t(i,[["render",n]]);export{_ as __pageData,f as default};
|
||||
1
docs/.vitepress/dist/assets/df_guide_2_medi_vibes.md.BL-BuG9R.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as o,c as t,o as a,ah as n}from"./chunks/framework.BfS8l2sS.js";const c=JSON.parse('{"title":"Vibrational Medication","description":"","frontmatter":{},"headers":[],"relativePath":"df_guide/2_medi_vibes.md","filePath":"df_guide/2_medi_vibes.md"}'),i={name:"df_guide/2_medi_vibes.md"};function r(s,e,h,u,d,l){return a(),t("div",null,[...e[0]||(e[0]=[n('<h1 id="vibrational-medication" tabindex="-1">Vibrational Medication <a class="header-anchor" href="#vibrational-medication" aria-label="Permalink to “Vibrational Medication”"></a></h1><p>Not everyone has the ability to create sound using their voice ... we must acknowledge this first; and for you all, I'm not entirely sure how to proceed through this part ... Though I feel somewhat comforted by the idea that you can sense vibrations in other ways, and so the concepts need not be considered foreign.</p><p>Because there is not just a magic in our heart-beat, but in the vibrations we create, and some are able to most directly, through song and speech.</p><p>Someone once said, it is a great blessing to love the sound of your own voice ... but then I ask, why should you not love the sound of your own voice ... even if you only feel able to hum a simple tune ... that tune is yours, it was given to you and no one else ...</p><p>That you carry the timber of the frequencies, how you choose to move from one note to the next ... that is you, divinely and sacredly, entirely and wholly, you ... cherish the opportunity to be so miraculous.</p><p>Or so I feel compelled to encourage you.</p><hr><p>Speak kindly to yourself ... sing softly, scream out loud if you need to ... your vibrations, your song, your beat ... these are tools that were given to you, to help you heal yourself.</p><p>This world is not kind to any of us ... though as another great-mind once wrote, "Even kings shit."</p><p>And while I'm not here to tell you to temper your anger for the sake of peace, rather to encourage you to expand the possibilities of your reality tunnel; find where the boundaries bend, and may even be broken.</p><p>So when you are feeling sad ... you can remember that in a few hours, a few days, or maybe a few months; you'll be able to see how your sadness was merely the river meant to carry you to the ocean cove of your dreams.</p><p>But first, you have to believe that there are other ways of looking at things, than the way you might want to view them.</p><p>And by the power of your vibration, and your song ... You can remember how to do exactly this more quickly than you once might have.</p>',13)])])}const m=o(i,[["render",r]]);export{c as __pageData,m as default};
|
||||
1
docs/.vitepress/dist/assets/df_guide_2_medi_vibes.md.BL-BuG9R.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as o,c as t,o as a,ah as n}from"./chunks/framework.BfS8l2sS.js";const c=JSON.parse('{"title":"Vibrational Medication","description":"","frontmatter":{},"headers":[],"relativePath":"df_guide/2_medi_vibes.md","filePath":"df_guide/2_medi_vibes.md"}'),i={name:"df_guide/2_medi_vibes.md"};function r(s,e,h,u,d,l){return a(),t("div",null,[...e[0]||(e[0]=[n("",13)])])}const m=o(i,[["render",r]]);export{c as __pageData,m as default};
|
||||
1
docs/.vitepress/dist/assets/df_guide_3_with_loneliness.md.Bo6ULJ8y.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as t,c as o,o as a,ah as i}from"./chunks/framework.BfS8l2sS.js";const u=JSON.parse('{"title":"Contemplating Loneliness","description":"","frontmatter":{},"headers":[],"relativePath":"df_guide/3_with_loneliness.md","filePath":"df_guide/3_with_loneliness.md"}'),n={name:"df_guide/3_with_loneliness.md"};function s(r,e,h,l,d,p){return a(),o("div",null,[...e[0]||(e[0]=[i('<h1 id="contemplating-loneliness" tabindex="-1">Contemplating Loneliness <a class="header-anchor" href="#contemplating-loneliness" aria-label="Permalink to “Contemplating Loneliness”"></a></h1><p>That last section ended a bit hollow for me ...</p><p>Life isn't so easy that one can just sing-a-song to change their mood ... at least not in the beginning.</p><div class="danger custom-block"><p class="custom-block-title">Actual Magic</p><p>I used to use a trick when I caught my mind going somewhere I didn't want to go ...</p><p>As soon as I realized where my mind was going I repeated the phrase, "I have lives, and loves and dreams." Often three times ... and this was enough to scramble my brain, so as to clear my mind for the next random thought ... It was like shaking a magic 8 ball; <em>Nope! Next message!</em></p></div><p>The dude lived a crazy life ... was a fighter pilot in World War I; returned home a hero, so his uncle gifted him enough money that he'd never have to worry about it again.</p><p>Went mountain climbing in India ... and then dove headfirst into the occult ... <a href="https://en.wikipedia.org/wiki/Aleister_Crowley" target="_blank" rel="noreferrer">Aleister Crowley</a> was considered one of the most evil entities in his time, and afterwards.</p><p>Though he wrote one particular part of a book that I wish to mention ... <a href="https://invisiblehouse.org/pdf/liber004_1.pdf" target="_blank" rel="noreferrer">Part 1 of Book 4</a>.</p><p>In this collection Aleister recounts the precise method of meditation, and it's objective purpose; the key points of which I will now fail to recount or paraphrase accurately.</p><p>All of our minds are racing ... constantly, most of us can't control our thoughts, and those who say that they can are the least capable. Nonetheless, only the truest failures forsake the effort to try again; and so we arm ourselves will tools.</p><p>Meditation being one such tool ... And while often think of meditation as perhaps closing our eyes, or staring at a wall ... sitting still, or maybe even lying still ... but what is the purpose ?!?</p><p>Is the purpose to clear our minds ... empty our conscious to become one with the void ?!?</p><p><em>Or is that just the drugs talking?</em></p><p>I mean, it sounds like a nearly impossible feat to me ... so, no.</p><p>That is not the expectation I'm going to bring to meditation ...</p><p>Rather, it is a time to observe our thoughts ... as each passes through our mind, ask of it, wherefrom do you travel, and why? What is your aspiration, and what is your fear?</p><p>And in this manner, weighing the might and mettle of our thoughts ... some we will deem virtuous, <em>and perhaps it is these we might learn to guard most against ...</em> while others we will hopefully be compelled to inquire ... what pain bore this negative emanation?</p><p>And so journey further within ourselves to find the deeper wounds that need healing.</p><p>Meditation is about the time we take to do this work ...</p><p>We do not close our eyes, or stare at a wall, in order to clear our minds ... but rather to more clearly see the journey each thought has taken to arrive at the surface of our consciousness;</p><p>And whereto it might be best served to go.</p>',20)])])}const c=t(n,[["render",s]]);export{u as __pageData,c as default};
|
||||
1
docs/.vitepress/dist/assets/df_guide_3_with_loneliness.md.Bo6ULJ8y.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as t,c as o,o as a,ah as i}from"./chunks/framework.BfS8l2sS.js";const u=JSON.parse('{"title":"Contemplating Loneliness","description":"","frontmatter":{},"headers":[],"relativePath":"df_guide/3_with_loneliness.md","filePath":"df_guide/3_with_loneliness.md"}'),n={name:"df_guide/3_with_loneliness.md"};function s(r,e,h,l,d,p){return a(),o("div",null,[...e[0]||(e[0]=[i("",20)])])}const c=t(n,[["render",s]]);export{u as __pageData,c as default};
|
||||
1
docs/.vitepress/dist/assets/df_guide_4_enter_alchemy.md.DcZx6NAy.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as t,c as o,o as a,ah as n}from"./chunks/framework.BfS8l2sS.js";const m=JSON.parse('{"title":"Entertaining Alchemy","description":"","frontmatter":{},"headers":[],"relativePath":"df_guide/4_enter_alchemy.md","filePath":"df_guide/4_enter_alchemy.md"}'),i={name:"df_guide/4_enter_alchemy.md"};function s(r,e,h,l,p,d){return a(),o("div",null,[...e[0]||(e[0]=[n('<h1 id="entertaining-alchemy" tabindex="-1">Entertaining Alchemy <a class="header-anchor" href="#entertaining-alchemy" aria-label="Permalink to “Entertaining Alchemy”"></a></h1><p>Origins of the occult knowledge.</p><p>What does it all mean?</p><p>Kneading and fortifying the will.</p><div class="tip custom-block"><p class="custom-block-title">A Memory from the Future</p><p>If I speak in the tongues of men or of angels, but do not have love, I am only a resounding gong or a clanging cymbal. If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but do not have love, I am nothing. If I give all I possess to the poor and give over my body to hardship that I may boast, but do not have love, I gain nothing.</p><p>Love is patient, love is kind. It does not envy, it does not boast, it is not proud. It does not dishonor others, it is not self-seeking, it is not easily angered, it keeps no record of wrongs. Love does not delight in evil but rejoices with the truth. It always protects, always trusts, always hopes, always perseveres.</p><p>Love never fails. But where there are prophecies, they will cease; where there are tongues, they will be stilled; where there is knowledge, it will pass away. For we know in part and we prophesy in part, but when completeness comes, what is in part disappears.</p><p>When I was a child, I talked like a child, I thought like a child, I reasoned like a child. When I became a man, I put the ways of childhood behind me.</p><p>For now we see only a reflection as in a mirror; then we shall see face to face. Now I know in part; then I shall know fully, even as I am fully known.</p><p>And now these three remain: faith, hope and love. But the greatest of these is love.</p><p><strong>Corinthians 1 Chapter 13</strong></p></div><p>The book of St. Thomas; when the two become one.</p><p>Ghost in the Shell.</p><p>From Hebrew to the Groove Ware People and the White Goddess.</p><p>Words, symbols and stories.</p><p>The hero's journey and the zodiac.</p><p>The importance of words, and being able to name things.</p>',11)])])}const f=t(i,[["render",s]]);export{m as __pageData,f as default};
|
||||
1
docs/.vitepress/dist/assets/df_guide_4_enter_alchemy.md.DcZx6NAy.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as t,c as o,o as a,ah as n}from"./chunks/framework.BfS8l2sS.js";const m=JSON.parse('{"title":"Entertaining Alchemy","description":"","frontmatter":{},"headers":[],"relativePath":"df_guide/4_enter_alchemy.md","filePath":"df_guide/4_enter_alchemy.md"}'),i={name:"df_guide/4_enter_alchemy.md"};function s(r,e,h,l,p,d){return a(),o("div",null,[...e[0]||(e[0]=[n("",11)])])}const f=t(i,[["render",s]]);export{m as __pageData,f as default};
|
||||
1
docs/.vitepress/dist/assets/df_guide_5_test_ethic.md.nyIQpJwM.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as a,c as s,o,j as t,a as n}from"./chunks/framework.BfS8l2sS.js";const _=JSON.parse('{"title":"A Test of Ethics","description":"","frontmatter":{},"headers":[],"relativePath":"df_guide/5_test_ethic.md","filePath":"df_guide/5_test_ethic.md"}'),i={name:"df_guide/5_test_ethic.md"};function l(r,e,c,d,h,u){return o(),s("div",null,[...e[0]||(e[0]=[t("h1",{id:"a-test-of-ethics",tabindex:"-1"},[n("A Test of Ethics "),t("a",{class:"header-anchor",href:"#a-test-of-ethics","aria-label":"Permalink to “A Test of Ethics”"},"")],-1),t("p",null,"The four accords, and their manipulations",-1),t("ol",null,[t("li",null,"Impeccable with your word."),t("li",null,"Don't take anything personally."),t("li",null,"Don't make assumptions."),t("li",null,"Always do your best.")],-1),t("p",null,"It's that last one that is the pain in the butt ... and holds us accountable to deeper definitions for points 2 and 3 ... less we be hung from a cross built by #1.",-1)])])}const p=a(i,[["render",l]]);export{_ as __pageData,p as default};
|
||||
1
docs/.vitepress/dist/assets/df_guide_5_test_ethic.md.nyIQpJwM.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as a,c as s,o,j as t,a as n}from"./chunks/framework.BfS8l2sS.js";const _=JSON.parse('{"title":"A Test of Ethics","description":"","frontmatter":{},"headers":[],"relativePath":"df_guide/5_test_ethic.md","filePath":"df_guide/5_test_ethic.md"}'),i={name:"df_guide/5_test_ethic.md"};function l(r,e,c,d,h,u){return o(),s("div",null,[...e[0]||(e[0]=[t("h1",{id:"a-test-of-ethics",tabindex:"-1"},[n("A Test of Ethics "),t("a",{class:"header-anchor",href:"#a-test-of-ethics","aria-label":"Permalink to “A Test of Ethics”"},"")],-1),t("p",null,"The four accords, and their manipulations",-1),t("ol",null,[t("li",null,"Impeccable with your word."),t("li",null,"Don't take anything personally."),t("li",null,"Don't make assumptions."),t("li",null,"Always do your best.")],-1),t("p",null,"It's that last one that is the pain in the butt ... and holds us accountable to deeper definitions for points 2 and 3 ... less we be hung from a cross built by #1.",-1)])])}const p=a(i,[["render",l]]);export{_ as __pageData,p as default};
|
||||
1
docs/.vitepress/dist/assets/df_guide_6_social_physics.md.CNA2jQCU.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as s,c as o,o as t,j as e,a as i}from"./chunks/framework.BfS8l2sS.js";const f=JSON.parse('{"title":"Social Physics","description":"","frontmatter":{},"headers":[],"relativePath":"df_guide/6_social_physics.md","filePath":"df_guide/6_social_physics.md"}'),r={name:"df_guide/6_social_physics.md"};function n(c,a,l,p,d,h){return t(),o("div",null,[...a[0]||(a[0]=[e("h1",{id:"social-physics",tabindex:"-1"},[i("Social Physics "),e("a",{class:"header-anchor",href:"#social-physics","aria-label":"Permalink to “Social Physics”"},"")],-1),e("p",null,"For everything good thing that happens, expect more + one bad thing. For every bad thing that happens, expect more + at least one good thing.",-1),e("p",null,`Rudyard Kipling's poem "If".`,-1),e("p",null,"Learning to temper the roofs, walls and floors of our reality tunnels.",-1)])])}const m=s(r,[["render",n]]);export{f as __pageData,m as default};
|
||||
1
docs/.vitepress/dist/assets/df_guide_6_social_physics.md.CNA2jQCU.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as s,c as o,o as t,j as e,a as i}from"./chunks/framework.BfS8l2sS.js";const f=JSON.parse('{"title":"Social Physics","description":"","frontmatter":{},"headers":[],"relativePath":"df_guide/6_social_physics.md","filePath":"df_guide/6_social_physics.md"}'),r={name:"df_guide/6_social_physics.md"};function n(c,a,l,p,d,h){return t(),o("div",null,[...a[0]||(a[0]=[e("h1",{id:"social-physics",tabindex:"-1"},[i("Social Physics "),e("a",{class:"header-anchor",href:"#social-physics","aria-label":"Permalink to “Social Physics”"},"")],-1),e("p",null,"For everything good thing that happens, expect more + one bad thing. For every bad thing that happens, expect more + at least one good thing.",-1),e("p",null,`Rudyard Kipling's poem "If".`,-1),e("p",null,"Learning to temper the roofs, walls and floors of our reality tunnels.",-1)])])}const m=s(r,[["render",n]]);export{f as __pageData,m as default};
|
||||
1
docs/.vitepress/dist/assets/df_guide_7_quantum_realm.md.BFXlzHiT.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as t,c as r,o as n,j as e,a as m}from"./chunks/framework.BfS8l2sS.js";const f=JSON.parse('{"title":"The Quantum Realm","description":"","frontmatter":{},"headers":[],"relativePath":"df_guide/7_quantum_realm.md","filePath":"df_guide/7_quantum_realm.md"}'),u={name:"df_guide/7_quantum_realm.md"};function l(d,a,o,s,_,i){return n(),r("div",null,[...a[0]||(a[0]=[e("h1",{id:"the-quantum-realm",tabindex:"-1"},[m("The Quantum Realm "),e("a",{class:"header-anchor",href:"#the-quantum-realm","aria-label":"Permalink to “The Quantum Realm”"},"")],-1),e("p",null,"What does it all mean ?",-1)])])}const h=t(u,[["render",l]]);export{f as __pageData,h as default};
|
||||
1
docs/.vitepress/dist/assets/df_guide_7_quantum_realm.md.BFXlzHiT.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as t,c as r,o as n,j as e,a as m}from"./chunks/framework.BfS8l2sS.js";const f=JSON.parse('{"title":"The Quantum Realm","description":"","frontmatter":{},"headers":[],"relativePath":"df_guide/7_quantum_realm.md","filePath":"df_guide/7_quantum_realm.md"}'),u={name:"df_guide/7_quantum_realm.md"};function l(d,a,o,s,_,i){return n(),r("div",null,[...a[0]||(a[0]=[e("h1",{id:"the-quantum-realm",tabindex:"-1"},[m("The Quantum Realm "),e("a",{class:"header-anchor",href:"#the-quantum-realm","aria-label":"Permalink to “The Quantum Realm”"},"")],-1),e("p",null,"What does it all mean ?",-1)])])}const h=t(u,[["render",l]]);export{f as __pageData,h as default};
|
||||
1
docs/.vitepress/dist/assets/df_guide_8_topol.md.BjXlxBWE.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as t,c as a,o as l,j as e,a as r}from"./chunks/framework.BfS8l2sS.js";const u=JSON.parse('{"title":"The Operational Philosophy of Life","description":"","frontmatter":{},"headers":[],"relativePath":"df_guide/8_topol.md","filePath":"df_guide/8_topol.md"}'),n={name:"df_guide/8_topol.md"};function i(s,o,p,d,h,f){return l(),a("div",null,[...o[0]||(o[0]=[e("h1",{id:"the-operational-philosophy-of-life",tabindex:"-1"},[r("The Operational Philosophy of Life "),e("a",{class:"header-anchor",href:"#the-operational-philosophy-of-life","aria-label":"Permalink to “The Operational Philosophy of Life”"},"")],-1),e("blockquote",null,[e("p",null,"Chaos is needed in order for a star to be born.")],-1),e("p",null,"Though in order to dance with chaos we need to know ourselves to the absolute core of our beings.",-1),e("p",null,"If not beyond.",-1)])])}const _=t(n,[["render",i]]);export{u as __pageData,_ as default};
|
||||
1
docs/.vitepress/dist/assets/df_guide_8_topol.md.BjXlxBWE.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as t,c as a,o as l,j as e,a as r}from"./chunks/framework.BfS8l2sS.js";const u=JSON.parse('{"title":"The Operational Philosophy of Life","description":"","frontmatter":{},"headers":[],"relativePath":"df_guide/8_topol.md","filePath":"df_guide/8_topol.md"}'),n={name:"df_guide/8_topol.md"};function i(s,o,p,d,h,f){return l(),a("div",null,[...o[0]||(o[0]=[e("h1",{id:"the-operational-philosophy-of-life",tabindex:"-1"},[r("The Operational Philosophy of Life "),e("a",{class:"header-anchor",href:"#the-operational-philosophy-of-life","aria-label":"Permalink to “The Operational Philosophy of Life”"},"")],-1),e("blockquote",null,[e("p",null,"Chaos is needed in order for a star to be born.")],-1),e("p",null,"Though in order to dance with chaos we need to know ourselves to the absolute core of our beings.",-1),e("p",null,"If not beyond.",-1)])])}const _=t(n,[["render",i]]);export{u as __pageData,_ as default};
|
||||
1
docs/.vitepress/dist/assets/df_guide_appendices.md.CDMgMihK.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as d,c as s,o as t,j as a,a as p}from"./chunks/framework.BfS8l2sS.js";const m=JSON.parse('{"title":"Appendices","description":"","frontmatter":{},"headers":[],"relativePath":"df_guide/appendices.md","filePath":"df_guide/appendices.md"}'),n={name:"df_guide/appendices.md"};function i(r,e,c,o,l,f){return t(),s("div",null,[...e[0]||(e[0]=[a("h1",{id:"appendices",tabindex:"-1"},[p("Appendices "),a("a",{class:"header-anchor",href:"#appendices","aria-label":"Permalink to “Appendices”"},"")],-1)])])}const u=d(n,[["render",i]]);export{m as __pageData,u as default};
|
||||
1
docs/.vitepress/dist/assets/df_guide_appendices.md.CDMgMihK.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as d,c as s,o as t,j as a,a as p}from"./chunks/framework.BfS8l2sS.js";const m=JSON.parse('{"title":"Appendices","description":"","frontmatter":{},"headers":[],"relativePath":"df_guide/appendices.md","filePath":"df_guide/appendices.md"}'),n={name:"df_guide/appendices.md"};function i(r,e,c,o,l,f){return t(),s("div",null,[...e[0]||(e[0]=[a("h1",{id:"appendices",tabindex:"-1"},[p("Appendices "),a("a",{class:"header-anchor",href:"#appendices","aria-label":"Permalink to “Appendices”"},"")],-1)])])}const u=d(n,[["render",i]]);export{m as __pageData,u as default};
|
||||
1
docs/.vitepress/dist/assets/df_guide_index.md.xD8OyHvK.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as t,c as a,o,ah as n}from"./chunks/framework.BfS8l2sS.js";const c=JSON.parse('{"title":"Welcome to the Guide","description":"","frontmatter":{},"headers":[],"relativePath":"df_guide/index.md","filePath":"df_guide/index.md"}'),i={name:"df_guide/index.md"};function r(s,e,h,l,d,p){return o(),a("div",null,[...e[0]||(e[0]=[n('<div class="tip custom-block"><p class="custom-block-title">Te Aviso</p><p>This is entirely a work in progress; none of which is being written by AI.</p><p>If you've got any suggestions for what you'd like to hear more about, lmk via <a href="https://instgram.com/canincarlos" target="_blank" rel="noreferrer">instagram</a> please.</p></div><h1 id="welcome-to-the-guide" tabindex="-1">Welcome to the Guide <a class="header-anchor" href="#welcome-to-the-guide" aria-label="Permalink to “Welcome to the Guide”"></a></h1><p>In the following paragraphs and pages I will attempt to explain who I am and why ...</p><p>So without any further ado ... let's begin ...</p><h2 id="a-soul-with-no-home" tabindex="-1">A soul with no home <a class="header-anchor" href="#a-soul-with-no-home" aria-label="Permalink to “A soul with no home”"></a></h2><p>Years later a therapist would tell me that my spirit was severed at birth, and part of it stayed with my mother ...</p><p>I was adopted as an infant from a country in the Global South, by fair-skinned, farm-raised Protestant-turned-Evangelical Christians ... into the Western Suburbs of a Midwestern city-state known as Minneapolis-St. Paul.</p><p>At the age of five I began learning to play the piano, and started performing for old folks in nursing homes; as well as singing, and acting, in musicals for the church.</p><p>The highlight of this career being the opportunity to perform with the Christian-Barney, known as Psalty the Singing Songbook ... for the Billy Graham Kidz Gig.</p><p>By the age of 21, I'd been married/divorced, fathered a kid, and was on my fourth government name.</p><p>Yee-haw ...</p><p>By the age of 35, I'd finally met my mother and sister ... am now using my first and second government names for identification purposes; though have yet to reconcile them all into my sixth, and perhaps final, government name.</p><p>Next year I'll be 40; and hopefully finally have my undergraduate degree as well.</p><p>And that's the long and short of my then-to-now story.</p><p>So now into the details ... academically speaking.</p>',15)])])}const f=t(i,[["render",r]]);export{c as __pageData,f as default};
|
||||
1
docs/.vitepress/dist/assets/df_guide_index.md.xD8OyHvK.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as t,c as a,o,ah as n}from"./chunks/framework.BfS8l2sS.js";const c=JSON.parse('{"title":"Welcome to the Guide","description":"","frontmatter":{},"headers":[],"relativePath":"df_guide/index.md","filePath":"df_guide/index.md"}'),i={name:"df_guide/index.md"};function r(s,e,h,l,d,p){return o(),a("div",null,[...e[0]||(e[0]=[n("",15)])])}const f=t(i,[["render",r]]);export{c as __pageData,f as default};
|
||||
1
docs/.vitepress/dist/assets/exocto_analytics.md.BM3Pg91r.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as e,c as t,o,ah as i}from"./chunks/framework.BfS8l2sS.js";const _=JSON.parse('{"title":"Analytics 101","description":"","frontmatter":{},"headers":[],"relativePath":"exocto/analytics.md","filePath":"exocto/analytics.md"}'),s={name:"exocto/analytics.md"};function h(r,a,l,c,n,p){return o(),t("div",null,[...a[0]||(a[0]=[i('<h1 id="analytics-101" tabindex="-1">Analytics 101 <a class="header-anchor" href="#analytics-101" aria-label="Permalink to “Analytics 101”"></a></h1><p>There are a few options though Google and Facebook are the largest shepherds of data.</p><h2 id="google-vs-pixel" tabindex="-1"><a href="#google-vs-pixel">#</a> Google vs Pixel <a class="header-anchor" href="#google-vs-pixel" aria-label="Permalink to “# Google vs Pixel”"></a></h2><p>So what’s up with them</p><h2 id="which-kpi-s" tabindex="-1"><a href="#which-kpi-s">#</a> Which KPI’s <a class="header-anchor" href="#which-kpi-s" aria-label="Permalink to “# Which KPI’s”"></a></h2><p>Which Key Point Indicators matter ?!</p><h2 id="how-to-set-up" tabindex="-1"><a href="#how-to-set-up">#</a> How to Set-up <a class="header-anchor" href="#how-to-set-up" aria-label="Permalink to “# How to Set-up”"></a></h2><p>So how do we set-up Google Analytics or FB Pixel?</p>',8)])])}const f=e(s,[["render",h]]);export{_ as __pageData,f as default};
|
||||
1
docs/.vitepress/dist/assets/exocto_analytics.md.BM3Pg91r.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as e,c as t,o,ah as i}from"./chunks/framework.BfS8l2sS.js";const _=JSON.parse('{"title":"Analytics 101","description":"","frontmatter":{},"headers":[],"relativePath":"exocto/analytics.md","filePath":"exocto/analytics.md"}'),s={name:"exocto/analytics.md"};function h(r,a,l,c,n,p){return o(),t("div",null,[...a[0]||(a[0]=[i("",8)])])}const f=e(s,[["render",h]]);export{_ as __pageData,f as default};
|
||||
1
docs/.vitepress/dist/assets/exocto_appendices.md.sVwSvUYe.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as a,c as i,o as r,ah as t}from"./chunks/framework.BfS8l2sS.js";const m=JSON.parse('{"title":"Appendices","description":"","frontmatter":{},"headers":[],"relativePath":"exocto/appendices.md","filePath":"exocto/appendices.md"}'),s={name:"exocto/appendices.md"};function n(o,e,d,h,l,p){return r(),i("div",null,[...e[0]||(e[0]=[t('<h1 id="appendices" tabindex="-1">Appendices <a class="header-anchor" href="#appendices" aria-label="Permalink to “Appendices”"></a></h1><h2 id="appendix-a-hosting-services" tabindex="-1"><a href="#appendix-a-hosting-services">#</a> Appendix A: Hosting Services <a class="header-anchor" href="#appendix-a-hosting-services" aria-label="Permalink to “# Appendix A: Hosting Services”"></a></h2><p>AWS, GCS, Heroku, Digital Ocean, Linode, RackSpace, & more</p><h3 id="aws-gcs" tabindex="-1"><a href="#aws-gcs">#</a> AWS & GCS <a class="header-anchor" href="#aws-gcs" aria-label="Permalink to “# AWS & GCS”"></a></h3><p>If you think you will need to be able to scale quickly.</p><p>Price can jump quickly.</p><h3 id="digital-ocean-linode-rackspace" tabindex="-1"><a href="#digital-ocean-linode-rackspace">#</a> Digital Ocean, Linode & Rackspace <a class="header-anchor" href="#digital-ocean-linode-rackspace" aria-label="Permalink to “# Digital Ocean, Linode & Rackspace”"></a></h3><p>You want your own server space and scaling isn't immediately important.</p><h3 id="heroku-netlify-more" tabindex="-1"><a href="#heroku-netlify-more">#</a> Heroku, Netlify & more <a class="header-anchor" href="#heroku-netlify-more" aria-label="Permalink to “# Heroku, Netlify & more”"></a></h3><p>Heroku is somewhere in-between AWS & Digital Ocean; it requires some specialized know-how, though has a somewhat small learning curve. It is also easy to scale if needs-be.</p><p>Netlify is for specialized static sites.</p><h3 id="aws-s3-buckets-for-static-sites" tabindex="-1"><a href="#aws-s3-buckets-for-static-sites">#</a> AWS S3 Buckets for Static Sites <a class="header-anchor" href="#aws-s3-buckets-for-static-sites" aria-label="Permalink to “# AWS S3 Buckets for Static Sites”"></a></h3><p>This may be the cheapest option for those building static sites.</p><h3 id="wordpress-options" tabindex="-1"><a href="#wordpress-options">#</a> WordPress Options <a class="header-anchor" href="#wordpress-options" aria-label="Permalink to “# WordPress Options”"></a></h3><p>(Managed Hosting Comparison)[<a href="https://www.codeinwp.com/blog/best-wordpress-hosting/%5C" target="_blank" rel="noreferrer">https://www.codeinwp.com/blog/best-wordpress-hosting/\\</a>]</p><h2 id="appendix-b-a-quality-beginner-wordpress-set-up" tabindex="-1"><a href="#appendix-b-a-quality-beginner-wordpress-set-up">#</a> Appendix B: A Quality Beginner WordPress Set-up! <a class="header-anchor" href="#appendix-b-a-quality-beginner-wordpress-set-up" aria-label="Permalink to “# Appendix B: A Quality Beginner WordPress Set-up!”"></a></h2><h3 id="basic-themes" tabindex="-1"><a href="#basic-themes">#</a> Basic Themes <a class="header-anchor" href="#basic-themes" aria-label="Permalink to “# Basic Themes”"></a></h3><h3 id="widgets" tabindex="-1"><a href="#widgets">#</a> Widgets <a class="header-anchor" href="#widgets" aria-label="Permalink to “# Widgets”"></a></h3><h3 id="plugins" tabindex="-1"><a href="#plugins">#</a> Plugins <a class="header-anchor" href="#plugins" aria-label="Permalink to “# Plugins”"></a></h3><h2 id="appendix-c-content-creation" tabindex="-1"><a href="#appendix-c-content-creation">#</a> Appendix C: Content Creation <a class="header-anchor" href="#appendix-c-content-creation" aria-label="Permalink to “# Appendix C: Content Creation”"></a></h2><p>Content creation is what ties everything together.</p><h3 id="tools-of-the-trade" tabindex="-1"><a href="#tools-of-the-trade">#</a> Tools of the Trade <a class="header-anchor" href="#tools-of-the-trade" aria-label="Permalink to “# Tools of the Trade”"></a></h3><h3 id="canva" tabindex="-1"><a href="#canva">#</a> Canva <a class="header-anchor" href="#canva" aria-label="Permalink to “# Canva”"></a></h3><p>With the Free account you can still obtain quality custom images and even videos that do <em>not</em> have a watermark!</p><h3 id="grammerly" tabindex="-1"><a href="#grammerly">#</a> Grammerly <a class="header-anchor" href="#grammerly" aria-label="Permalink to “# Grammerly”"></a></h3><h2 id="appendix-d-wordpress-entry-level-theme-editing" tabindex="-1"><a href="#appendix-d-wordpress-entry-level-theme-editing">#</a> Appendix D: WordPress Entry-Level Theme Editing <a class="header-anchor" href="#appendix-d-wordpress-entry-level-theme-editing" aria-label="Permalink to “# Appendix D: WordPress Entry-Level Theme Editing”"></a></h2><p>Learn a little CSS.</p>',27)])])}const f=a(s,[["render",n]]);export{m as __pageData,f as default};
|
||||
1
docs/.vitepress/dist/assets/exocto_appendices.md.sVwSvUYe.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as a,c as i,o as r,ah as t}from"./chunks/framework.BfS8l2sS.js";const m=JSON.parse('{"title":"Appendices","description":"","frontmatter":{},"headers":[],"relativePath":"exocto/appendices.md","filePath":"exocto/appendices.md"}'),s={name:"exocto/appendices.md"};function n(o,e,d,h,l,p){return r(),i("div",null,[...e[0]||(e[0]=[t("",27)])])}const f=a(s,[["render",n]]);export{m as __pageData,f as default};
|
||||
1
docs/.vitepress/dist/assets/exocto_automation.md.DEvrDE4y.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as a,c as e,o,ah as r}from"./chunks/framework.BfS8l2sS.js";const h=JSON.parse('{"title":"Automation 101","description":"","frontmatter":{},"headers":[],"relativePath":"exocto/automation.md","filePath":"exocto/automation.md"}'),s={name:"exocto/automation.md"};function i(n,t,p,u,m,c){return o(),e("div",null,[...t[0]||(t[0]=[r('<h1 id="automation-101" tabindex="-1">Automation 101 <a class="header-anchor" href="#automation-101" aria-label="Permalink to “Automation 101”"></a></h1><p>It’s a hot word these days, and surprisingly serves a tangible purpose!</p><p>The idea is to optimize our output. Create something once, and use technology to distribute across the net.</p><p>Make a TikTok, share it as a story to Instagram & Facebook; post it as a video to Twitter 😃 Or you can use tools to automate this process.</p><p>There are many ways to do this, and a growing number of platforms one might like to reach.</p><h2 id="zapier-vs-buffer-vs-itttt" tabindex="-1"><a href="#zapier-vs-buffer-vs-itttt">#</a> Zapier vs Buffer vs ITTTT <a class="header-anchor" href="#zapier-vs-buffer-vs-itttt" aria-label="Permalink to “# Zapier vs Buffer vs ITTTT”"></a></h2>',6)])])}const f=a(s,[["render",i]]);export{h as __pageData,f as default};
|
||||
1
docs/.vitepress/dist/assets/exocto_automation.md.DEvrDE4y.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as a,c as e,o,ah as r}from"./chunks/framework.BfS8l2sS.js";const h=JSON.parse('{"title":"Automation 101","description":"","frontmatter":{},"headers":[],"relativePath":"exocto/automation.md","filePath":"exocto/automation.md"}'),s={name:"exocto/automation.md"};function i(n,t,p,u,m,c){return o(),e("div",null,[...t[0]||(t[0]=[r("",6)])])}const f=a(s,[["render",i]]);export{h as __pageData,f as default};
|
||||
1
docs/.vitepress/dist/assets/exocto_cooltools.md.BC6_kCf0.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as t,c as a,o as r,j as e,a as l}from"./chunks/framework.BfS8l2sS.js";const u=JSON.parse('{"title":"Cool Tools","description":"","frontmatter":{},"headers":[],"relativePath":"exocto/cooltools.md","filePath":"exocto/cooltools.md"}'),s={name:"exocto/cooltools.md"};function n(c,o,d,i,p,h){return r(),a("div",null,[...o[0]||(o[0]=[e("h1",{id:"cool-tools",tabindex:"-1"},[l("Cool Tools "),e("a",{class:"header-anchor",href:"#cool-tools","aria-label":"Permalink to “Cool Tools”"},"")],-1),e("p",null,[e("a",{href:"https://check-your-website.server-daten.de/",target:"_blank",rel:"noreferrer"},"https://check-your-website.server-daten.de/")],-1),e("p",null,[e("a",{href:"https://dashboard.laterforreddit.com/analysis/",target:"_blank",rel:"noreferrer"},"Reddit Analysis")],-1),e("p",null,'José Alberto "Pepe" Mujica Cordano',-1),e("p",null,`He has been described as "the world's humblest head of state" due to his austere lifestyle and his donation of around 90 percent of his $12,000 monthly salary to charities that benefit poor people and small entrepreneurs.`,-1),e("p",null,"Tatiana Mac | How Privilege Defines Performance",-1)])])}const m=t(s,[["render",n]]);export{u as __pageData,m as default};
|
||||
1
docs/.vitepress/dist/assets/exocto_cooltools.md.BC6_kCf0.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as t,c as a,o as r,j as e,a as l}from"./chunks/framework.BfS8l2sS.js";const u=JSON.parse('{"title":"Cool Tools","description":"","frontmatter":{},"headers":[],"relativePath":"exocto/cooltools.md","filePath":"exocto/cooltools.md"}'),s={name:"exocto/cooltools.md"};function n(c,o,d,i,p,h){return r(),a("div",null,[...o[0]||(o[0]=[e("h1",{id:"cool-tools",tabindex:"-1"},[l("Cool Tools "),e("a",{class:"header-anchor",href:"#cool-tools","aria-label":"Permalink to “Cool Tools”"},"")],-1),e("p",null,[e("a",{href:"https://check-your-website.server-daten.de/",target:"_blank",rel:"noreferrer"},"https://check-your-website.server-daten.de/")],-1),e("p",null,[e("a",{href:"https://dashboard.laterforreddit.com/analysis/",target:"_blank",rel:"noreferrer"},"Reddit Analysis")],-1),e("p",null,'José Alberto "Pepe" Mujica Cordano',-1),e("p",null,`He has been described as "the world's humblest head of state" due to his austere lifestyle and his donation of around 90 percent of his $12,000 monthly salary to charities that benefit poor people and small entrepreneurs.`,-1),e("p",null,"Tatiana Mac | How Privilege Defines Performance",-1)])])}const m=t(s,[["render",n]]);export{u as __pageData,m as default};
|
||||
1
docs/.vitepress/dist/assets/exocto_index.md.DHdM3bQG.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as t,c as a,o,ah as i}from"./chunks/framework.BfS8l2sS.js";const m=JSON.parse('{"title":"The Exo-CTO Files","description":"","frontmatter":{},"headers":[],"relativePath":"exocto/index.md","filePath":"exocto/index.md"}'),s={name:"exocto/index.md"};function r(n,e,l,h,p,c){return o(),a("div",null,[...e[0]||(e[0]=[i('<h1 id="the-exo-cto-files" tabindex="-1">The Exo-CTO Files <a class="header-anchor" href="#the-exo-cto-files" aria-label="Permalink to “The Exo-CTO Files”"></a></h1><hr><p>WIP Advisory</p><p>This is still a work in progress - the outline exists, though content still needs to get filled.</p><p>Here I provide a straight-forward guide highlighting all of the necessities of launching a digital brand, or presence. It is presumed that you already have a product in mind.</p><p>That products can range from writing to art to merchandise or services.</p><p>Your next step is to build awareness of your product or service; and provide a place for people to learn more.</p><p>Websites can be as cheap or as expensive as you like. Static websites can cost as little as a few cents per month, or complete CMS’s or applications can cost tens to hundreds to thousands of dollars per month to run.</p><p>Though there is much more to building a presence than merely building a website.</p><p>We will cover analytics, search engine optimization, and more throughout this essay.</p><p>So strap in and enjoy the ride!</p><p><a href="./websites.html">Website</a> | <a href="./seo101.html">SEO</a> | <a href="./analytics.html">Analytics</a> | <a href="./mailinglists.html">Mailing Lists</a> | <a href="./socialmedia.html">Social Media</a> | <a href="./automation.html">Automation</a> | <a href="./payments.html">Payment Methods</a> | <a href="./appendices.html">Appendices</a></p>',12)])])}const u=t(s,[["render",r]]);export{m as __pageData,u as default};
|
||||
1
docs/.vitepress/dist/assets/exocto_index.md.DHdM3bQG.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as t,c as a,o,ah as i}from"./chunks/framework.BfS8l2sS.js";const m=JSON.parse('{"title":"The Exo-CTO Files","description":"","frontmatter":{},"headers":[],"relativePath":"exocto/index.md","filePath":"exocto/index.md"}'),s={name:"exocto/index.md"};function r(n,e,l,h,p,c){return o(),a("div",null,[...e[0]||(e[0]=[i("",12)])])}const u=t(s,[["render",r]]);export{m as __pageData,u as default};
|
||||
1
docs/.vitepress/dist/assets/exocto_licences.md.Dk7QbXAY.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as t,c as n,o,j as a,a as s}from"./chunks/framework.BfS8l2sS.js";const _=JSON.parse('{"title":"Software Licensing","description":"","frontmatter":{},"headers":[],"relativePath":"exocto/licences.md","filePath":"exocto/licences.md"}'),c={name:"exocto/licences.md"};function r(i,e,l,d,f,p){return o(),n("div",null,[...e[0]||(e[0]=[a("h1",{id:"software-licensing",tabindex:"-1"},[s("Software Licensing "),a("a",{class:"header-anchor",href:"#software-licensing","aria-label":"Permalink to “Software Licensing”"},"")],-1)])])}const x=t(c,[["render",r]]);export{_ as __pageData,x as default};
|
||||
1
docs/.vitepress/dist/assets/exocto_licences.md.Dk7QbXAY.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as t,c as n,o,j as a,a as s}from"./chunks/framework.BfS8l2sS.js";const _=JSON.parse('{"title":"Software Licensing","description":"","frontmatter":{},"headers":[],"relativePath":"exocto/licences.md","filePath":"exocto/licences.md"}'),c={name:"exocto/licences.md"};function r(i,e,l,d,f,p){return o(),n("div",null,[...e[0]||(e[0]=[a("h1",{id:"software-licensing",tabindex:"-1"},[s("Software Licensing "),a("a",{class:"header-anchor",href:"#software-licensing","aria-label":"Permalink to “Software Licensing”"},"")],-1)])])}const x=t(c,[["render",r]]);export{_ as __pageData,x as default};
|
||||
1
docs/.vitepress/dist/assets/exocto_mailinglists.md.D42Z_f3S.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as t,c as e,o as i,ah as s}from"./chunks/framework.BfS8l2sS.js";const d=JSON.parse('{"title":"Mailing Lists","description":"","frontmatter":{},"headers":[],"relativePath":"exocto/mailinglists.md","filePath":"exocto/mailinglists.md"}'),o={name:"exocto/mailinglists.md"};function l(r,a,n,h,m,c){return i(),e("div",null,[...a[0]||(a[0]=[s('<h1 id="mailing-lists" tabindex="-1">Mailing Lists <a class="header-anchor" href="#mailing-lists" aria-label="Permalink to “Mailing Lists”"></a></h1><p>The almighty email address!</p><p>Platforms may come and go, but emails addresses rarely change!</p><h2 id="mailchimp-vs-convertkit-vs-ghost" tabindex="-1"><a href="#mailchimp-vs-convertkit">#</a> MailChimp vs ConvertKit vs Ghost <a class="header-anchor" href="#mailchimp-vs-convertkit-vs-ghost" aria-label="Permalink to “# MailChimp vs ConvertKit vs Ghost”"></a></h2><h2 id="how-to-set-up" tabindex="-1"><a href="#how-to-set-up">#</a> How to Set-Up <a class="header-anchor" href="#how-to-set-up" aria-label="Permalink to “# How to Set-Up”"></a></h2><p>Consistently!</p>',6)])])}const _=t(o,[["render",l]]);export{d as __pageData,_ as default};
|
||||
1
docs/.vitepress/dist/assets/exocto_mailinglists.md.D42Z_f3S.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as t,c as e,o as i,ah as s}from"./chunks/framework.BfS8l2sS.js";const d=JSON.parse('{"title":"Mailing Lists","description":"","frontmatter":{},"headers":[],"relativePath":"exocto/mailinglists.md","filePath":"exocto/mailinglists.md"}'),o={name:"exocto/mailinglists.md"};function l(r,a,n,h,m,c){return i(),e("div",null,[...a[0]||(a[0]=[s("",6)])])}const _=t(o,[["render",l]]);export{d as __pageData,_ as default};
|
||||
1
docs/.vitepress/dist/assets/exocto_payments.md.BwzhBIvJ.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as e,c as t,o as r,ah as o}from"./chunks/framework.BfS8l2sS.js";const m=JSON.parse('{"title":"Payment Methods 101","description":"","frontmatter":{},"headers":[],"relativePath":"exocto/payments.md","filePath":"exocto/payments.md"}'),n={name:"exocto/payments.md"};function s(h,a,p,i,l,d){return r(),t("div",null,[...a[0]||(a[0]=[o('<h1 id="payment-methods-101" tabindex="-1">Payment Methods 101 <a class="header-anchor" href="#payment-methods-101" aria-label="Permalink to “Payment Methods 101”"></a></h1><p>How do we get that cool cash flow digitally??</p><h2 id="paypal" tabindex="-1"><a href="#paypal">#</a> PayPal <a class="header-anchor" href="#paypal" aria-label="Permalink to “# PayPal”"></a></h2><h2 id="stripe" tabindex="-1"><a href="#stripe">#</a> Stripe <a class="header-anchor" href="#stripe" aria-label="Permalink to “# Stripe”"></a></h2><h2 id="venmo" tabindex="-1"><a href="#venmo">#</a> Venmo <a class="header-anchor" href="#venmo" aria-label="Permalink to “# Venmo”"></a></h2><h2 id="cashapp" tabindex="-1"><a href="#cashapp">#</a> CashApp <a class="header-anchor" href="#cashapp" aria-label="Permalink to “# CashApp”"></a></h2>',6)])])}const _=e(n,[["render",s]]);export{m as __pageData,_ as default};
|
||||
1
docs/.vitepress/dist/assets/exocto_payments.md.BwzhBIvJ.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as e,c as t,o as r,ah as o}from"./chunks/framework.BfS8l2sS.js";const m=JSON.parse('{"title":"Payment Methods 101","description":"","frontmatter":{},"headers":[],"relativePath":"exocto/payments.md","filePath":"exocto/payments.md"}'),n={name:"exocto/payments.md"};function s(h,a,p,i,l,d){return r(),t("div",null,[...a[0]||(a[0]=[o("",6)])])}const _=e(n,[["render",s]]);export{m as __pageData,_ as default};
|
||||
1
docs/.vitepress/dist/assets/exocto_seo101.md.CRJt4LE8.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as t,c as a,o,ah as s}from"./chunks/framework.BfS8l2sS.js";const f=JSON.parse('{"title":"SEO 101","description":"","frontmatter":{},"headers":[],"relativePath":"exocto/seo101.md","filePath":"exocto/seo101.md"}'),r={name:"exocto/seo101.md"};function i(n,e,l,h,c,p){return o(),a("div",null,[...e[0]||(e[0]=[s('<h1 id="seo-101" tabindex="-1">SEO 101 <a class="header-anchor" href="#seo-101" aria-label="Permalink to “SEO 101”"></a></h1><p>Search Engine Optimization is a tricky word.</p><p>There was a time when you could game the system quite easily; now it’s a bit more difficult.</p><p>First off, Google has a few preferences that one is encouraged to follow.</p><p>We need to provide some metadata; as well,Google prefers for sites to be mobile-accessible. As well, for them to be updated regularly.</p><p>One is able to register with Google’s <a href="https://search.google.com/search-console" target="_blank" rel="noreferrer">Search Console</a> , and get feedback on your website’s Search Engine readability!</p><h2 id="sitemaps" tabindex="-1"><a href="#sitemaps">#</a> SiteMaps <a class="header-anchor" href="#sitemaps" aria-label="Permalink to “# SiteMaps”"></a></h2><p>Google loves these, and uses them to scrape your website for their search engine!</p><h2 id="mobile-first" tabindex="-1"><a href="#mobile-first">#</a> Mobile First <a class="header-anchor" href="#mobile-first" aria-label="Permalink to “# Mobile First”"></a></h2><p>Google also loves this, most folks use their phones to traverse the net these days. Making sure your website is responsive to their smaller screens will boost your website’s rating!</p><h2 id="consistent-content" tabindex="-1"><a href="#consistent-content">#</a> Consistent Content <a class="header-anchor" href="#consistent-content" aria-label="Permalink to “# Consistent Content”"></a></h2><p>Remember that sitemap, for scraping?</p><p>If Googles see that you are updating your website with new content often and consistently, it likes that too!</p>',13)])])}const m=t(r,[["render",i]]);export{f as __pageData,m as default};
|
||||
1
docs/.vitepress/dist/assets/exocto_seo101.md.CRJt4LE8.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as t,c as a,o,ah as s}from"./chunks/framework.BfS8l2sS.js";const f=JSON.parse('{"title":"SEO 101","description":"","frontmatter":{},"headers":[],"relativePath":"exocto/seo101.md","filePath":"exocto/seo101.md"}'),r={name:"exocto/seo101.md"};function i(n,e,l,h,c,p){return o(),a("div",null,[...e[0]||(e[0]=[s("",13)])])}const m=t(r,[["render",i]]);export{f as __pageData,m as default};
|
||||
1
docs/.vitepress/dist/assets/exocto_socialmedia.md.B9APVBs4.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as e,c as t,o as i,ah as n}from"./chunks/framework.BfS8l2sS.js";const m=JSON.parse('{"title":"Social Media 101","description":"","frontmatter":{},"headers":[],"relativePath":"exocto/socialmedia.md","filePath":"exocto/socialmedia.md"}'),o={name:"exocto/socialmedia.md"};function r(s,a,h,c,l,d){return i(),t("div",null,[...a[0]||(a[0]=[n('<h1 id="social-media-101" tabindex="-1">Social Media 101 <a class="header-anchor" href="#social-media-101" aria-label="Permalink to “Social Media 101”"></a></h1><p>Welcome to the jungle!</p><p>Picking which platforms are right for you is all about discerning how you want to interact with social media. While using automation, which we’ll discuss later, we can even make sure to hit 2nd and 3rd priority platforms 😃</p><h2 id="facebook-instagram" tabindex="-1"><a href="#facebook-instagram">#</a> Facebook/Instagram <a class="header-anchor" href="#facebook-instagram" aria-label="Permalink to “# Facebook/Instagram”"></a></h2><p>These are behemoths, though Instagram has further organic reach than Facebook, at present. Stories are heavily prioritized. I recommend converting any accounts you manage to business accounts as well. Linking Pages and Instagram accounts accordingly.</p><h2 id="twitter" tabindex="-1"><a href="#twitter">#</a> Twitter <a class="header-anchor" href="#twitter" aria-label="Permalink to “# Twitter”"></a></h2><p>It moves a miles miles a second, but you can find a niche rather quickly. While using hashtags, one can also amplify their reach.</p><h2 id="pinterest" tabindex="-1"><a href="#pinterest">#</a> Pinterest <a class="header-anchor" href="#pinterest" aria-label="Permalink to “# Pinterest”"></a></h2><p>For mature demographics Pinterest is often considered a goldmine for audiences that spend.</p><h2 id="linkedin" tabindex="-1"><a href="#linkedin">#</a> LinkedIn <a class="header-anchor" href="#linkedin" aria-label="Permalink to “# LinkedIn”"></a></h2><p>Depending upon the nature of your product, LinkedIn is also providing solid organic reach.</p><h2 id="snapchat" tabindex="-1"><a href="#snapchat">#</a> SnapChat <a class="header-anchor" href="#snapchat" aria-label="Permalink to “# SnapChat”"></a></h2><p>This is where the youth are at, though the company recently open-sourced their API, and many companies are building extentions to the SnapChat experience.</p><h2 id="tiktok" tabindex="-1"><a href="#tiktok">#</a> TikTok <a class="header-anchor" href="#tiktok" aria-label="Permalink to “# TikTok”"></a></h2><p>TikTok is the new blue whale in the room. While some companies were concerned about their content being accessible on other platforms; TikTok brands all of their content and encourages distribution on other platforms!</p><p>Additionally, their editing tools are first-in-class. I especially love the ability to time the appearance and disappearance of text!</p><p>Greating marketing and promotional tools!!</p>',17)])])}const k=e(o,[["render",r]]);export{m as __pageData,k as default};
|
||||
1
docs/.vitepress/dist/assets/exocto_socialmedia.md.B9APVBs4.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as e,c as t,o as i,ah as n}from"./chunks/framework.BfS8l2sS.js";const m=JSON.parse('{"title":"Social Media 101","description":"","frontmatter":{},"headers":[],"relativePath":"exocto/socialmedia.md","filePath":"exocto/socialmedia.md"}'),o={name:"exocto/socialmedia.md"};function r(s,a,h,c,l,d){return i(),t("div",null,[...a[0]||(a[0]=[n("",17)])])}const k=e(o,[["render",r]]);export{m as __pageData,k as default};
|
||||
1
docs/.vitepress/dist/assets/exocto_websites.md.6J92idVL.js
vendored
Normal file
1
docs/.vitepress/dist/assets/exocto_websites.md.6J92idVL.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as a,c as t,o as s,ah as o}from"./chunks/framework.BfS8l2sS.js";const m=JSON.parse('{"title":"Websites 101","description":"","frontmatter":{},"headers":[],"relativePath":"exocto/websites.md","filePath":"exocto/websites.md"}'),i={name:"exocto/websites.md"};function r(n,e,h,l,d,p){return s(),t("div",null,[...e[0]||(e[0]=[o("",73)])])}const u=a(i,[["render",r]]);export{m as __pageData,u as default};
|
||||
BIN
docs/.vitepress/dist/assets/github.captcha.9b563c85.BWTzTtSt.png
vendored
Normal file
|
After Width: | Height: | Size: 53 KiB |
BIN
docs/.vitepress/dist/assets/github.create-repo.d5651907.C69Krlvo.png
vendored
Normal file
|
After Width: | Height: | Size: 153 KiB |
BIN
docs/.vitepress/dist/assets/github.push-repo.7cffe2e2.DDhzNA5X.png
vendored
Normal file
|
After Width: | Height: | Size: 116 KiB |
BIN
docs/.vitepress/dist/assets/github.repo-details.0410823c.D7WLGvMQ.png
vendored
Normal file
|
After Width: | Height: | Size: 82 KiB |
BIN
docs/.vitepress/dist/assets/github.sign-in.42221568.Dc-9StxJ.png
vendored
Normal file
|
After Width: | Height: | Size: 116 KiB |
BIN
docs/.vitepress/dist/assets/github.survey.fc3f8197.DUzVJjJg.png
vendored
Normal file
|
After Width: | Height: | Size: 183 KiB |
BIN
docs/.vitepress/dist/assets/github.verify.d4a84b3a.Ca8XknQ7.png
vendored
Normal file
|
After Width: | Height: | Size: 51 KiB |
BIN
docs/.vitepress/dist/assets/image_0.7969aea8.D_UfmDqv.png
vendored
Normal file
|
After Width: | Height: | Size: 169 KiB |
BIN
docs/.vitepress/dist/assets/image_1.9cd6feb9.MW0K_gz5.png
vendored
Normal file
|
After Width: | Height: | Size: 241 KiB |
BIN
docs/.vitepress/dist/assets/image_2.55b290f6.M-d7-b2x.png
vendored
Normal file
|
After Width: | Height: | Size: 153 KiB |
BIN
docs/.vitepress/dist/assets/image_3.b7d4b2b3.MhywFWuD.png
vendored
Normal file
|
After Width: | Height: | Size: 184 KiB |
BIN
docs/.vitepress/dist/assets/image_4.66934a38.BEbniPnS.png
vendored
Normal file
|
After Width: | Height: | Size: 80 KiB |
BIN
docs/.vitepress/dist/assets/image_5.d95766c8.DiXV0-w8.png
vendored
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
docs/.vitepress/dist/assets/image_6.78b0caef.BbFM8bkP.png
vendored
Normal file
|
After Width: | Height: | Size: 277 KiB |
1
docs/.vitepress/dist/assets/index.1.md.D7r5zJY5.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as e,c as t,o as a}from"./chunks/framework.BfS8l2sS.js";const p=JSON.parse('{"title":"","description":"","frontmatter":{"layout":"home","hero":{"name":"DreamFreely Library","text":"Community Conscious Creations","tagline":"My great project tagline","actions":[{"theme":"brand","text":"Markdown Examples","link":"/markdown-examples"},{"theme":"alt","text":"API Examples","link":"/api-examples"}]},"features":[{"title":"Feature A","details":"Lorem ipsum dolor sit amet, consectetur adipiscing elit"},{"title":"Feature B","details":"Lorem ipsum dolor sit amet, consectetur adipiscing elit"},{"title":"Feature C","details":"Lorem ipsum dolor sit amet, consectetur adipiscing elit"}]},"headers":[],"relativePath":"index.1.md","filePath":"index.1.md"}'),i={name:"index.1.md"};function r(o,s,n,l,m,c){return a(),t("div")}const u=e(i,[["render",r]]);export{p as __pageData,u as default};
|
||||
1
docs/.vitepress/dist/assets/index.1.md.D7r5zJY5.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as e,c as t,o as a}from"./chunks/framework.BfS8l2sS.js";const p=JSON.parse('{"title":"","description":"","frontmatter":{"layout":"home","hero":{"name":"DreamFreely Library","text":"Community Conscious Creations","tagline":"My great project tagline","actions":[{"theme":"brand","text":"Markdown Examples","link":"/markdown-examples"},{"theme":"alt","text":"API Examples","link":"/api-examples"}]},"features":[{"title":"Feature A","details":"Lorem ipsum dolor sit amet, consectetur adipiscing elit"},{"title":"Feature B","details":"Lorem ipsum dolor sit amet, consectetur adipiscing elit"},{"title":"Feature C","details":"Lorem ipsum dolor sit amet, consectetur adipiscing elit"}]},"headers":[],"relativePath":"index.1.md","filePath":"index.1.md"}'),i={name:"index.1.md"};function r(o,s,n,l,m,c){return a(),t("div")}const u=e(i,[["render",r]]);export{p as __pageData,u as default};
|
||||
1
docs/.vitepress/dist/assets/index.md.DcciJnS6.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as e,c as t,o as i}from"./chunks/framework.BfS8l2sS.js";const p=JSON.parse('{"title":"","description":"","frontmatter":{"layout":"home","hero":{"name":"DreamFreely Library","text":"An ever-evolving repository","tagline":"Community Conscious Creations","image":{"src":"/hero1.webp","alt":"DF Library"},"actions":[{"theme":"brand","text":"Enter the Library","link":"/welcome/"}]},"features":[{"icon":"⚡️","title":"Rebel Coding","details":"A project-based introduction to coding, digital civic engagement and more."},{"icon":"🖖","title":"Manifesting Empathy","details":"An introduction to diversity, engagement and growth."},{"icon":"🛠️","title":"Exo-CTO","details":"Not who; but how, and why ..."}]},"headers":[],"relativePath":"index.md","filePath":"index.md"}'),n={name:"index.md"};function o(a,r,s,c,d,l){return i(),t("div")}const h=e(n,[["render",o]]);export{p as __pageData,h as default};
|
||||
1
docs/.vitepress/dist/assets/index.md.DcciJnS6.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as e,c as t,o as i}from"./chunks/framework.BfS8l2sS.js";const p=JSON.parse('{"title":"","description":"","frontmatter":{"layout":"home","hero":{"name":"DreamFreely Library","text":"An ever-evolving repository","tagline":"Community Conscious Creations","image":{"src":"/hero1.webp","alt":"DF Library"},"actions":[{"theme":"brand","text":"Enter the Library","link":"/welcome/"}]},"features":[{"icon":"⚡️","title":"Rebel Coding","details":"A project-based introduction to coding, digital civic engagement and more."},{"icon":"🖖","title":"Manifesting Empathy","details":"An introduction to diversity, engagement and growth."},{"icon":"🛠️","title":"Exo-CTO","details":"Not who; but how, and why ..."}]},"headers":[],"relativePath":"index.md","filePath":"index.md"}'),n={name:"index.md"};function o(a,r,s,c,d,l){return i(),t("div")}const h=e(n,[["render",o]]);export{p as __pageData,h as default};
|
||||
BIN
docs/.vitepress/dist/assets/inter-italic-cyrillic-ext.r48I6akx.woff2
vendored
Normal file
BIN
docs/.vitepress/dist/assets/inter-italic-cyrillic.By2_1cv3.woff2
vendored
Normal file
BIN
docs/.vitepress/dist/assets/inter-italic-greek-ext.1u6EdAuj.woff2
vendored
Normal file
BIN
docs/.vitepress/dist/assets/inter-italic-greek.DJ8dCoTZ.woff2
vendored
Normal file
BIN
docs/.vitepress/dist/assets/inter-italic-latin-ext.CN1xVJS-.woff2
vendored
Normal file
BIN
docs/.vitepress/dist/assets/inter-italic-latin.C2AdPX0b.woff2
vendored
Normal file
BIN
docs/.vitepress/dist/assets/inter-italic-vietnamese.BSbpV94h.woff2
vendored
Normal file
BIN
docs/.vitepress/dist/assets/inter-roman-cyrillic-ext.BBPuwvHQ.woff2
vendored
Normal file
BIN
docs/.vitepress/dist/assets/inter-roman-cyrillic.C5lxZ8CY.woff2
vendored
Normal file
BIN
docs/.vitepress/dist/assets/inter-roman-greek-ext.CqjqNYQ-.woff2
vendored
Normal file
BIN
docs/.vitepress/dist/assets/inter-roman-greek.BBVDIX6e.woff2
vendored
Normal file
BIN
docs/.vitepress/dist/assets/inter-roman-latin-ext.4ZJIpNVo.woff2
vendored
Normal file
BIN
docs/.vitepress/dist/assets/inter-roman-latin.Di8DUHzh.woff2
vendored
Normal file
BIN
docs/.vitepress/dist/assets/inter-roman-vietnamese.BjW4sHH5.woff2
vendored
Normal file
BIN
docs/.vitepress/dist/assets/manifestingempathy.d6385a4e.lN9x02FV.png
vendored
Normal file
|
After Width: | Height: | Size: 118 KiB |
33
docs/.vitepress/dist/assets/markdown-examples.md.B9ZdJivL.js
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
import{_ as i,c as a,o as n,ah as l}from"./chunks/framework.BfS8l2sS.js";const E=JSON.parse('{"title":"Markdown Extension Examples","description":"","frontmatter":{},"headers":[],"relativePath":"markdown-examples.md","filePath":"markdown-examples.md"}'),t={name:"markdown-examples.md"};function e(p,s,h,k,r,d){return n(),a("div",null,[...s[0]||(s[0]=[l(`<h1 id="markdown-extension-examples" tabindex="-1">Markdown Extension Examples <a class="header-anchor" href="#markdown-extension-examples" aria-label="Permalink to “Markdown Extension Examples”"></a></h1><p>This page demonstrates some of the built-in markdown extensions provided by VitePress.</p><h2 id="syntax-highlighting" tabindex="-1">Syntax Highlighting <a class="header-anchor" href="#syntax-highlighting" aria-label="Permalink to “Syntax Highlighting”"></a></h2><p>VitePress provides Syntax Highlighting powered by <a href="https://github.com/shikijs/shiki" target="_blank" rel="noreferrer">Shiki</a>, with additional features like line-highlighting:</p><p><strong>Input</strong></p><div class="language-md"><button title="Copy Code" class="copy"></button><span class="lang">md</span><pre class="shiki shiki-themes github-light github-dark" style="--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e;" tabindex="0" dir="ltr"><code><span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">\`\`\`js{4}</span></span>
|
||||
<span class="line"><span style="--shiki-light:#D73A49;--shiki-dark:#F97583;">export</span><span style="--shiki-light:#D73A49;--shiki-dark:#F97583;"> default</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> {</span></span>
|
||||
<span class="line"><span style="--shiki-light:#6F42C1;--shiki-dark:#B392F0;"> data</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> () {</span></span>
|
||||
<span class="line"><span style="--shiki-light:#D73A49;--shiki-dark:#F97583;"> return</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> {</span></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> msg: </span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;">'Highlighted!'</span></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> }</span></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> }</span></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">}</span></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">\`\`\`</span></span></code></pre></div><p><strong>Output</strong></p><div class="language-js"><button title="Copy Code" class="copy"></button><span class="lang">js</span><pre class="shiki shiki-themes github-light github-dark" style="--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e;" tabindex="0" dir="ltr"><code><span class="line"><span style="--shiki-light:#D73A49;--shiki-dark:#F97583;">export</span><span style="--shiki-light:#D73A49;--shiki-dark:#F97583;"> default</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> {</span></span>
|
||||
<span class="line"><span style="--shiki-light:#6F42C1;--shiki-dark:#B392F0;"> data</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> () {</span></span>
|
||||
<span class="line"><span style="--shiki-light:#D73A49;--shiki-dark:#F97583;"> return</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> {</span></span>
|
||||
<span class="line highlighted"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> msg: </span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;">'Highlighted!'</span></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> }</span></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> }</span></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">}</span></span></code></pre></div><h2 id="custom-containers" tabindex="-1">Custom Containers <a class="header-anchor" href="#custom-containers" aria-label="Permalink to “Custom Containers”"></a></h2><p><strong>Input</strong></p><div class="language-md"><button title="Copy Code" class="copy"></button><span class="lang">md</span><pre class="shiki shiki-themes github-light github-dark" style="--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e;" tabindex="0" dir="ltr"><code><span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">::: info</span></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">This is an info box.</span></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">:::</span></span>
|
||||
<span class="line"></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">::: tip</span></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">This is a tip.</span></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">:::</span></span>
|
||||
<span class="line"></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">::: warning</span></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">This is a warning.</span></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">:::</span></span>
|
||||
<span class="line"></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">::: danger</span></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">This is a dangerous warning.</span></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">:::</span></span>
|
||||
<span class="line"></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">::: details</span></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">This is a details block.</span></span>
|
||||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">:::</span></span></code></pre></div><p><strong>Output</strong></p><div class="info custom-block"><p class="custom-block-title custom-block-title-default">INFO</p><p>This is an info box.</p></div><div class="tip custom-block"><p class="custom-block-title custom-block-title-default">TIP</p><p>This is a tip.</p></div><div class="warning custom-block"><p class="custom-block-title custom-block-title-default">WARNING</p><p>This is a warning.</p></div><div class="danger custom-block"><p class="custom-block-title custom-block-title-default">DANGER</p><p>This is a dangerous warning.</p></div><details class="details custom-block"><summary>Details</summary><p>This is a details block.</p></details><h2 id="more" tabindex="-1">More <a class="header-anchor" href="#more" aria-label="Permalink to “More”"></a></h2><p>Check out the documentation for the <a href="https://vitepress.dev/guide/markdown" target="_blank" rel="noreferrer">full list of markdown extensions</a>.</p>`,19)])])}const c=i(t,[["render",e]]);export{E as __pageData,c as default};
|
||||
1
docs/.vitepress/dist/assets/markdown-examples.md.B9ZdJivL.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as i,c as a,o as n,ah as l}from"./chunks/framework.BfS8l2sS.js";const E=JSON.parse('{"title":"Markdown Extension Examples","description":"","frontmatter":{},"headers":[],"relativePath":"markdown-examples.md","filePath":"markdown-examples.md"}'),t={name:"markdown-examples.md"};function e(p,s,h,k,r,d){return n(),a("div",null,[...s[0]||(s[0]=[l("",19)])])}const c=i(t,[["render",e]]);export{E as __pageData,c as default};
|
||||
1
docs/.vitepress/dist/assets/mempath_OpenAI.Playground.md.C3ceZL9Q.js
vendored
Normal file
1
docs/.vitepress/dist/assets/mempath_OpenAI.Playground.md.C3ceZL9Q.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as i,c as t,o,ah as n}from"./chunks/framework.BfS8l2sS.js";const u=JSON.parse('{"title":"","description":"","frontmatter":{},"headers":[],"relativePath":"mempath/OpenAI.Playground.md","filePath":"mempath/OpenAI.Playground.md"}'),a={name:"mempath/OpenAI.Playground.md"};function s(r,e,d,l,h,p){return o(),t("div",null,[...e[0]||(e[0]=[n("",49)])])}const m=i(a,[["render",s]]);export{u as __pageData,m as default};
|
||||
1
docs/.vitepress/dist/assets/mempath_able-ism.md.Dof--8TS.js
vendored
Normal file
1
docs/.vitepress/dist/assets/mempath_able-ism.md.Dof--8TS.lean.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as e,c as a,o as s,ah as t}from"./chunks/framework.BfS8l2sS.js";const m=JSON.parse('{"title":"IV. Able-ism","description":"","frontmatter":{},"headers":[],"relativePath":"mempath/able-ism.md","filePath":"mempath/able-ism.md"}'),n={name:"mempath/able-ism.md"};function o(l,i,r,c,d,p){return s(),a("div",null,[...i[0]||(i[0]=[t("",22)])])}const b=e(n,[["render",o]]);export{m as __pageData,b as default};
|
||||
1
docs/.vitepress/dist/assets/mempath_appendices.md.DBar2q2m.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as a,c as t,o as r,ah as d}from"./chunks/framework.BfS8l2sS.js";const h=JSON.parse('{"title":"","description":"","frontmatter":{},"headers":[],"relativePath":"mempath/appendices.md","filePath":"mempath/appendices.md"}'),i={name:"mempath/appendices.md"};function n(o,e,p,s,c,l){return r(),t("div",null,[...e[0]||(e[0]=[d('<p><a href="#appendices">#</a> Appendices</p><h2 id="additional-reading" tabindex="-1"><a href="#additional-reading">#</a> Additional Reading <a class="header-anchor" href="#additional-reading" aria-label="Permalink to “# Additional Reading”"></a></h2><p><a href="https://efford.weebly.com/uploads/1/3/8/3/13833564/critical-theory-today_3.pdf" target="_blank" rel="noreferrer">Critical Theory Today</a> by Lois Tyson</p><p>Wretched of the Earth by Franz Fanon</p><p>Pedagogy of the Oppressed by Paulo Friere</p>',5)])])}const f=a(i,[["render",n]]);export{h as __pageData,f as default};
|
||||