{"id":50691660,"url":"https://github.com/xlisp/xlisp.github.io","last_synced_at":"2026-06-09T03:11:47.730Z","repository":{"id":355885825,"uuid":"1230076045","full_name":"xlisp/xlisp.github.io","owner":"xlisp","description":"Personal site for Steve Chan","archived":false,"fork":false,"pushed_at":"2026-05-19T14:54:54.000Z","size":669,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-19T17:58:02.947Z","etag":null,"topics":["clojure","deep-learning","emacs","lisp","llm","ml","pytorch","reinforcement-learning"],"latest_commit_sha":null,"homepage":"https://xlisp.github.io/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xlisp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-05T16:49:17.000Z","updated_at":"2026-05-19T15:18:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/xlisp/xlisp.github.io","commit_stats":null,"previous_names":["xlisp/xlisp.github.io"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xlisp/xlisp.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xlisp%2Fxlisp.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xlisp%2Fxlisp.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xlisp%2Fxlisp.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xlisp%2Fxlisp.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xlisp","download_url":"https://codeload.github.com/xlisp/xlisp.github.io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xlisp%2Fxlisp.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34089662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clojure","deep-learning","emacs","lisp","llm","ml","pytorch","reinforcement-learning"],"created_at":"2026-06-09T03:11:47.026Z","updated_at":"2026-06-09T03:11:47.722Z","avatar_url":"https://github.com/xlisp.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xlisp.github.io\n\nPersonal site for [Steve Chan](https://github.com/xlisp) — Clojure / Emacs / Python Lisp hacker, focused on ML, Deep Learning, RL and LLM.\n\n## Layout\n\n```\n.\n├── build.py              # markdown → html generator\n├── requirements.txt      # markdown + pygments\n├── docs/                 # write your posts here as .md\n│   └── hello-world.md\n├── templates/            # html templates\n│   ├── index.html\n│   └── post.html\n├── assets/style.css      # source stylesheet (copied to root on build)\n├── posts/                # generated html (do not edit)\n├── index.html            # generated landing page\n└── style.css             # generated (copy of assets/style.css)\n```\n\n## Build\n\n```bash\npip install -r requirements.txt\npython build.py\n```\n\nThis regenerates `index.html` and every file under `posts/`.\n\n## Write a new post\n\n1. Drop a markdown file into `docs/`, e.g. `docs/rl-notes.md`.\n2. Optional front matter:\n\n   ```markdown\n   ---\n   title: Notes on PPO\n   date: 2026-05-10\n   slug: ppo-notes\n   summary: A short read on policy gradients.\n   ---\n\n   # Notes on PPO\n   ...\n   ```\n\n3. Run `python build.py`.\n4. Commit and push — GitHub Pages serves the root of the repo.\n\n## Deploy on GitHub Pages\n\n1. Create the repo `xlisp/xlisp.github.io` on GitHub.\n2. From this directory:\n\n   ```bash\n   git init\n   git add .\n   git commit -m \"init xlisp.github.io\"\n   git branch -M main\n   git remote add origin git@github.com:xlisp/xlisp.github.io.git\n   git push -u origin main\n   ```\n\n3. In repo Settings → Pages, choose `Deploy from a branch` → `main` / `/ (root)`.\n\nThe site will be live at \u003chttps://xlisp.github.io\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxlisp%2Fxlisp.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxlisp%2Fxlisp.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxlisp%2Fxlisp.github.io/lists"}