A clean, modern, and easy-to-use landing page template for Jekyll. Perfect for portfolios, resumes, and personal sites.
Important for GitHub Pages users:
If you deploy this site to GitHub Pages, set the
baseurl
in your_config.yml
to the name of your repository (e.g.baseurl: "/simple-landing-page"
). This ensures your CSS, images, and other assets load correctly. See the instructions below!
_config.yml
git clone https://github.com/kaskavalci/simple-landing-page.git my-portfolio
cd my-portfolio
bundle install
_config.yml
with your info (name, email, social links, portfolio, etc.)baseurl
to your repo name, e.g. baseurl: "/simple-landing-page"
assets/profile-photo.jpg
(a fun avatar is included by default!)assets/
and update image_url
in _config.yml
bundle exec jekyll serve
http://localhost:4000
to see your site!https://yourusername.github.io/your-repo-name/
.Edit _config.yml
to set your:
baseurl
(for GitHub Pages, set to your repo name)assets/profile-photo.jpg
assets/
and update image_url
assets/css/theme.css
MIT. Have fun and make it your own!