Skip to content

this is the source code for my personal website at koad.sh

License

Notifications You must be signed in to change notification settings

koad/koad-dot-sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koad-dot-sh

this source code is what makes up the site at koad.sh.

screenshot

what?

This website can be thought of as my master social profile, resume and portfolio.

originally I cloned Cveinnt's LiveTerm and thought it was awesome, which it is. But I don't like to over-complicate simple apps with skill-expensive frameworks so when the great rogers outage of 2022 happened and I had no access to blockchains (which is what I normally work on) I decided to port this into a meteorjs app so it fits better into world of wonders.

cheers.

I post this code on github because I need examples to show people how to use github://koad/io/.


devops using koad:io

start local

grab a local copy, and throw it in your koad:io entity's 'sites' directory as a folder named as the site you want to host.

git clone https://github.com/koad/koad-dot-sh.git ~/.astro/sites/koad.sh

start a local copy for development purposes with live-reload with isolated mongodb in .local folder

astro start site koad.sh

or, is same as

cd ~/.astro/sites/koad.sh
astro start

connect to shell

to the locally running runtime environment

astro shell

send to server

deployment skeleton to production server

astro deploy site koad.sh

build and upload

production package to production host

astro build site koad.sh
astro upload site koad.sh

start production

tell the server to start the process

astro start koad.sh

restart production

tell the server to restart the process

astro restart koad.sh

stop production

tell the server to restart the process

astro restart koad.sh

reference:

astro is my personal digital assistant I spawned using koad:io.

build using the gifts from the following...

About

this is the source code for my personal website at koad.sh

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project