Skip to content

Commit

Permalink
...no comment
Browse files Browse the repository at this point in the history
  • Loading branch information
s7uck authored Aug 16, 2024
1 parent 9e57e50 commit 55feb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _plugins/photo_gen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Jekyll
class PhotoPageGenerator < Generator
def generate(site)
photos_dir = "/home/lubuntu/Scaricati/photos" # aka my repo s7uck/photos
photos_dir = "photos" # aka my repo s7uck/photos
output_url = "/photos"
photos = []
FileUtils.mkdir_p(File.join(site.dest, output_url))
Expand Down

0 comments on commit 55feb5a

Please sign in to comment.