Skip to content

boraoren/boraoren.github.io

Repository files navigation

RUN

in dev mode npm run dev

TEST

TECH STACK

MDX

blockquote

To be honest, I couldn't succeed in consistently publishing blog posts. Bora Oren

NEXTJS

hightlight code

LayoutJoutnal.tsx

import "highlight.js/styles/docco.css";
import gherkin from "highlight.js/lib/languages/gherkin";
import javascript from "highlight.js/lib/languages/javascript";
import hljs from "highlight.js";

utils/mdx.tsx add

import rehypeHighlight from "rehype-highlight";
...
const rehypePlugins = [rehypeHighlight];

How to add Google Analystics 4

  • reference
  • [reference 2](How to add GoogleAnalytics 4 to NextJs app in 4 simple steps)

How to use environment variables in Github Page?