[{"content":"This repository is set up so each Markdown file in content/posts/ becomes a blog post.\nThe pattern is intentionally close to Lilian Weng\u0026rsquo;s public blog setup: Hugo generates the site, PaperMod provides the clean reading layout, and GitHub Pages serves the built files.\nAuthoring loop Create a new post with Hugo:\nhugo new content posts/2026-06-14-my-topic/index.md Then update the front matter, write the body in Markdown, set draft: false, and push to main.\nCo-authored posts Use the author field when a post has multiple authors:\nauthor: - Jaisel Singh - Ben Evans Both authors are included in the site metadata and linked from the Authors page.\n","permalink":"https://jaiselsingh1.github.io/RoBlog/posts/2026-06-14-welcome/","summary":"A starter post showing how Markdown entries become published blog posts.","title":"Welcome to the Notes"},{"content":"This site is a shared home for long-form notes, essays, experiment logs, and reading summaries.\nIt is maintained by Jaisel Singh and Ben Evans as equal contributors.\nPosts are written in Markdown, stored in the repository, and published with Hugo and PaperMod on GitHub Pages.\n","permalink":"https://jaiselsingh1.github.io/RoBlog/about/","summary":"About this site","title":"About"},{"content":"Ben Evans is an equal RoBlog contributor, co-writing posts and helping shape technical notes into clearer shared references.\nFor posts written together, include Ben Evans in the post\u0026rsquo;s author front matter.\n","permalink":"https://jaiselsingh1.github.io/RoBlog/authors/ben-evans/","summary":"Equal RoBlog contributor","title":"Ben Evans"},{"content":"How do I add a post? Add a Markdown file or page bundle under content/posts/. The recommended structure is:\ncontent/posts/YYYY-MM-DD-topic-name/index.md Set draft: false when the post is ready to publish.\nHow do I add tags? Add tags in the post front matter:\ntags: - reinforcement-learning - robotics Hugo builds the tag pages automatically.\nHow do co-authors work? Add every post author in front matter:\nauthor: - Jaisel Singh - Ben Evans Jaisel Singh and Ben Evans are listed as equal contributors for this site.\nHow does publishing work? Push to the main branch. The GitHub Actions workflow builds the Hugo site and deploys it to GitHub Pages.\n","permalink":"https://jaiselsingh1.github.io/RoBlog/faq/","summary":"Publishing notes for the site","title":"FAQ"}]