adding ExoCTO

This commit is contained in:
2026-01-11 21:04:33 -05:00
parent 4e3d24ae26
commit 3669dbfd51
2 changed files with 26 additions and 24 deletions

View File

@@ -21,6 +21,22 @@ export default defineConfig({
]
},
{
text: 'EXO-CTO',
items: [
{ text: 'Welcome', link: '/exocto/' },
{ text: 'Computers', link: '/exocto/puters' },
{ text: 'OSes', link: '/exocto/oses' },
{ 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: 'Rebel Coding 101',
items: [
@@ -46,22 +62,6 @@ export default defineConfig({
{ text: 'More Appendices', link: '/rebel_coding/more-appendices' },
]
},
{
text: 'EXO-CTO',
items: [
{ text: 'Welcome', link: '/exocto/' },
{ text: 'Computers', link: '/exocto/puters' },
{ text: 'OSes', link: '/exocto/oses' },
{ 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: [

View File

@@ -4,6 +4,16 @@ Here you will find a growing collection of guides spanning web development, web3
---
# Exo-CTO
This is a growing compendium of resources meant to provide budding individuals and entreprenuers with guides to all the aspects of computing and building a digital presence.
[History Review](./comphist) | [Computers](./puters) | [OSes](./seo101) | [Websites](./websites) | [Social Media](./socialmedia) | [Automation](./automation) | [Appendices](./appendices)
<!-- [Intro to Business](/exocto/) | [Website](/exocto/websites.html) | [SEO](/exocto/seo101.html) | [Analytics](/exocto/analytics.html) | [Mailing Lists](/exocto/mailinglists.html) | [Social Media](/exocto/socialmedia.html) | [Automation](/exocto/automation.html) | [Payment Methods](/exocto/payments.html) | [Appendices](/exocto/appendices.html) -->
---
# Rebel Coding 101
The first book in the Rebel Coding series introduces readers to all of the basics of web-development, HTML, CSS, & JavaScript; as well as the components of a full-stack website and the Python coding language.
@@ -26,14 +36,6 @@ In 102 we move on to creating an web application, rather than a web page. We use
<!-- Personalized coaching is available through [DigiSnaxx](). -->
<!-- ---
# Exo-CTO
This is a growing compendium of resources meant to provide budding entreprenuers with introductions to all the aspects of building a digital business and presence. We walk through all of the business aspects of building and maintaining a website, analytics, automation and more.
[Intro to Business](/exocto/) | [Website](/exocto/websites.html) | [SEO](/exocto/seo101.html) | [Analytics](/exocto/analytics.html) | [Mailing Lists](/exocto/mailinglists.html) | [Social Media](/exocto/socialmedia.html) | [Automation](/exocto/automation.html) | [Payment Methods](/exocto/payments.html) | [Appendices](/exocto/appendices.html) -->
---