Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Static site generator based on npm, marked and jsdom

License

padurean/markedista

Repository files navigation

Static site generator based on npm, marked and jsdom (check devDependencies in package.json for more details)

demo

https://padurean.github.io/markedista/

usage

  • add some markdown post(s) in the _src/_posts/_to-render folder

  • edit html templates from the _src/_templates folder

  • run npm run render => html files will be generated in the posts folder, rendered markdown files will be moved to the _src/_rendered folder

  • deploy the root folder to any static host

  • run npm run minifycss to minify css (in case there were some changes in any (s)css file(s))

  • run npm run minifyjs to minify js (in case there were some changes in any js file(s))

update dependencies

  • use npm outdated to discover dependencies that are out of date
  • use npm update to perform safe dependency upgrades
  • use npm install <packagename>@latest to upgrade to the latest major version of a package
  • use npx npm-check-updates -u and npm install to upgrade all dependencies to their latest major versions

About

Static site generator based on npm, marked and jsdom

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published