diff options
| author | Brandon C. Irizarry <brandon.irizarry@gmail.com> | 2026-03-03 21:11:16 -0500 |
|---|---|---|
| committer | Brandon C. Irizarry <brandon.irizarry@gmail.com> | 2026-03-03 21:11:16 -0500 |
| commit | f6384a09f78a751554e3e49115338899384e4f05 (patch) | |
| tree | 059c507226d496e6819d32e5b6c506066c4d5669 /drafts/projects | |
| parent | bfa03b6a654c503977721e9f496e968bcf6c69bb (diff) | |
Edit for style
Diffstat (limited to 'drafts/projects')
| -rw-r--r-- | drafts/projects/buildablog.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drafts/projects/buildablog.md b/drafts/projects/buildablog.md index 71a1501..1630af9 100644 --- a/drafts/projects/buildablog.md +++ b/drafts/projects/buildablog.md @@ -20,11 +20,11 @@ is forwarded over to the [frontmatter](https://github.com/adrg/frontmatter) and (with help from the [goldmark-highlighting](https://github.com/yuin/goldmark-highlighting/v2) extension library for prettifying code listings.) -Basically, it felt like writing my own SSG from scratch felt like it -was going to be at most not that much harder than learning the ins and -outs of configuring an existing SSG like Hugo or Eleventy. It would -also in the end allow me to configure my site at the atomic level, so -to speak - I write and maintain the server endpoints, the HTML Go +Basically, writing my own SSG from scratch felt like it was going to +be at most not that much harder than learning the ins and outs of +configuring an existing SSG like Hugo or Eleventy. It would also in +the end allow me to configure my site at the atomic level, so to +speak - I write and maintain the server endpoints, the HTML Go templates, the CSS styling, you get the idea. Using Go templates can be daunting at first, but Section 4.6 of of |
