This site hosts sources of the subdomain tweetbulb.kitt.ai.
Main website is hosted at https://github.com/Kitt-AI/Kitt-AI.github.io
To synchornize themes between the subdomain and main domain, follow these steps:
- publish main site, with the source code at kitt.ai/tweetbulb0
wget kitt.ai/tweetbulb0 -O index.html
sed -i 's/"\/assets/"http:\/\/kitt.ai\/assets/g' index.html
git commit
andgit push
Step 3 makes sure that browser still finds assets
files from the main site. This website only hosts the subdomain index.html
file.
Appending 0 to tweetbulb makes sure that Github doesn't serve kitt.ai/tweetbulb (with relative path) as tweetbulb.kitt.ai (with absolute path).