Skip to content

vstinner/vstinner.github.io

pelican
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Victor Stinner blog 3

Read the blog online: http://vstinner.github.io/

Source at Github: https://github.com/vstinner/vstinner.github.io

The blog is generated by Pelican.

Build HTML output:

Type:

make html

Then open output/index.html.

Publish

Command to publish the HTML output:

make github

Setup

Requirements:

  • pelican
  • ghp-import
  • aboutwilson theme

Command:

python3 -m pip install --user --upgrade pelican ghp-import

The aboutwilson theme comes from: https://github.com/getpelican/pelican-themes/tree/master/aboutwilson