Skip to main content

Adritian

Theme shortcodes

Shortcodes are a convenient functionality of Hugo, allowing you to embed templates or layouts within other content. Some of the example built-in shortcodes are Instagram posts, YouTube videos, QR codes, etc. You can find the full list in the official docs. The theme provides also custom shortcodes: education-list experience-list You can see them in effect in the CV page (see source).

Create your own version of the site

This article is a guide to help you create your own version of the site using Adritian. It will cover the main steps to get started with the theme, and how to customize it to your needs. Creating a site This theme is for the content management system Hugo, so that will be a pre-requirement. Make sure that you install the extended version of Hugo, as the theme uses SCSS for styling, as well as image optimization.

Other installation methods

This is a guide that extends the default instructions offered in the theme readme. Manual configuration If you prefer to manually set your site, you need to replace the contents of your config file (hugo.toml) file by these: baseURL = "<your website url>" languageCode = "en" [module] [module.hugoVersion] # We use hugo.Deps to list dependencies, which was added in Hugo 0.92.0 min = "0.92.0" [[module.imports]] path="github.com/zetxek/adritian-free-hugo-theme" ## Base mounts - so your site's assets are available [[module.