pgstigcheck-inspec
pgstigcheck-inspec copied to clipboard
The hugo build is broken and not building in `hugo serve`
Web Server is available at //localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop
WARN 2019/04/03 00:07:55 Found no layout for "home", language "current", output format "HTML": create a template below /layouts with one of these filenames: index.current.html.html, home.current.html.html, list.current.html.html, index.html.html, home.html.html, list.html.html, index.current.html, home.current.html, list.current.html, index.html, home.html, list.html, _default/index.current.html.html, _default/home.current.html.html, _default/list.current.html.html, _default/index.html.html, _default/home.html.html, _default/list.html.html, _default/index.current.html, _default/home.current.html, _default/list.current.html, _default/index.html, _default/home.html, _default/list.html
WARN 2019/04/03 00:07:55 Found no layout for "home", language "current", output format "JSON": create a template below /layouts with one of these filenames: index.current.json.json, home.current.json.json, list.current.json.json, index.json.json, home.json.json, list.json.json, index.current.json, home.current.json, list.current.json, index.json, home.json, list.json, _default/index.current.json.json, _default/home.current.json.json, _default/list.current.json.json, _default/index.json.json, _default/home.json.json, _default/list.json.json, _default/index.current.json, _default/home.current.json, _default/list.current.json, _default/index.json, _default/home.json, _default/list.json
Looks like you do not have theme.
cd <lcoal repo folder>
git submodule update --init --recursive
or you can perform a fresh clone using
git clone --recursive [email protected]:<your user>/priv-all-ansible-roles.git
Roger that looks like a good thing to put in the docs 👍. This is why I like sub trees better than sub modules.
On Thu, Apr 4, 2019, 6:37 PM Yogesh Sharma [email protected] wrote:
Looks like you do not have theme. cd
git submodule update --init --recursive
or you can perform a fresh clone using
git clone --recursive [email protected]:
/priv-all-ansible-roles.git — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/CrunchyData/pgstigcheck-inspec/issues/23#issuecomment-480088193, or mute the thread https://github.com/notifications/unsubscribe-auth/ABauaAL8d-c8MXUZH7KZv5YVW6lQlhWTks5vdn6SgaJpZM4cZkuG .
Agree on adding it to docs. sub tree vs modules is debatable, modules keep repo lean.
Cool Thanks. You may want to look at git subtree as it allows you to just
point to another repository - aka master of x - and not need to do the
submodule extra step.
Aaron Lippold
260-255-4779
twitter/aim/yahoo,etc. 'aaronlippold'
On Fri, Apr 5, 2019 at 10:35 AM Yogesh Sharma [email protected] wrote:
Agree on adding it to docs. sub tree vs modules is debatable, modules keep repo lean.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/CrunchyData/pgstigcheck-inspec/issues/23#issuecomment-480298616, or mute the thread https://github.com/notifications/unsubscribe-auth/ABauaJsyXGXUUqqnG7-axkREYQtpp0FYks5vd18ZgaJpZM4cZkuG .