Giter Site home page Giter Site logo

Comments (5)

Jack000 avatar Jack000 commented on September 24, 2024

using the sh command in cygwin activates posix-compliance mode, which doesn't have that particular syntax for process substitution.

try

bash expose.sh

instead or just invoking it by filename.

from expose.

msthespy7 avatar msthespy7 commented on September 24, 2024

Output looking much better now:

$ bash expose.sh
FFmpeg not found, videos will not be processed
Scanning directories......
Populating nav......
Reading files.....................................................
Building HTML..................................................
Starting encode
camera
cameramask
close
comment
commentmask
download
downloadmask
facebook
facebookmask
hackernews
hackernewsmask
heart
heartmask
monitor
monitormask
next
pinterest
pinterestmask
prev
reddit
redditmask
text
textmask
twitter
twittermask
camera
cameramask
close
comment
commentmask
download
downloadmask
facebook
facebookmask
hackernews
hackernewsmask
heart
heartmask
monitor
monitormask
next
pinterest
pinterestmask
prev
reddit
redditmask
text
textmask
twitter
twittermask

However, the page I get when I open the index.html has none of my pictures.
The top sidebar says

My Awesome Photos
Markdown_1.0.1
theme1
img
theme2
img

Am I doing something wrong?

from expose.

Jack000 avatar Jack000 commented on September 24, 2024

the script operates on your current working directory. You seem to be in the expose.sh directory? Looks like it just built a gallery from the template files.

try aliasing the script to a command like so:

alias expose=/your/script/dir/expose.sh
cd /your/images/directory
expose

from expose.

msthespy7 avatar msthespy7 commented on September 24, 2024

That works perfectly. Thank you for both the script and your help.

from expose.

Jack000 avatar Jack000 commented on September 24, 2024

no problem : ]

let me know if you have any other issues

from expose.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.