Python Register Classes
python --- 05/10/2020
conda env create -f environment.ymlb'data'
data = "ABCD"
encodedData = data.encode('utf-8')
decodedData = encodedData.decode('utf-8')
https://docs.aws.amazon.com/AmazonS3/latest/dev/website-hosting-custom-domain-walkthrough.html
TimeLine:
https://codepen.io/mathiesjanssen/pen/ggeBKm
Pygments Style:
http://pygments.org/demo/6870868/?style=borland
Boostrap:
https://getbootstrap.com/docs/4.3/components/card/
Jupyter Integration: (pelican 3.6.3)
https://janakiev.com/blog/pelican-jupyter/
Deal with Extra:
https://stackoverflow.com/questions/31270373/how-to-add-a-favicon-to-a-pelican-blog
create virtual environment:
python -m venv introansible
source introansible/bin/activate
install ansible:
pip install ansible
ansible localhost -a "echo 'hi'"
generate keys, and visit them, put public key on the
ssh-keygen -t rsa -b 4096 -o -C xiangxu1105@gmail.com
/User/shawn/.ssh/introAnsible
ls ~/.ssh/ | grep introAnsible
Core …
pelican content -s pelicanconf.py -t ~/pelican-themes/Flexpelican --listenStep by Step Details: http://anendeavour.com/hosting_a_static_blog_on_s3.html