Blog-style website for "Scaling Open-Ended Reasoning to Predict the Future".
index.md— Main blog page (edit this to update content)assets/images/— Blog images (figures, plots, etc.)assets/styles.css— Base stylesassets/blog.css— Blog-specific styles_layouts/default.html— Page template with MathJax_config.yml— Jekyll configuration
# Install dependencies (first time only)
bundle install
# Run local server
bundle exec jekyll serve
# Open http://localhost:4000 in your browser- Markdown support — Write content in Markdown
- LaTeX equations — Use
$...$for inline,$$...$$for display math - Collapsible spoilers — Use
<details><summary>Title</summary>Content</details> - Resource links — arXiv, PDF, Code, Dataset, Discord at the top
- Responsive design — Works on mobile and desktop
- Open
index.md - Edit the Markdown content between the
BLOG CONTENT STARTS HEREandBLOG CONTENT ENDS HEREcomments - Add images to
assets/images/and reference them asassets/images/filename.png - Commit and push to deploy
<details>
<summary>Click to expand</summary>
Hidden content goes here. You can include:
- Lists
- **Bold text**
- Code blocks
- Even images!
</details>Edit the href values in assets/site.config.js (or directly in index.md hero section).