Skip to content
/ log Public

A personal web blog based on my Dario Hugo theme.

License

Notifications You must be signed in to change notification settings

GrantBirki/log

Repository files navigation

log

deploy Unlock On Merge ci

A personal web log based on my Dario Hugo theme.

View the live demo to see what it looks like.

home

Development

To run the site locally, simply run:

hugo server -D

Now you can visit localhost:1313 to see the site.

Open Graph Images

If you wish to render open graph images, you can use the following commands:

npm install
script/images

Then copy the resulting PNGs that got generated from the front matter of your blog posts into their corresponding content/posts/<post-name> directories.

The text on the open graph images comes from the following front matter fields of a blog post:

ogTitle: Grant Birkinbine
ogDescription: "An example of using the Dario hugo theme"

After you drop the resulting PNGs into your content/posts/<post-name> directories, you can point the following front matter field to the PNG file:

ogImage: /posts/example/og.png