-# Progress bar in the top during page loading. -# For more information: https://github.com/rstacruz/nprogress -nprogress: - enable: false - spinner: true
+# For more information: https://github.com/CodeByZach/pace +pace: + enable: false + # All available colors: + # black | blue | green | orange | pink | purple | red | silver | white | yellow + color: blue + # All available themes: + # big-counter | bounce | barber-shop | center-atom | center-circle | center-radar | center-simple + # corner-indicator | fill-left | flat-top | flash | loading-bar | mac-osx | material | minimal + theme: minimal
🐞 Bug Fixes
Fix image caption generated by pandoc with fancybox enabled (c377515)