introduce figcaption
This commit is contained in:
parent
05dea86964
commit
d8ea74211f
14 changed files with 81 additions and 63 deletions
|
|
@ -9,7 +9,7 @@ Not anymore, since last night I refactored the whole site using [Zola](https://g
|
|||
|
||||

|
||||
|
||||
> Comparison of how the blog site looks before (left) and after (right) the refactor.
|
||||
{% cap() %}Comparison of how the blog site looks before (left) and after (right) the refactor.{% end %}
|
||||
|
||||
Aside from artistic changes, the main reason behind this refactor is to use a static site generator (SSG) that has fewer dependencies and straight-forward control of templates.
|
||||
I will dive deeper into the rationale and the refactor process below.
|
||||
|
|
@ -74,4 +74,4 @@ Zola itself is very lightweight. As for the generated blog site, the only extern
|
|||
|
||||

|
||||
|
||||
> Load speed comparison of my homepage and the refactored blog site.
|
||||
{% cap() %}Load speed comparison of my homepage and the refactored blog site.{% end %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue