
Security News
Python Adopts Standard Lock File Format for Reproducible Installs
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.
IMPORTANT: This project is deprecated. Please go with next.js!
Ever wanted to create a static site while taking advantage of all the amazing things that are available within the JavaScript universe? Then you're at the right place!
Cory combines clean, logic-less handlebars templates and markdown files with a straightforward development workflow and allows you to set up a new site in a few seconds.
Install it (you'll need at least v6 of Node):
npm install -g cory
Run it:
cory [options] [command]
Theres a list of all options and commands below. For a step-by-step guide, check this out.
Uninstall the package if it's already installed:
npm uninstall -g cory
Clone this repository:
git clone https://github.com/leo/cory.git
cd cory
Link it app to the global module directory:
npm link
Yeeha! :horse: Now you can use the gulp
command within the repository to transpile the its sourcefiles and watch for changes. While the command is running, you're able to use the cory
command everywhere!
Run the following command to get a list of all available options and commands:
cory help
There are a few properties that can be changed by simply adding them to a config.json
file within your project. The JSON object below shows all available options and their default value:
{
"port": 4000, // See option "--port" (CLI option will overwrite this)
"outputDir": "dist", // Path of the directory that will contain the generated site
"sourceMaps": true, // Enable/disable the generation of sourcemaps for assets
"defaultLayout": "main", // The default template into which all pages will be wrapped
"assetDir": "assets" // Default name of the folder that contains the assets
}
FAQs
Minimal generator for static sites
The npm package cory receives a total of 37 weekly downloads. As such, cory popularity was classified as not popular.
We found that cory demonstrated a not healthy version release cadence and project activity because the last version was released 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
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.
Security News
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.