Timestamp (Jekyll on GitHub Pages) Quick Start Create a new public repo on GitHub named timestamp. Upload these files to the repo root. Go to Settings → Pages. Under Build and deployment, set: Source: Deploy from branch Branch: main, Folder: / (root) Wait ~1 minute. Your site will be at https://USERNAME.github.io/timestamp. Daily Post Create a new file in _posts/ named YYYY-MM-DD-title.md with the front matter: --- layout: post title: "Your Title" date: YYYY-MM-DD tags: [timestamp, oracle] --- Put images in assets/img/YYYY/ and link like:  Notes Uses the built-in minima theme (clean, simple). You can change theme later by editing _config.yml.