This directory contains the Jekyll-based documentation website for GoLearn.
To run the documentation site locally:
- Install Ruby and Bundler
- Install dependencies:
cd docs bundle install - Start the Jekyll server:
bundle exec jekyll serve - Open http://localhost:4000 in your browser
The site is automatically deployed to GitHub Pages when changes are pushed to the main branch.
_config.yml- Jekyll configuration_layouts/- HTML templates_includes/- Reusable componentsassets/- CSS, JS, and other assets*.md- Markdown pages
The site uses a custom gopher-themed design with:
- Playful gopher animations
- Go-inspired color scheme
- Responsive design
- Clean, readable typography