Links To Review
- https://github.com/lingxz/er/tree/ebdb18610b68d6160652f690c968ce016189d1e8
- Like the list and journal layout for https://brainfck.org/topics/
- https://github.com/reorx/hugo-PaperModX
- https://github.com/dorneanu/roam/blob/main/layouts/partials/tag_cloud.html
- https://themes.gohugo.io/themes/typo/
- Like the CSS sizing and has latex support which is nice
- Don’t like how it’s so focused blogging
- More Person Focused Required
- https://janraasch.github.io/hugo-bearblog/
Hugo Doc Snipets
Useful for images and video
Deploy
How to deploy: https://gohugo.io/hosting-and-deployment/hosting-on-github/ Domain : https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site Setting up custom domains: https://www.youtube.com/watch?v=rIXWUJ5U8bY
At the start of templates remember to load: This sets up all the information to make the notes listable on our website.
+++
title = "Markdown Syntax Guide"
date = "2020-01-03"
description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
tags = [ "markdown", "syntax", ]
+++