started · updated
Web development techniques for Clojure highlighting and Octopress customization
Technical developments regarding blog customization and code syntax highlighting have been documented. One approach involves optimizing Clojure syntax highlighting by utilizing a stripped-down version of Nextjournal’s clojure-mode, a CodeMirror 6 integration. Through a process of rewriting the implementation to JavaScript and using Rollup with the Terser plugin, the bundle size was reduced to approximately 200kb (79kb gzipped).
Additionally, customization techniques for the Octopress blogging platform were detailed. Using Jekyll and Liquid templating, users can implement custom partials to add features such as author information sections, including images and social media links, by modifying layout files and SCSS stylesheets.
Entities
Babashka · CodeMirror · Jekyll · Nextjournal · Octopress