Source code for my personal website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Alexandros Theodotou c60f57e628
update ffmpeg cheatsheet with trimming audio
2 years ago
content update ffmpeg cheatsheet with trimming audio 2 years ago
themes/alextee add guix packagers guide 2 years ago
.gitignore move to pelican 4 years ago
COPYING move to pelican 4 years ago
Makefile fix SSH_HOST being hardcoded 2 years ago
README.md add ffmpeg cheatsheet 2 years ago
pelicanconf.py fix link to sources 2 years ago
publishconf.py change domain to alexandrostheodotou.com 3 years ago
tasks.py remove more references to alextee.org 2 years ago

README.md

alextee-web

Source for www.alexandrostheodotou.com

Build

make html

Dependencies

  • pelican

Deploy

SSH_USER=<user> SSH_HOST=<host> SSH_TARGET_DIR=<target-dir> make rsync_upload