Skip to content

rvenv/notebook

 
 

Repository files navigation

Notebook

this is notebook mainly a kinda jurnal, but for all the stuff

Stack

  • Runtime: Bun (v1.3.14+)
  • Framework: Next.js (v16.2.6)
  • Styling: Tailwind CSS (v4.3.0)
  • Parsers: marked + front-matter.
  • Math Engine: KaTeX.
  • Code Highlighting: Shiki.

Layout

  • Left: Blank
  • Middle: Chaos
  • Layout: the table of contents

Directory Map

notebook/
├── content/              # Raw .md
├── public/               # Static assets. 
├── src/
│   ├── app/
│   │   ├── blog/
│   │   │   └── [slug]/
│   │   │       └── page.tsx  # The 3-column rendering.
│   │   ├── globals.css        # Theme variables & typography.
│   │   ├── layout.tsx         # The wrapper + ThemeToggle.
│   │   └── page.tsx           # Entry point
│   └── components/            # Reusable UI bits (ThemeToggle, etc).

Getting Started

First, run the development server:

bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 85.8%
  • CSS 11.9%
  • JavaScript 2.3%