Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nunocoracao committed Jan 4, 2024
1 parent 9714971 commit 404bacd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Blowfish is designed to be a powerful, lightweight theme for [Hugo](https://gohu
- Multiple homepage layouts
- Multiple authors
- Series of articles
- Zen mode for article reading
- Flexible with any content types, taxonomies and menus
- Header and footer menus
- Nested menus & sub-navigation menu
Expand Down
3 changes: 1 addition & 2 deletions processUsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,11 @@ puppeteer

if (!fs.existsSync(dir)) {
fs.mkdirSync(dir);
}
console.log(i, users[i].title);
fs.writeFileSync(dir + '/index.md', userMDFile);
await page.goto(users[i].url);
await page.screenshot({ path: dir + "/feature.jpg" });
//}
}


}
Expand Down

0 comments on commit 404bacd

Please sign in to comment.