Demo Blog
Welcome to the demo blog. You can customize (or remove) this section in the _index.md
file in the blog
folder. You can read about how to organize content in Hugo in the official docs.
The posts below are in the same folder (blog/
) and can be in the supported formats by hugo (Markdown, HTML, Emacs Org Mode, AsciiDoc, Pandoc, or reStructuredText).
You can use translations as well.
Published onFri Feb 14, 2025
·61 Words
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).
Published onTue Feb 11, 2025
·1487 Words
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.
Published onTue Feb 11, 2025
·1279 Words
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.
Sample blog content. Like a lorem ipsum but saying something more interesting.
Welcome to the world of “Content Ipsum,” the fresh alternative to the classic lorem ipsum. It’s the perfect blend for designers and writers who crave a dash of creativity and meaning in their placeholder text. Imagine a text that not only fills the space but also sparks the imagination, a text that weaves tales of innovation, inspiration, and the endless possibilities that creativity brings.
Published onFri Jun 21, 2024
·302 Words
Sample blog content. Like a lorem ipsum but saying something more interesting.
We will show some content that is supported:
Basic Syntax Headings # Heading 1 ## Heading 2 ### Heading 3 #### Heading 4 ##### Heading 5 ###### Heading 6 Heading 2 Heading 3 Heading 4 Heading 5 Heading 6 Emphasis *This text will be italic* _This will also be italic_ **This text will be bold** __This will also be bold__ _You **can** combine them_ This text will be italic