Closed jehoshua7 closed 3 years ago
Hi!
Warnings are printed by BookPortableLinks
configuration feature, that helps to find links that lead nowhere.
You can disable that param, or just ignore those warnings, as those posts are just example content.
@alex-shpak - Thanks for advising about that. I'm a newbie to Hugo, and will ignore the warning messages. Thanks :)
Installed the theme as
git submodule add https://github.com/alex-shpak/hugo-book.git themes/hugo-book
then ..
hugo server --source=exampleSite --themesDir=../..
and the following warning messages ..
-------------------+----+----+----- Pages | 57 | 7 | 7
Paginator pages | 0 | 0 | 0
Non-page files | 0 | 0 | 0
Static files | 78 | 78 | 78
Processed images | 0 | 0 | 0
Aliases | 12 | 2 | 2
Sitemaps | 2 | 1 | 1
Cleaned | 0 | 0 | 0
Built in 198 ms Watching for changes in /home/****/Hugo/mysite/themes/hugo-book/{archetypes,assets,exampleSite,i18n,layouts,static} Watching for config changes in exampleSite/config.toml Environment: "development" Serving pages from memory Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender Web Server is available at http://localhost:1313/ (bind address 127.0.0.1) Press Ctrl+C to stop