updated readme

This commit is contained in:
Nuno Coração 2024-01-04 21:53:23 +00:00
parent 9714971430
commit 404bacd9b6
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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" });
//}
}
}