Tag : hugo

09 January 2021 / / tech

As I promised in the previous post, I present to your attention the theme on which my blog works. Behind version 0.0.1.

02 November 2020 / / tech

When I made a post about chilling in Sochi, I had a need - add galleries with images to story.

01 April 2020 / / tech

Seo is nothing without good and caveat content. But find this content is very difficult without seo. In previous articles we created a simple blog based on hugo. In this article I will tell how to set up page’s seo on your site.

28 March 2020 / / tech

We set up docker with portainer in previous article. Now we build a simple landing page based on hugo. Sources will be stored in gitlab. Our changes will be automatically deployed on virtual machine by gitlab-ci.

20 February 2020 / / tech
You want a landing page or blog. You can use Wordpress but I think it is too mush for this. The best choice will be being Hugo - a static site generator written in Go. It is optimized for speed, easy use and configurability. Hugo takes a directory with content and templates and renders them into a full HTML website which hosted by nginx. Hugo makes use of markdown files with front matter for meta data.