4.8 KiB
4.8 KiB
Changelog
2018-09
- Experimenting collapsible menu in mobile mode (screen width less than 767px)
2018-08
- Fine tuning of
highlight.js
using front-matter - Fixing
layoutReverse
2018-07
- Revises the shortcode 'fig.html'
- Renames
header/font-awesome.html
toheader/font-awesome-css.html
and adds footer/font-awesome-js.html, uses Font-Awesome 5 deferred JavaScript loading to reduce CSS rendering blocking - Refactors and consolidates all responsive breakpoints and creates a new style _responsive.scss
- Refactors portfolio's projects into _project.scss
- Refactors styles for a list of posts into _list.scss
- Refactors misc. styles into _misc.scss
- Removes _customised.scss
Version 2.0
- The main styles are refactored and redeveloped using SCSS (see static-src/scss)
and we no longer need
poole.css
andhyde.css
becausehyde-hyde.scss
already incorporates relevant elementsHyde-hyde
can be customised by changing SCSS styles in static-src/scss/hyde-hyde and layouts in layouts- To generate
hyde-hyde.css
, please use any SCSS compiler to compile the main filehyde-hyde.scss
- Restructuring/modularising further the layouts (see layouts)
- Add 'Portfolio' page inspired by Xiaoying Riley (@3rdwave_themes) Developer-Theme
- Setting the main body font to use system fonts (see _variables.scss)
- In case you prefer Web fonts, just include the template "web-fonts.html" to "header.html"
- Switching to main fixed width font Source Code Pro
- Adding OpenGraph and TwitterCard templates (for SEO)
- Adding 'Related Articles' (see layouts/partials/post-related.html)
- Adding page navigation NEXT / PREVIOUS
- Switching datetime format to
"Jan 02 '06"
in the list of posts (see layouts/partials/post-list.html) to save some space - Changing styles for links, tags, text
- Adding some handy shortcodes for
<kbd></kbd>
and<blockquote></blockquote>
- The License under 'Some Rights Reversed' in the sidebar is switched from Creative Commons Attribution 4.0 International License to Creative Commons Attribution-ShareAlike 4.0 International License.
Version 1.0
- Color tones and layouts are inspired by Nate Finch's blog
- Restructuring/modularising the layouts (see
layouts/_default/baseof.html
,layouts/_default/single.html
,layouts/_default/list.html
andlayouts/partials
) - Using highlight.js for code highlighting
- Using Font-Awesome 5's icons
- Using main font Fira-Sans + fixed width font Roboto Mono
- Adding GraphComment for replacing the built-in Disqus
- Fork from Hyde
- Refactor
basedof.html
and corresponding pagesindex.html
,single.html
,list.html
- define blocks
content
andfooter
that will be fulfilled by each different type of layout.
- define blocks