I hereby claim:
- I am webstackdev on github.
- I am webstackbuilders (https://keybase.io/webstackbuilders) on keybase.
- I have a public key whose fingerprint is C453 05FE D6FD A8BC C7AA 64CB 16CA 75B0 4EA1 634B
To claim this, I am signing this object:
{} |
I hereby claim:
To claim this, I am signing this object:
import type { RequireAtLeastOne } from 'type-fest' | |
import type { Node } from 'gatsby' | |
export interface OmniFontLoaderConfig { | |
resolve: `gatsby-omni-font-loader` | |
options: { | |
/** | |
* Font loading mode | |
* | |
* @default `async` |
exports.createSchemaCustomization = ({ actions }) => { | |
actions.createFieldExtension({ | |
name: "md", | |
args: { | |
sanitize: { | |
type: "Boolean!", | |
defaultValue: true, | |
}, | |
}, | |
// The extension `args` (above) are passed to `extend` as |
This guide provides instructions for an Arch Linux installation featuring full-disk encryption via LVM on LUKS and an encrypted boot partition (GRUB) for UEFI systems.
Following the main installation are further instructions to harden against Evil Maid attacks via UEFI Secure Boot custom key enrollment and self-signed kernel and bootloader.
You will find most of this information pulled from the Arch Wiki and other resources linked thereof.
Note: The system was installed on an NVMe SSD, substitute /dev/nvme0nX
with /dev/sdX
or your device as needed.