Skip to content

iambriansreed/jakyll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jakyll is a drop in Jekyll alternative built with TypeScript & Node.

Install

npm install jakyll

  • installs jakyll
  • adds package.json scripts
  • adds the github action

Scripts

These scripts are automatically added to your package.json file during the install.

{
    ...
    "scripts": {
        "dev": "jakyll -dev",
        "build": "jakyll -build",
        "start": "jakyll -start",
        "deploy": "jakyll -deploy"
    },
    ...
}

Run in development mode

jakyll -dev

Development mode serves the site, hot reloading when files change.

Run in production mode

jakyll -start

Creates a purely static copy of the site to the build directory and runs it locally.

Build

jakyll -build

Creates a purely static copy of the site to the build directory.

Deploy

jakyll -deploy

Runs the build command and copies it to the gh-pages branch and pushes the branch to github.

About

Jakyll was created to transform a local JavaScript developers Meetup Group website from using Jekyll, which has numerous Ruby installation requirements, to a platform that JavaScript developers can easily update and contribute to.

See it in action here: https://norfolkjs.org


Made with  ❤️  by iambriansreed.

About

Node.js Jekyll alternative

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published