Adding a static site generator
Closed this issue · 6 comments
526avijitgupta commented
Dividing into multiple sub-tasks:
- Deciding on which static site generator to use:
- The most popular ones are Jekyll, Metalsmith, Hugo, Middleman etc.
- We can also consider building our own static site generator from the ground up for finer control !
- Having the basic setup in place
ryzokuken commented
For now, we could just use Gulp.
526avijitgupta commented
-
Better to use npm scripts instead of gulp/grunt - I mean, have a look at this: https://medium.freecodecamp.org/why-i-left-gulp-and-grunt-for-npm-scripts-3d6853dd22b8
-
We'll have to write our custom css and styling ourselves then. I'm not sure if investing time into that is worth it
wdyt ?
priyansh1161 commented
- we should definitely opt for npm scripts for task automation.
- writing our own CSS means more contribution from newbies and a finer control over things, however, it's definitely more time-consuming.
anmol27katyani commented
@priyansh1161
Is time at which we are more concerned? , I mean that that investment of time can prove to be a boon.
saranshbarua commented
@526avijitgupta @ryzokuken @priyansh1161 do we still need this?
ryzokuken commented
@saranshbarua we don't we're using Gatsby. Closing this.