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
baseurlin your_config.ymlto 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!
- Responsive, modern design
- Easy configuration via
_config.yml - Portfolio section
- Social/profile links
- Customizable with your own content and styles
- Clone this repository
git clone https://github.com/kaskavalci/simple-landing-page.git my-portfolio cd my-portfolio - Install dependencies
bundle install
- Edit
_config.ymlwith your info (name, email, social links, portfolio, etc.)- If deploying to GitHub Pages: Set
baseurlto your repo name, e.g.baseurl: "/simple-landing-page"
- If deploying to GitHub Pages: Set
- Add your profile photo to
assets/profile-photo.jpg(a fun avatar is included by default!) - (Optional) Add portfolio images to
assets/and updateimage_urlin_config.yml - Run locally:
bundle exec jekyll serve - Visit
http://localhost:4000to see your site!
- Create a new repository on GitHub.
- Push your local repository to the new GitHub repository.
- Enable GitHub Pages in the repository settings.
- Visit your site at
https://yourusername.github.io/your-repo-name/. - Read more about GitHub Pages and Jekyll.
Edit _config.yml to set your:
- Name, tagline, description
- Social links (GitHub, LinkedIn, Twitter, Blog, Resume)
- Portfolio projects (title, description, image, links)
baseurl(for GitHub Pages, set to your repo name)
- Profile photo: Replace
assets/profile-photo.jpg - Portfolio images: Add images to
assets/and updateimage_url - Colors & styles: Edit
assets/css/theme.css - Footer: The footer links back to this template—feel free to customize or keep it!
- Profile avatar generated by DiceBear Avatars
- Project images from Picsum Photos
MIT. Have fun and make it your own!