Made for NeonFrame.app
Based on the original template created by Sandoche and adapted to use with GitHub Actions:
.github/workflows/jekyll.yml
Mobile App Landing Page Template comes with pre-installed features and options:
- Display app icon
- Show unlimited app screenshots
- Link to Google Play
- Link to the AppStore
- Link to the Web App
- Press mention section
- Product Hunt floating prompt
- Privacy policy Page
- Google Analytics
- Cookie Consent
- Automatic dark theme
- Doorbell widget
- Github forking banner
Check out websites using the Mobile App Template:
- Fork this project
- Edit
_config.yml
, feel free to commut/uncomment what you need (google analtytics, or github for example) - Edit
_data/app.yml
with your app data - Update the text from
_data/strings.yml
, you can customize there the footer's links - Edit icons and screenshots inside the
_images
folder andicon.png
in the root - Edit
_src/index.js
to update the product hunt modal (or to remove it) and to remove the darkmode plugin if you don't want it - Deploy (on netlify, gitpages or surge, they are all free)
- Go to https://t3mpl.n4no.com/editor/#manifest=../templates/mobile-app-landing-page/template.yaml
- Edit the settings on the left part
- Click on the
Publish
button thenSave Webpage as .zip
- Unzip and upload the folder to your server (you can drag'n'drop it in Netlify to host it there for free)
- NodeJS
- Ruby, Bundler
npm install
bundler install
npm start
npm run build
bundle install
This templates uses Jekyll-webpack-boilerplate, read more documentation there.