Docs Not Displaying Upon Quick Install #2

Open
opened 2022-03-16 11:04:57 +00:00 by vhs · 2 comments

Before v10 Quick Install ran help documentation locally upon install. As of version 10 docs are no longer displaying. This is a good time to revisit the decision of running servers locally upon install. That should be a task for the user.

Before v10 Quick Install ran help documentation locally upon install. As of version 10 docs are no longer displaying. This is a good time to revisit the decision of running servers locally upon install. That should be a task for the user.
vhs added the
bug
label 2022-03-16 11:05:20 +00:00
Poster
Owner

Current install experience:

Welcome to the After Dark quick installer. Press CTRL-C at any time to abort.
Creating a new Hugo site ...
Downloading the latest version of After Dark ...
Version 10.0.0 downloaded to flying-toasters/themes/after-dark
Updating the default content archetype ...
Downloading fractal-forest module for After Dark ...
Version 2.0.0 downloaded to flying-toasters/themes/fractal-forest
Configuring basic After Dark theme settings ...
Creating welcome post ...
Starting site server ...
Generating help documentation ...
Starting help server ...
Installation successful!
Site created in /Users/jos/Developer/flying-toasters
Site server started at http://localhost:1313/
To stop it run "kill $(ps aux | awk '/[h]ugo.*1313/ {print $2}')".
Help server started at http://localhost:1414/
To stop and restart it run "./themes/after-dark/bin/help".
Thank you for choosing After Dark.

Update to provide instructions to start local server and online help manually, and either link externally to hosted docs or internally if help server is running. Also prompt user for name of site.

Current install experience: ``` Welcome to the After Dark quick installer. Press CTRL-C at any time to abort. Creating a new Hugo site ... Downloading the latest version of After Dark ... Version 10.0.0 downloaded to flying-toasters/themes/after-dark Updating the default content archetype ... Downloading fractal-forest module for After Dark ... Version 2.0.0 downloaded to flying-toasters/themes/fractal-forest Configuring basic After Dark theme settings ... Creating welcome post ... Starting site server ... Generating help documentation ... Starting help server ... Installation successful! Site created in /Users/jos/Developer/flying-toasters Site server started at http://localhost:1313/ To stop it run "kill $(ps aux | awk '/[h]ugo.*1313/ {print $2}')". Help server started at http://localhost:1414/ To stop and restart it run "./themes/after-dark/bin/help". Thank you for choosing After Dark. ``` Update to provide instructions to start local server and online help manually, and either link externally to hosted docs or internally if help server is running. Also prompt user for name of site.
vhs added the
enhancement
label 2022-03-16 14:04:06 +00:00
Poster
Owner

Prompting for site name completed in 20a5457eb6. The flow now looks like:

Welcome to the After Dark quick installer. Press CTRL-C at any time to abort.
Do you wish to install After Dark? (y/n) y
Please enter a name for your site: Flying Toasties
You entered "Flying Toasties". Is that correct? (y/n) y
Choose an installation directory name (flying-toasties):
Installation directory name set to "flying-toasties". Is that correct? (y/n) y
Creating a new Hugo site ...
Downloading the latest version of After Dark ...
Version 10.0.0 downloaded to flying-toasties/themes/after-dark
Updating the default content archetype ...
Downloading fractal-forest module for After Dark ...
Version 2.0.0 downloaded to flying-toasties/themes/fractal-forest
Configuring basic After Dark theme settings ...
Creating welcome post ...
Generating help documentation ...
Installation successful!
Site created in /Users/jos/Developer/flying-toasties
Serve your site with "hugo serve --buildDrafts --navigateToChanged"
Thank you for choosing After Dark.
Prompting for site name completed in https://codeberg.org/vhs/after-dark/commit/20a5457eb629d4c5ed5dd14913f189d09e8d855a. The flow now looks like: ```term Welcome to the After Dark quick installer. Press CTRL-C at any time to abort. Do you wish to install After Dark? (y/n) y Please enter a name for your site: Flying Toasties You entered "Flying Toasties". Is that correct? (y/n) y Choose an installation directory name (flying-toasties): Installation directory name set to "flying-toasties". Is that correct? (y/n) y Creating a new Hugo site ... Downloading the latest version of After Dark ... Version 10.0.0 downloaded to flying-toasties/themes/after-dark Updating the default content archetype ... Downloading fractal-forest module for After Dark ... Version 2.0.0 downloaded to flying-toasties/themes/fractal-forest Configuring basic After Dark theme settings ... Creating welcome post ... Generating help documentation ... Installation successful! Site created in /Users/jos/Developer/flying-toasties Serve your site with "hugo serve --buildDrafts --navigateToChanged" Thank you for choosing After Dark. ```
Sign in to join this conversation.
There is no content yet.