Giter Site home page Giter Site logo

elite1002 / michaeljaylissner.com Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mlissner/michaeljaylissner.com

0.0 0.0 0.0 542.43 MB

The Blog

Home Page: http://michaeljaylissner.com

Shell 0.55% Python 1.03% PHP 0.46% CSS 0.30% Hack 0.89% Makefile 0.23% HTML 96.54%

michaeljaylissner.com's Introduction

Here Lives Mike Lissner's Personal Website

This repo contains the blog posts, pages, and other junk associated with my website. If you're interested in fixing a typo or doing other such things, you're absolutely welcome to.

Documentation of Common Tasks

Updating the plugins and themes

Plugins and themes are in ../pelican-plugins and ../pelican-themes. You can update them individually by, changing into their directory, then:

git pull --recurse-submodules
git submodule update --recursive

That'll get and update the correct submodules.

Updating the core requirements

You'll want to update Pelican from time to time. You can check your current version with:

pelican --version

If it's older than you want, you can update everything with:

pip install -r requirements.txt --upgrade

And you'll then want to freeze the new requirements with:

pip freeze > requirements.txt

Running in debug mode

Easy, peasy, use the --verbose and --debug flags:

pelican content -s pelicanconf.py --verbose --debug

Prepping and pushing a release

To do this, go into the home directory for the blog and run:

workon mjl.com
make github

This will generate a release, put it in the gh-pages branch, and then push it to Github.

Generally, after this is complete, a commit should be pushed to master with the changes.

Generating a specific page

This took some effort to figure out:

pelican -s pelicanconf.py --write-selected output/posts/2014/10/14/becoming-a-non-profit/index.html --debug

michaeljaylissner.com's People

Contributors

2br-2b avatar dependabot[bot] avatar ehtoob avatar mlissner avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.