minimal
minimal copied to clipboard
Personal blog theme powered by Hugo
Does minimal use any google fonts or anything coming from an external source? if so, How can I upload and link the fonts on my webserver so to avoid google...
On Firefox, all blog contents appear centred instead of left-aligned. I believe this is due to `text-align: center;` being applied to `body` here (which Firefox seems to apply to everything):...
tested locally, seems to work
Hi, Hugo rookie here! Is there any way to add an image to the first page that includes the title and description (referred to in the config.toml file). Thank you,...
Updated README.md as the demo link was broken. For now, an archive link for the demo has been given. Fixes #117
Hi, The README.md file points to for the live demo, but that link is broken: ``` ❯ curl https://themes.gohugo.io/theme/minimal/ -i HTTP/1.1 404 Not Found ```
How do I hide the date on a blog post? Also this is the best Hugo theme I have used 😃 **EDIT:** I have tried the solution in #76, however...
if the configuration for where you would store all of the blog posts, by default `post` folder, is renamed to another folder name (e.g. 'posts' or what ever else) and...
Is this possible without a PR or a fork?
I am starting from scratch and would like to use this template. I have installed MULTIPLE times using the directions but nothing works. Steps to reproduce: ``` mkdir test.site cd...