Changelog
Mar 2021
- Added Unicode symbols at the start of introductory text in index pages.
- Renamed and reorganized some posts.
Feb 2021
- Updated montage images in index page to 2x images for high-resolution display.
- Added dashed border to non-plot images in SVG format.
- Replaced all plots in PNG format with a new version in SVG format.
Jan 2021
- Updated all posts with section headers added.
- Added montage images in index page.
- Added image captions in
<small>
tag to all images. - Added
/img/**/_*
to ignored files to prevent serving of my source files for images prefixed_
as a convention. - Updated stylesheets with modified default syntax highlighting PrismJS theme.
- Added tags to posts, which are listed in each post.
- Updated stylesheets to improve alignment of navigation items on narrow screens.
- Added Contact page that includes a feedback form.
Dec 2020
- Added avatar image to site header.
- Added changelogs to posts with styled
<hr>
tag (---
in Markdown) as separator.
Oct 2020
- Added
*.svg binary
to.gitattributes
to suppress text diffs for SVG files in Git logs. - Added
favicon.ico
image as shortcut icon for the website. - Moved all plot images to a new
/plot/
folder. - Added post navigation footer from upstream with customized styling with dashed line that is similar to that for header.
- Added Archive page that is separate from index page.
Jan 2020
- Updated stylesheets to use
system-ui
as first font choice.
Sep 2019
- Added post date to post template.