This is the official project site for Axon-RL, built with Hugo static site generator.
Axon-RL is dedicated to wiring general intelligence through reinforcement learning research and development.
- Hugo (extended version)
-
Start the development server:
hugo server --buildDrafts
-
Open your browser to
http://localhost:1313
hugo --minify
The generated site will be in the public/
directory.
Create new blog posts in the content/blog/
directory:
hugo new content/blog/my-new-post.md
layouts/
- Hugo templatesassets/
- CSS and other assetscontent/
- Markdown content filesstatic/
- Static files (images, etc.)hugo.toml
- Hugo configuration
The site uses a newspaper-like aesthetic with:
- Light yellow/cream background
- Black text for readability
- Monospace font for retro feel
- Dark gray borders and accents