okTurtles / groupincome.org-old

Former website for Group Income
https://groupincome.org
4 stars 2 forks source link

Converted site to Hexo. #5

Closed dotmacro closed 8 years ago

dotmacro commented 8 years ago

Closes #2 .

taoeffect commented 8 years ago

Hmm, so I did:

$ npm install
$ hexo server
INFO  Start processing
INFO  Hexo is running at http://localhost:4000/. Press Ctrl+C to stop.
WARN  No layout: index.html

The homepage wouldn't display when visiting http://localhost:4000/, instead that warning was given in the console.

So I tried hexo generate and then hexo server:

$ hexo generate
INFO  Start processing
INFO  Files loaded in 54 ms
WARN  No layout: index.html
WARN  No layout: FAQ/index.html
INFO  Generated: index.html
INFO  Generated: FAQ/index.html
INFO  Generated: favicon.ico
INFO  3 files generated in 20 ms

Still, same issue. So if you could fix + include instructions in the README on how newbies can get setup locally with the site that'd be very helpful.

Once that's fixed I'll verify the actual site/changes.

dotmacro commented 8 years ago

Can't immediately reproduce on my machine with hexoTrial. I'll look into it further.

Found the issue: /theme/<the-theme>/ was untracked (and therefore not pushed) because following the hexo theme install instructions created a git repo within a git repo, which I didn't catch before commit. Thanks for your help troubleshooting & fixing, @taoeffect :+1:

taoeffect commented 8 years ago

OK cool, the new commit fixes the issue and this now closes #2 successfully. I'll close that issue and create another one with comments on what else needs to be done before I can merge this into master (as master should always reflect what's live on the site).