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!
_config.ymlgit 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.ymlbundle 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.jpgassets/ and update image_urlassets/css/theme.cssMIT. Have fun and make it your own!