gohugoio / hugo

The world’s fastest framework for building websites.
https://gohugo.io
Apache License 2.0
74.63k stars 7.45k forks source link

Install theme documentation discrepancy #4844

Closed vkatsikaros closed 6 years ago

vkatsikaros commented 6 years ago

The documentation suggests 2 ways of installing a theme:

1) Quick Start git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/ananke

2) Install and Use Themes git clone URL_TO_THEME

I understand the implications of git submodules VS cloning the repo but:

a) An inexperienced git user could be confused by the discrepancy.

b) As an experienced git user I am wondering what is the suggested approach in using themes, provided that some minimal theme customization will be needed.

I would expect to see a single theme to be installed in both documentation pages. Alternatively I would expect some comments on suggested approach on theme customization/maintenance.

bep commented 6 years ago

Please post documentation related issues here: https://github.com/gohugoio/hugoDocs/issues

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.