Other articles
Installing Pelican and Mercurial on lubuntu
This post provides a step-by-step guide to manually install Pelican on the bare VirtualBox lubuntu image. You probably want to install it on your own machine as well for any serious work. In most cases, this should be easier than for lubuntu. The key is to make sure you have …
read moreIntroduction to Pelican
Pelican is a static web site generator implemented in Python. It rgenerates HTML pages and blog posts from Markdown or reStructuredText source files. Pelican is very lightweight, uses the Jinja2 templating engine to generate HTML, and supports themes.
Prepare environment
The tools that we will need are
- Pelican 3.5 …
Introduction to Virtualbox
What follows is the zero motivation and explanation instructions for getting the FEEG6003 base VirtualBox image (an LUbuntu 14.10 OS) up and running.
First download and install VirtualBox for your operating system.
Second download the feeg6003lubuntu image.
Then import the virtual machine into VirtualBox.
To start the machine just …
read more