Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 924 Bytes

File metadata and controls

49 lines (34 loc) · 924 Bytes

framebit.org

Developing

This 10,000th iteration of this site is built using the Pelican static site generator.

  1. Clone the site.

  2. Create the virtualenv, source, and install pelican

pyenv virtualenv 3.7.3 pelican
pyenv local pelican
pip install pelican markdown sass
  1. Compile the Sass to CSS
sass --watch theme/static/sass/collector.sass:theme/static/css/output.css
  1. Do the site generation
pelican content
  1. Run the server
cd ~/projects/yoursite/output
python -m pelican.server
  1. Navigate to localhost:8000

It's best to run the server from a separate terminal as it will reload on changes, which is handy!

Previous Frameworks

  • iWeb (lol)
  • Wordpress
  • Drupal (that didn't stick)
  • Different Wordpress
  • I know, I'll write my own static site generator in Scala! (lol, no)
  • Jekyll
  • Pelican