A clean and minimal Jekyll theme designed for personal websites and blogs with a focus on simplicity and customizability. Perfect for professional researchers, undergraduates, and creators from diverse backgrounds who want an easy-to-use yet flexible platform.
A minimal, responsive Jekyll theme with excellent typography and dynamic color theming. Perfect for developers, researchers, and creatives who want a clean, professional website.
_config.yml
to instantly personalize your entire siteClone the repo
git clone https://github.com/dudududukim/spectrum.git
cd spectrum
Install dependencies
bundle install
Configure your site
_config.yml
to update site details, personal bio, and colorsEnable GitHub Pages deployment
Run locally
bundle exec jekyll serve
Visit http://localhost:4000
in your browser
_tech-bites/
with proper front matterprimary
color in _config.yml
to instantly transform your site's appearanceThis Jekyll theme is ready for immediate deployment with GitHub Actions.
.github/workflows/jekyll.yml
is included and ready to usebundle exec jekyll build
for static filesLight Theme | Dark Theme |
---|---|
Tech Bites | Films Gallery |
---|---|
Markdown Content | Photo detail page |
---|---|
spectrum/
āāā .github/
ā āāā workflows/
ā āāā jekyll.yml # GitHub Actions workflow (included)
āāā _data/
ā āāā navigation.yml # Navigation configuration
āāā _includes/ # Reusable components
āāā _layouts/ # Page templates
āāā _sass/ # Stylesheets
āāā _tech-bites/ # Blog posts / tech bites / papers
āāā _films/ # Photography markdown files
āāā assets/ # Images and CSS
āāā _config.yml # Site configuration including colors
āāā 404.html # Custom 404 page
āāā index.md # Homepage
āāā tech-bites.md # Blog listing
āāā films.md # Photography page
āāā LINCESE.txt # License file
āāā README.md
Use bundle exec jekyll serve
for local development with live reload.
Fork the repository, create a feature branch, commit your changes, and open a pull request.
Duhyeon Kim
MIT License. See LINCESE.txt file for details.
Submit issues via GitHub Issues or check inline documentation in code files.
ā If you find this Jekyll theme helpful, please give it a star on GitHub! Your support helps maintain and improve this project for everyone.
ā Star this repository to show your appreciation and help others discover this theme!
Built with Jekyll