- 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.
- Create a new file in
_posts/namedYYYY-MM-DD-title.mdwith the front matter:--- layout: post title: "Your Title" date: YYYY-MM-DD tags: [timestamp, oracle] ---
- Put images in
assets/img/YYYY/and link like:
- Uses the built-in minima theme (clean, simple).
- You can change theme later by editing
_config.yml.