![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Jakyll.js is a Jekyll alternative built with TypeScript & Node.
npm install jakyll
jakyll -dev
Development mode serves the site on the fly, generating pages on the fly.
jakyll -start
Creates a purely static copy of the site to the build
directory and runs it locally.
jakyll -deploy
Creates a purely static copy of the site to the build
directory and contents to the gh-pages
branch and pushes an update.
Your jakyll.js powered repo needs three directories:
Contains static files. e.g. images, js (client side), css, etc. Files in this directory will be served at root path /.
Contains the handlebars.js templates.
The
templates/default.html
file is required as it's the default template.
Contains the files for which pages are built from. The file structure in this directory directly results in the site's structure. Can include the html, handlebars.js templates, markdown, or txt files.
The
content/index.html
file is required as it's the root page of your site.
For example:
Content File Path | Browser URL Path | Static File Path Builds |
---|---|---|
index.html | / | /index.html |
blog/index.html | /blog | /blog/index.html |
blog/post-title.md | /blog/post-title | /blog/post-title/index.html |
about/index.html | /about | /about/index.html |
about/people.txt | /about/people | /about/people/index.html |
Content files may optionally contain a meta header. This is similar to jekyllrb front-matter.
---
template: post
title: Norfolk.js meetup kickoff
tags: javascript, meetup, norfolk
published: true
excerpt: The kickoff meetup for the Norfolk.js group.
---
The only property that jakyll.js uses is the template
property. If not set the default template is used (default.html). All the values in the header can be used in the handlebars templates.
Made with ❤️ by iambriansreed.
FAQs
Node.js Jekyll alternative
The npm package jakyll receives a total of 7 weekly downloads. As such, jakyll popularity was classified as not popular.
We found that jakyll demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.