Skip to content
View jasurme's full-sized avatar

Block or report jasurme

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
jasurme/README.md

Jasur's blog

This is a small static site built with Eleventy. Blog posts live as Markdown; page HTML, the blog list, dates, and reading times are generated automatically.

The easiest way to publish

Send Codex the article text and say whether it should be a draft or published. Codex will create the one source file, fill in its metadata, run every check, preview it, and prepare the publish/deploy step.

If you want to write the file yourself, create src/blog/posts/my-post-title.md:

---
title: "My Post Title"
date: "2026-07-25"
description: "One sentence describing the post."
draft: true
---

Write the article here in normal Markdown.

## Headings work

- Lists work
- [Links](https://example.com) work
- Images and code blocks work too

The filename becomes the URL: my-post-title.md becomes /blog/my-post-title/. Keep draft: true while writing, then change it to false when it is ready. Drafts appear during local preview and are excluded from a normal production build.

Local commands

npm install
npm run dev

The preview is served at http://localhost:8080/ and refreshes when a post changes.

Before publishing:

npm run check

The production site is generated into _site/. Deploy that directory—not the repository root—to Cloudflare Pages. Deployment is intentionally not automatic from a local command, so a preview cannot accidentally go live.

Popular repositories Loading

  1. Docprise Docprise Public

    Docrpise surprises you with deep, accurate and relevant answers

    Python 1

  2. Rossman-store-sales-analysis-and-prediction Rossman-store-sales-analysis-and-prediction Public

    Jupyter Notebook

  3. next-day-rain-in-aus-random-forest next-day-rain-in-aus-random-forest Public

    Jupyter Notebook

  4. ML-skicit-learn-project-practices ML-skicit-learn-project-practices Public

    Jupyter Notebook

  5. panopticlick panopticlick Public

    Forked from wgreenberg/panopticlick

    Is your browser safe against tracking?

    HTML

  6. saint saint Public

    Forked from somepago/saint

    The official PyTorch implementation of recent paper - SAINT: Improved Neural Networks for Tabular Data via Row Attention and Contrastive Pre-Training

    Python