Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

yenbekbay/app-landing-page

Repository files navigation

How to use

  1. Start by installing Bundler sudo gem install bundler
  2. Fork the landing page repository
  3. Clone the repository you just forked: git clone https://github.com/YOUR-USER/app-landing-page
  4. Enter cd app-landing-page
  5. Then run bundle install to get Jekyll and all the dependencies.
  6. Edit _config.yml and content.html as needed.
  7. Run the Jekyll server with bundle exec jekyll serve
  8. Go to http://localhost:4000/app-landing-page/

Note: If you edit css files, your landing page will update, but if you edit html files, the changes won't be reflected until you run bundle exec jekyll serve again.

Deploy your site to GitHub Pages

Deploy your site to GitHub Pages with git push -f origin master:gh-pages

If you are planning on using a custom domain to direct to your site, modify the CNAME file as described here.

Check the GitHub Pages Basics for more information.