Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Minimal landing page for developers built with Jekyll, featuring 12 material themes and no JavaScript.

Portfolio library replicating the GitHub UI, built with Next.js, TypeScript, and Tailwind CSS.
Dev Landing Page With Jekyll is a minimal single-page portfolio template for developers, built with Jekyll and Sass, that generates a static personal landing page for GitHub Pages without any JavaScript.
Dev Landing Page With Jekyll is a free, open-source Jekyll template that turns a developer's profile data into a single-page landing site. You provide your name, skills, and social platform links in YAML files and _config.yml; the template outputs a static HTML page with Font Awesome icons and material design styling. It was created by Rolly Sanchez and is inspired by Flexdinesh's dev-landing-page.
theme_custom variable in _config.yml; the default is indigo-white.skills.yml to list your skills and plataforms.yml to add social links; both files use a simple YAML format.theme_name_background and theme_extension_background in _config.yml to use any image uploaded to /assets/image/.docker-compose up.title_intro, and optionally show a "Fork me" GitHub button via the forkme and forkme_link variables.bundle install, then bundle exec jekyll s to serve at http://127.0.0.1:4000/.The template uses Jekyll to build a static page from YAML data files. After forking, you edit _config.yml to set your name, intro, theme, and platform title. Then you update skills.yml and plataforms.yml with your own content, commit, and push — the Jekyll build process outputs a ready-to-publish HTML site.
The template is free and open source under the Beerware license, which allows you to use and modify it as long as you keep the license notice.
Yes, the template is free to use and modify under the Beerware license. You can do whatever you want with it as long as you retain the license notice, and the author asks only for a beer if you meet in person.
No. The template explicitly states "No JS" and relies on HTML and Sass. This contributes to high Google PageSpeed scores (99/100 desktop, 92/100 mobile).
Fork the repository, rename it to username.github.io, enable GitHub Pages in the repo Settings, clone the fork locally, customize _config.yml and the YAML data files, then git push to publish.
Yes. Set theme_name_background in _config.yml to the image file name (for example, background.jpg), keep theme_extension_background matching the file extension, and upload the image to the /assets/image/ folder. If you leave the value as false, no background image is used.