GitXplorerGitXplorer
v

vstinner.github.io

public
6 stars
5 forks
0 issues

Commits

List of commits on branch pelican.
Unverified
c4ae88e376d22c3791d3c7d359c887dccca1ca2c

PEP 741

vvstinner committed 4 months ago
Unverified
cc4e1c33fd4fbae3933e995c1b7c0f8b364a5e7e

PEP 741

vvstinner committed 4 months ago
Unverified
9b610a4481a2bfd8feb07cbb0faad62b61aab2bd

PEP 741

vvstinner committed 4 months ago
Unverified
d2359cca86740006a17aa9c9e8823c5b6b589cc4

UnicodeWriter

vvstinner committed 6 months ago
Unverified
bd22e39567a08635927eaba36ba899093b67b420

CSS: bold titles

vvstinner committed 10 months ago
Unverified
12ba775cf674eb9f1f6eea8ba28e5671f487b996

Enhance CSS

vvstinner committed 10 months ago

README

The README file for this repository.

+++++++++++++++++++++ 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 <http://docs.getpelican.com/>_.

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