add cuddle
This commit is contained in:
parent
276343378d
commit
553b8722de
9
cuddle.yaml
Normal file
9
cuddle.yaml
Normal 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"
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user