Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update project setup and ussage instructions #2

Open
CodyBontecou opened this issue Jan 1, 2020 · 1 comment
Open

Update project setup and ussage instructions #2

CodyBontecou opened this issue Jan 1, 2020 · 1 comment

Comments

@CodyBontecou
Copy link
Collaborator

Following this build instructions is failing on my local machine.

Specs:

  • OSX Version 10.13.6
  • Hugo version v0.62.0

I'm unsure of what instruction #2 is referencing and this may be what I am doing wrong, but a git clone of this repo and then running Hugo Server results in this error

Error: module "hugo-material-banner" not found; either add it as a Hugo Module or store it in "/Users/codybontecou/MindViewLLC/TribeWorksSoftware/TribeWorks-hugo/themes".: module does not exist
@pavelbinar
Copy link
Collaborator

pavelbinar commented Jan 1, 2020

Yes, I think the instructions should be updated to be more in line with my original instructions:
https://github.com/BruceEckel/WinterTechForum-hugo/blob/master/README.md

build.sh is made for CI usage.

here is the proposed update:

Requirements

Setup

git clone git@github.com:TribeWorks/TribeWorks-hugo.git
cd TribeWorks-hugo
git clone https://github.com/MindviewLLC/hugo-material-banner.git themes/hugo-material-banner

Development

hugo server

Build

hugo server

The build output will be in the public folder.

@pavelbinar pavelbinar reopened this Jan 1, 2020
@pavelbinar pavelbinar changed the title To Build instructions failing Update project setup and ussage instructions Jan 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants