Hugo's theme of my blog

As promised in my previous post, I’m excited to introduce the theme that powers my blog: version 0.0.1. ...

January 9, 2021 · Alexey Nevinsky

How to create gallery in hugo post

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

November 2, 2020 · Alexey Nevinsky

Set up page's seo with hugo

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. ...

April 1, 2020 · Alexey Nevinsky

Set up hugo and gitlab ci

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. ...

March 28, 2020 · Alexey Nevinsky

Setup a landing page on Hugo: ssh, fail2ban, nginx, certbot

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. ...

February 20, 2020 · Alexey Nevinsky