Skip to content
View lunalogs's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report lunalogs

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lunalogs/README.md

lunalogs

Personal brand website for lunalogs.com.

Overview

This project is a rebuilt public-facing site for Luna's work, writing, and ongoing AI × crypto experiments. The current version uses a restrained editorial direction instead of the older resume-first presentation.

Stack

  • Next.js Pages Router
  • TypeScript
  • next-i18next
  • Global CSS

Scripts

  • npm run dev
  • npm run build
  • npm run start

Content Notes

  • Localized copy lives in public/locales/en, public/locales/zh, and public/locales/ja.
  • The downloadable resume is kept in public/files/rujie-yang-luna-resume.pdf.
  • Historical experience data is preserved in the locale files and surfaced on the About page as an archive.

Popular repositories Loading

  1. TapTune TapTune Public

    TapTune is a macOS application that simulates mechanical keyboard sounds. Every keystroke produces a realistic mechanical keyboard click sound.

    Swift 1

  2. SynViewer SynViewer Public

    Upload two files at the same time for comparison reading.

    JavaScript 1

  3. lunalogs lunalogs Public

    My personal website

    TypeScript

  4. GlowLog GlowLog Public

    A web application for tracking daily activities. This allows for easy tracking, efficiency analysis, and visualizing each day’s experiences.

    TypeScript

  5. ExcelCellReader ExcelCellReader Public

    Python

  6. Java-Algorithms-Notes Java-Algorithms-Notes Public

    Forked from TheAlgorithms/Java

    All Algorithms implemented in Java

    Java