mrmierzejewski / hugo-theme-console

A minimal, responsive and light theme for Hugo inspired by Linux console.
MIT License
393 stars 118 forks source link

Cannot change "About" from default #1

Closed njcorona closed 4 years ago

njcorona commented 4 years ago

Hi Marcin,

I was working with the Console theme on Windows 10, and I had a quickstart version of the site running on localhost after following these instructions.

Unfortunately, I cannot figure out how to change the default "About" text, which is "Console is a minimal, responsive and light theme for Hugo inspired by Linux console. (more)", to something different. I looked through the content folder, but when it is created it starts out empty and when I add an "about" directory with an index file, still nothing changes in the site.

Do you know how I can change the default text? Please let me know if I can help you reproduce this issue.

hattorihan commented 4 years ago

File in question seems to be layouts/index.html. But I'm newb here so comment from author is appreciated. Great theme btw.

njcorona commented 4 years ago

Thank you, that fixed it!

(For future readers: I didn't realize I needed to put an index file in the layouts folder. I copied the contents of /themes/hugo-theme-console/layouts into my top-level /layouts folder and changed index.html to change the About text.)

mrmierzejewski commented 4 years ago

Hi @njcorona, Thanks you for comment - I will add this information to README file.