From 447fb1d6e4d68e008f5e64c4a8e019a6b86b794e Mon Sep 17 00:00:00 2001 From: gered Date: Sat, 1 Jul 2023 18:55:27 -0400 Subject: [PATCH] update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index fadab27..dcbf097 100644 --- a/README.md +++ b/README.md @@ -405,3 +405,14 @@ those in `.tmTheme` format (`.sublime-theme` format themes are not supported). I've written a quick CLI utility to expose this functionality in syntect to make it easier to use as an end-user. This can be found in the "syntax_to_css" project within this repository. This tool will let you turn your `.tmTheme` files from Sublime Text into `.css` files which you can then use with PBE to style your syntax highlighted code blocks. + +--- + +## Not-So-Frequently Asked Questions + +### Why not use a static site generator instead? + +If you want to use a static site generator, then that is what you should use! Absolutely! + +I find it a little boring personally, and I don't really care to learn how to use someone else's project for that. +You'll probably never see me use a static site generator for my own personal use.