Nyble a Day

Articles dans la catégorie «AdminStuff» :

The Inception

Dans «AdminStuff» par Ed rantanen

The Inception, or the beginning of a project; this site is to contain initially a group of disjointed ideas. Over time some of those ideas (projects) should take on a life of their own and become extended branches of ideas while other ideas will stub for lack of growth. As …

WordPress to Pelican

Dans «AdminStuff» par Ed Rantanen

Working my way through Pelican installation, followed several tutorials, some varying success. A learning process but a fun one at that. The pelicanconf.py and Makefile are very expandable one of the mods I did in the Makefile.

build:
  $(MAKE) clean
  $(MAKE) html
  -cp -R code_snips output/code_snips/

A mini-build …