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

Sanitize, optimize, and a few bugfixes #19

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

Commits on Oct 6, 2019

  1. sanitized main.css;

    Pwuts committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    b1134f5 View commit details
    Browse the repository at this point in the history
  2. removed random trailing whitespace from many files;

    updated and minified Lunr;
    updated Bootstrap and JQuery js libraries;
    fixed author page links (broken in current release version);
    added GitHub+GitLab link support to author profiles;
    added rel="noopener" to external links because good practice;
    moved contact.md -> contact.html as it contains html and not markdown;
    fixed crammed 404 page layout;
    fixed excludes in _config.yml;
    added a robots.txt file which includes the host instead of just "/sitemap.xml";
    Pwuts committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    3e0cd3e View commit details
    Browse the repository at this point in the history
  3. theme.js: fixed and updated syntax for ECMAScript 6 compliance,

    optimized JQuery selectors;
    Pwuts committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    7f24990 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6aceeeb View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Reverted change to message in contact form

    was a personal change, and not supposed to be pushed back upstream. :)
    Pwuts authored Oct 7, 2019
    Configuration menu
    Copy the full SHA
    64d37bf View commit details
    Browse the repository at this point in the history