Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Website update #199

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

[WIP] Website update #199

wants to merge 14 commits into from

Commits on Apr 8, 2018

  1. Configuration menu
    Copy the full SHA
    06e1d60 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. Configuration menu
    Copy the full SHA
    97da9db View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Configuration menu
    Copy the full SHA
    e6dce7c View commit details
    Browse the repository at this point in the history
  2. Remove usage of curly braces in markdown

    It's not a standard markdown and our flavor of markdown doesn't support it.
    nurupo committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    d5ec1ed View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. Configuration menu
    Copy the full SHA
    cf39c62 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2018

  1. Fix image links in articles

    nurupo committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    3c5513a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2018

  1. Add babel translation scripts

    nurupo committed Apr 28, 2018
    Configuration menu
    Copy the full SHA
    f00c596 View commit details
    Browse the repository at this point in the history
  2. Remove unused function

    nurupo committed Apr 28, 2018
    Configuration menu
    Copy the full SHA
    1c2d2c5 View commit details
    Browse the repository at this point in the history
  3. Add pip requirements

    nurupo committed Apr 28, 2018
    Configuration menu
    Copy the full SHA
    7991fdb View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Replace Read More Link plugin with template code

    The plugin is changing summary's HTML in an unexpected way, breaking
    internal content linking functionality. Article HTML is not a valid
    HTML, we have some URL starting with '{filename}', whcih Pelican is
    supposed substitute with the right path somewhere down the processing
    pipeline, but the plugin is run before that substitution takes place,
    it uses libxml to modify the HTML, libxml freaks out about '{filename}'
    as '{' and '}' are not allowed characters, and ends up escaping them, or
    so it seems, which in turn means that Pelican wouldn't do the
    substitution and we will end up with '{filename}' URLs in the output.
    
    This plugin has caused quite some issues in the past, it brings in
    libxml dependency and making it undo libxml's escaping of exactly
    '{filename}' feels like a dirty hack, because next time we might want
    to use '{foo}' and will face this same problem again, so I don't think
    this plugin is worth keeping. Not to mention that we don't really need
    this plugin in the first place, we can make a Read More link without it.
    Also, this plugin makes the Read More link be a part of the summary
    text, which is undesired since the summary is used to generate the feeds
    and our Read More would seem very out of place in there, the feeds
    likely put their own Read More in there, so it would be a double Read
    More, and reading more twice is not reading more anymore, it's reading
    much, too much in fact, assuming you read the whole article twice.
    nurupo committed May 2, 2018
    Configuration menu
    Copy the full SHA
    2267a0d View commit details
    Browse the repository at this point in the history
  2. Remove spaces

    nurupo committed May 2, 2018
    Configuration menu
    Copy the full SHA
    6ef8bc9 View commit details
    Browse the repository at this point in the history
  3. Use relative path to images

    nurupo committed May 2, 2018
    Configuration menu
    Copy the full SHA
    d9717b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. Don't require pkg-resources

    nurupo committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    d17ff3d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Add newer blog posts

    nurupo committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    d0b5fac View commit details
    Browse the repository at this point in the history