Jan-Lukas Else

Thoughts of an IT expert

Tags: Hugo


Automatic Webmention sending

Published on in 💬 Micro

My dynamic Hugo backend (it’s not just Micropub anymore) should now send Webmention requests automatically after publishing a post. I first thought about using the Telegraph API for that, but then just took the webmention library written in Go by Will Norris.

View

Series on jlelse.blog

Published on in 💬 Micro

Like Jamie Tanna, I now added the series taxonomy (more on taxonomies in the Hugo documentation) to my blog. The first series is “Using Windows”. I plan to make more use of this feature in the future.

View

Published on in 💬 Micro
Updated on

I’m expanding my hugo-micropub endpoint all the time. My next planned features are:

  1. automatic webmention sending, probably by using Telegraph
  2. automatic posting to my Microblog.pub instance
  3. support for updating entries (I already built support for querying content items)

View

Little improvements to my Micropub endpoint

Published on in 💭 Thoughts

The great thing about my custom Micropub endpoint for Hugo is, that I can add all the features I need.

View

I can now use Micropub to publish to my blog

Published on in ✍️ Posts

I can now make use of Micropub to post on my blog!

View

reveal-hugo: Slides with a Reveal.js theme for Hugo

Published on in 🔗 Links
Updated on

With PowerPoint, Keynote or Impress you can create nice presentations, but as a developer you might also want to version control your slides or create them with code. That’s where Reveal.js comes in. You can create beautiful slides with Markdown and they get rendered nicely in the browser.

View

If this post is published on my blog…

Published on in 💭 Thoughts

If this post is published on my blog, I successfully developed a nice piece of software that allows me to publish from wherever I go to my blog using just a web browser. Even from my smartphone!

View

Added JSON Feed to this blog

Published on in 💭 Thoughts
Updated on

Today I updated my blog setup to the new Hugo version 0.59, which includes nothing big, but several small improvements. In addition to that I finally added support for JSON Feed to this blog.

View

Discovering new (old) features in your favorite software

Published on in 💭 Thoughts

Although I use Hugo heavily for this blog and all my other websites for more than a year already, I discover new (old) features from time to time. About new features I’m often informed, because I read the changelog whenever a new version gets published1, but there are still a lot of features that appeared before I started using Hugo.

View

Using my blog to reply to other posts

Published on in 💭 Thoughts

Yesterday, I added support to my Hugo theme to use it to reply to other posts on the web using the u-in-reply-to class (here’s the documentation for h-entry) and sending a webmention after publishing the post.

View

Previous

Next

Jan-Lukas Else