3.7 KiB
3.7 KiB
Changelog
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 using static-src/scss/hyde-hyde/_customised.scss and static-src/scss/hyde-hyde/_variables.scss- To generate
hyde-hyde.css
, please use any SCSS compiler to compilehyde-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 static-src/scss/hyde-hyde/_variables.css)
- 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
- Adapt to Nate Finch's blog's colors and fonts.
- 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