Skip to content

My personal scenic overlook on the information superhighway

Notifications You must be signed in to change notification settings

ecurtin/framebit

Repository files navigation

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

About

My personal scenic overlook on the information superhighway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published