A minimal, section-based Jekyll theme for personal websites and blogs.
curl -fsSL https://raw.githubusercontent.com/dudududukim/spectrum-eager/theme/setup-remote-theme.sh | bashThen:
- Edit
_config.ymlto customize your site - Run
bundle install && bundle exec jekyll serve - Push to GitHub and enable GitHub Pages
For detailed setup and usage, see USAGE.md.
- Section-based architecture
- YAML-first configuration
- Remote theme support
- Responsive design
- SEO optimized
your-site/
├── _config.yml
├── _plugins/ # Required plugins
├── _posts/ # Blog posts
├── _films/ # Photography
├── _musics/ # Music picks
├── _sections/ # Section configs
│ └── <name>/
│ ├── config.yml
│ └── page.md
├── index.md
├── films.md
└── musics.md
- USAGE.md - Complete setup guide, content creation, and configuration
- Theme Repository
MIT License