This commit is contained in:
Nox Sluijtman 2022-08-18 15:30:54 +02:00
parent ca996286d8
commit a0ff225ce3

View file

@ -34,11 +34,11 @@ This time really diving into the structure of the themes and it clicked.
A thing that probably helped this time around was that it very quickly became clear to me that the features I had been half arsedly implementing in my Makefile were standard features for Hugo.
Another thing that undoubtedly helped being that the philosophy and syntax of Pandoc's more advanced features are quite similar to Hugo's.
# Disservice to Hugo
## Disservice to Hugo
One big thing I bump into with Hugo is the fact that most Hugo websites I come across take one template and _maybe_ change the colorscheme.
I feel this is a great disservice to the potential that Hugo has to offer in terms of flexibility.
Yes, you _can_ have it similar to Wordpress, but you don't _have to_.
Yes, you _can_ have it act similar to Wordpress, but you don't _have to_.
I was scared off because I assumed would have to use some existing template or get my CSS to work within a Hugo context.
The process of which, I assumed, would be mostly having beat Hugo into submission before it would display the things I wanted in the way I wanted.