Skip to content
View TingXuan-Huang's full-sized avatar

Block or report TingXuan-Huang

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
TingXuan-Huang/README.md

Lil’Log-like Blog (Pure Static)

This is a from-scratch static blog (HTML/CSS/JS) inspired by Lilian Weng’s Lil’Log (https://lilianweng.github.io). No frameworks, no build step.

Structure

  • index.html: Home + latest posts
  • about/, archives/, tags/, search/, faq/: Core pages
  • posts/<slug>/index.html: Post pages
  • assets/style.css, assets/main.js, assets/posts-index.js: Styles, behavior, and post metadata

Run locally

Option 1: Open index.html directly in your browser (works; search uses inlined index via JS).

Option 2: Serve over HTTP (recommended for consistent relative links):

cd /Users/tingxuanhuang/Desktop/blog
python3 -m http.server 1313
# open http://localhost:1313

Add a new post

  1. Create a new folder posts/my-new-post/ with index.html content.
  2. Add its metadata to assets/posts-index.js (title, description, date, url, readingTime, tags).

Deploy

Upload the folder to any static host (GitHub Pages, Netlify, Vercel, S3 + CloudFront, etc.).

Credits

Design inspiration: Lil’Log (https://lilianweng.github.io).

Pinned Loading

  1. behavior_analysis behavior_analysis Public

    This is a comparison of the performance of main stream foundational models on animal behavior classification test

    Python

  2. CMU-15213-Lab CMU-15213-Lab Public

    Forked from codeAligned/CMU-15213-Lab

    Source code and solution to CMU 15-213

    C

  3. gamry-corrosion-analyzer gamry-corrosion-analyzer Public

    Python

  4. gpt-oss gpt-oss Public

    Forked from openai/gpt-oss

    gpt-oss-120b and gpt-oss-20b are two open-weight language models by OpenAI

    Python

  5. UW447NLP UW447NLP Public archive

    This is a Group Class Project for UW NLP course

    Python

  6. UW_MATH_336_Project UW_MATH_336_Project Public archive

    TypeScript