While we're on the topic of MD, what's the best system for Markdown-based static blogs these days? With good code highlighting, images, colors, etc.
MdBook – a command line tool to create books with Markdown
11–20 of 71 posts
Re: MdBook – a command line tool to create books with Markdown
#12While we're on the topic of MD, what's the best system for Markdown-based static blogs these days? With good code highlighting, images, colors, etc.
Re: MdBook – a command line tool to create books with Markdown
#13While we're on the topic of MD, what's the best system for Markdown-based static blogs these days? With good code highlighting, images, colors, etc.
Re: MdBook – a command line tool to create books with Markdown
#14While we're on the topic of MD, what's the best system for Markdown-based static blogs these days? With good code highlighting, images, colors, etc.
I use my Markdown editor[1] to produce my blog[2].
keenwrite.bin -q -i "${FILE_MD}" -o "${FILE_HTML}" \
--curl-quotes=true
Offers external variable sources, too; see [3] and [4].[2]: https://dave.autonoma.ca/blog/
[3]: https://gitlab.com/DaveJarvis/KeenWrite/-/blob/main/docs/cmd...
Re: MdBook – a command line tool to create books with Markdown
#15Re: MdBook – a command line tool to create books with Markdown
#16Issue is that the file system layout is more like this:
/Product A/images/
/Product A/revision.tex
/Product A/instalwin7.tex
/Product A/instalwin10.tex
/Product A/layout.tex
/Product B/layout.tex
/Commmon/images/
/Common/companyinfo.tex
/Common/header.tex
/Win7/images
/Win7/access-cmd.tex
/Win10/images
/Win10/access-cmd.tex
Where Product A and Product B layout.tex links all LaTex files needed to build a complete document.
Re: MdBook – a command line tool to create books with Markdown
#17Re: MdBook – a command line tool to create books with Markdown
#18Earlier quoted context omitted.
I’ve been running quarto [0] for a few months now and I’m happy with it. Posts are saved as .qmd, with a little bit of special front matter for formatting and tagging. `quarto render` converts the .qmd(s) according to a simple config file. [0] https://quarto.org/
+1 for quarto. I love it for my personal website, and I use it on a daily basis to create technical reports for my day job.
Re: MdBook – a command line tool to create books with Markdown
#19While we're on the topic of MD, what's the best system for Markdown-based static blogs these days? With good code highlighting, images, colors, etc.
Re: MdBook – a command line tool to create books with Markdown
#20While we're on the topic of MD, what's the best system for Markdown-based static blogs these days? With good code highlighting, images, colors, etc.
I’ve been running quarto [0] for a few months now and I’m happy with it. Posts are saved as .qmd, with a little bit of special front matter for formatting and tagging. `quarto render` converts the .qmd(s) according to a simple config file. [0] https://quarto.org/