To make the homepage a little more interesting to look out, I thought' I'd have a look into [[http://getbootstrap.com|bootstrap]] as a framework. The plan is to do more with it over time, but for now using it like this is a placeholder/reminder. To get the latest version, just [[http://getbootstrap.com/docs/4.0/getting-started/download/|Download Bootstrap]]. Also, quick shout out for vim settings for indenting (I never remember them): [[https://stackoverflow.com/questions/234564/tab-key-4-spaces-and-auto-indent-after-curly-braces-in-vim|Tab key == 4 spaces and auto-indent after curly braces in Vim]] ====== Shell commands used ====== # Edit .vimrc, for indentation: https://stackoverflow.com/questions/234564/tab-key-4-spaces-and-auto-indent-after-curly-braces-in-vim vi ~/.vimrc #Install the unzip command sudo apt-get install unzip # Create a backup location and backup existing index page mkdir -p backup/homepage cp /var/www/html/index.html backup/homepage/. # Get the latest code and extract the archive (note: file name will change over tiem) cd /var/www/ wget https://github.com/twbs/bootstrap/releases/download/v4.0.0-beta.3/bootstrap-4.0.0-beta.3-dist.zip unzip bootstrap-4.0.0-beta.3-dist.zip rm bootstrap-4.0.0-beta.3-dist.zip #Edit the index.html file using the template in the getting started documentation: http://getbootstrap.com/docs/4.0/getting-started/introduction/ vi index.html ====== My homepage using the basic template ====== Roman-Halliday.com

Personal Homepage

More stuff: