Site | NPM Module | GitHub Repo
Ultimate Jekyll is a template that helps you jumpstart your Jekyll sites and is fueled by an intuitive incorporation of npm, gulp, and is fully SEO optimized and blazingly fast.
npm install
npx uj setup
npm start
npm start
in Terminal to get all the latest updates from the Ultimate Jekyll template and launch your website in the browser.url
in _config.yml
to your domain.npm run dist
in Terminal.--browser=false
- Disables the browser from opening when running npm start
.npm start -- --browser=false
--debug=true
- Enables logging of extra information when running npm start
.npm start -- --debug=true
--ujPluginDevMode=true
- Enables the development mode for the Ultimate Jekyll Ruby plugin.npm start -- --ujPluginDevMode=true
You can run specific tasks using the npm run gulp
command with the appropriate task name.
Some of these require environment variables to be set and other tasks to be run first.
Here are some examples:
audit
task:npx uj audit
translation
task:GH_TOKEN=XXX \
GITHUB_REPOSITORY=XXX \
UJ_TRANSLATION_CACHE=true \
npx uj translation
npm install
npm run prepare:watch