{
  "$type": "site.standard.document",
  "description": "feat: add Hugo features showcase (syntax highlighting, markdown)",
  "path": "/posts/hola-mundo/",
  "publishedAt": "2024-06-14T00:00:00.000Z",
  "site": "https://read.ryancowl.es",
  "tags": [
    "Code"
  ],
  "textContent": "Taking Hugo for a Test Drive\n\nThis is my second post. Let’s see, what might a code snippet look like?\n\nSyntax highlighting out of the box is pretty slick and the theme can be changed via  (or ). Hm, why are these backticks included with inline code? I wonder if that’s intentional or not. Note: It looks like that was theme specific and I was able to override in  with:\n\nHow About a Subheading?\n\nLooking good, we love Markdown, don’t we folks? Now, let’s try a blockquote as well:\n\nYour Honor, years ago I recognized my kinship with all living beings, and I made up my mind that I was not one bit better than the meanest on earth. I said then, and I say now, that while there is a lower class, I am in it, and while there is a criminal element I am of it, and while there is a soul in prison, I am not free.\n\n— Eugene V. Debs\n\nWow, that’s great, someone should write that down. [^1]\n\n  \n\nNow let’s see what else…\n\nLet’s get a little meta with it. Here’s a snippet of JSON from my config file so far:\n\n📝 Note: I ended up using TOML instead. Read more in Hugo Init.\n\n  \n\nAnd we can try an image\n\nYour Honor, I have stated in this court that I am opposed to the social system in which we live; that I believe in a fundamental change—but if possible by peaceable and orderly means…\nAnything else?\n\nNo, that’ll do for now!\n\n[^1]: Someone did write this down.",
  "title": "Hola Mundo"
}