
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Positioner Starter Kit for Hugo websites.
This package includes a set of helpers to develop websites with Hugo
Given a formObject containing form/fields parameters it will output a complete and working form, see below a sample of a formObject with all parameters currently supported.
form:
alias: contact-form
title: Contact form
subject: Contact form
successPage: /en/thank-you/
submitLabel: Submit
requiredFieldsLabel: Required fields
fields:
- label: First name
type: text
alias: firstName
required: true
- label: E-Mail
type: email
alias: email
required: true
- label: Message
type: textarea
alias: message
required: true
- label: DatePicker
type: datepicker
alias: dp1
required: true
- label: DDL Field
type: dropdownlist
alias: ddlField
required: true
items:
- text: please select
- text: Item 1
value: item-1
- text: Item 2
value: item-2
- label: I consent the <a href="#some-url" target="_blank">Terms & Condiitons</a>
type: checkbox
alias: termsConditions
required: true
Usefull only for multilingual website, tries to retrieve a parameter from current language, if the parameter is not available will fallback to default language.
Renders a text that may have multiple lines, forcing to always be enclosed inside a [p] tag. Standard markdownify will add [p] tags only if the text has multiple paragraphs, and avoid adding the tag if there's only one paragraph. This partial will verify if there is only one paragraph and add the missing [p] tag
{{ $paramVal := partial "psk/GetParamML" (dict "context" . "paramKey" "key")}}
Handles title, description and open graph meta tags. the supported parameters are:
FAQs
PositionerStarterKit for Hugo
The npm package psk-hugo receives a total of 0 weekly downloads. As such, psk-hugo popularity was classified as not popular.
We found that psk-hugo 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.