add cuddle

This commit is contained in:
Kasper Juul Hermansen 2022-10-12 22:33:53 +02:00
parent 276343378d
commit 553b8722de
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
2 changed files with 13 additions and 1 deletions

9
cuddle.yaml Normal file
View File

@ -0,0 +1,9 @@
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
base: false
vars:
service: "rawpotion-man"
registry: kasperhermansen
port: 3000:3000
deployments: "git@git.front.kjuulh.io:rawpotion/deployments.git"

View File

@ -8,7 +8,10 @@ import Link from "next/link";
import path from "path";
import CustomLink from "../../../components/CustomLink";
import Layout from "../../../components/Layout";
import { golangPostFilePaths, GOLANG_POSTS_PATH } from "../../../utils/mdxUtils";
import {
golangPostFilePaths,
GOLANG_POSTS_PATH,
} from "../../../utils/mdxUtils";
// Custom components/renderers to pass to MDX.
// Since the MDX files aren't loaded by webpack, they have no knowledge of how