Skip to content

Commit

Permalink
Merge pull request #3 from g33kdev/main
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
stnguyen90 authored Jan 2, 2024
2 parents afdf3c7 + 88797f0 commit 7111aa7
Show file tree
Hide file tree
Showing 13 changed files with 157 additions and 148 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.bundle
.sass-cache
_site
Gemfile.lock
Gemfile.lock
vendor
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
source "https://rubygems.org"
gem 'github-pages'
gem 'github-pages'
gem 'webrick'
97 changes: 43 additions & 54 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,76 +1,64 @@
#page title
page_title : # Automatically populates with app name if not set and if iOS app ID is set. Otherwise enter manually.
page_title : Price Logger Mobile App | Is That a Good Price (ITAGP) Cloud

# App Info
ios_app_id : 1234793120 # Required. Enter iOS app ID to automatically populate name, price and icons (e.g. 718043190).
ios_app_id : 6473100414 # Required. Enter iOS app ID to automatically populate name, price and icons (e.g. 718043190).
ios_app_country : us # Required outside USA. Enter 2 letter country code as in https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2

appstore_link : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
playstore_link : # Enter Google Play Store URL.
presskit_download_link : https://emilbaehr.com # Enter a link to downloadable file or (e.g. public Dropbox link to a .zip file).
appstore_link : https://apps.apple.com/us/app/is-that-a-good-price-cloud/id6473100414
playstore_link : https://play.google.com/store/apps/details?id=com.g33kdev.itagp_cloud
# presskit_download_link : https://emilbaehr.com # Enter a link to downloadable file or (e.g. public Dropbox link to a .zip file).
# Or upload your press kit file to assets and set path accordingly (e.g. "assets/your_press_kit.zip").

app_icon : # assets/appicon.png # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually.
app_name : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
app_price : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
app_description : Write a short tagline for your app.
app_icon : assets/icon.png
app_name : Is That a Good Price (Cloud)
app_price : $0.99/month
app_description : Easily log the price history of products so you always know what's the best unit price!

enable_smart_app_banner : true # Set to true to show a smart app banner at top of page on mobile devices.

card_image: /assets/feature.png


# Information About Yourself
your_name : Emil Baehr
your_link : https://emilbaehr.com
your_city : Copenhagen
email_address : emil.baehr@gmail.com
facebook_username :
instagram_username : ebaehr
twitter_username : ebaehr
github_username : emilbaehr
youtube_username :
mastodon_link : https://mastodon.social/@ebaehr
your_name : g33kdev
# your_link : https://emilbaehr.com
# your_city : Copenhagen
email_address : support@g33kdev.com
# facebook_username :
# instagram_username : ebaehr
# twitter_username : ebaehr
# github_username : emilbaehr
# youtube_username :
# mastodon_link : https://mastodon.social/@ebaehr



# Feature List Edit, add or remove features to be presented.
features :

- title : GitHub Pages Jekyll Theme
description : Designed for GitHub Pages. Fork. Edit _config.yml. Upload screenshot/video. Push to gh-pages branch. Voilá!
fontawesome_icon_name : magic
- title : Log Unlimited Number of Products
description : Organize price entries with different product categories.
fontawesome_icon_name : infinity

- title : iPhone Device Preview
description : Preview your app in the context of an iPhone device. Five different device colors included.
fontawesome_icon_name : mobile
- title : Log Unlimited Number of Entries
description : A price entry includes date, merchant, name, units, quantities, price, discount types, note, and image.
fontawesome_icon_name : infinity

- title : Video Support
description : Preview app video on the iPhone device simply by placing your video files in the videos folder.
fontawesome_icon_name : play-circle
- title : Automatic Unit Price
description : Automatically calculates unit price for easy comparison.
fontawesome_icon_name : magic

- title : Automatic Icon and Metadata
description : Enter iOS app ID in the _config.yml file to automatically fetch app icon, price and App Store Link.
fontawesome_icon_name : sync
- title : Best Price Summary
description : Automatically highlights the best unit price for each product.
fontawesome_icon_name : funnel-dollar

- title : Easy to Tweak
description : Tweak accent color, images, icons and transparency via the _config.yml file. No HTML/CSS needed.
- title : Dark Mode
description : Dark and light theme based on system settings.
fontawesome_icon_name : adjust

- title : Feature List
description : Add features (like this one) to your site via the _config.yml file. No HTML/CSS needed.
fontawesome_icon_name : star

- title : Smart App Banner
description : Display a smart app banner on iOS devices.
fontawesome_icon_name : arrow-alt-circle-down

- title : Social Links
description : Easily add social media accounts and contact info in the footer via the _config.yml file. No HTML/CSS needed.
fontawesome_icon_name : link

- title : FontAwesome Support
description : Pick custom Font Awesome icons for the feature list via the _config.yml file. No HTML/CSS needed.
fontawesome_icon_name : info-circle
- title : Entry Merchant and Name Autocomplete
description : Merchant and name autocompletes with previously entered info.
fontawesome_icon_name : magic

- title : # New Feature Title
description : # New Feature Description
Expand All @@ -83,7 +71,7 @@ topbar_color : "#000000"
topbar_transparency : 0.1
topbar_title_color : "#ffffff"

cover_image : assets/headerimage.png # Replace with alternative image path or image URL.
cover_image : assets/headerimage.jpg
cover_overlay_color : "#363b3d"
cover_overlay_transparency : 0.8

Expand All @@ -100,11 +88,11 @@ app_description_color : "#ffffff"
feature_title_color : "#000000"
feature_text_color : "#666666"

feature_icons_foreground_color : "#1d63ea"
feature_icons_background_color : "#e6e6e6"
feature_icons_foreground_color : "#000000"
feature_icons_background_color : "#28cc9e"

social_icons_foreground_color : "#666666"
social_icons_background_color : "#e6e6e6"
social_icons_foreground_color : "#000000"
social_icons_background_color : "#28cc9e"

footer_text_color : "#666666"

Expand Down Expand Up @@ -133,6 +121,7 @@ exclude:
- LICENSE
- README.md
- CNAME
- docker-compose.yml

collections:
pages:
Expand Down
60 changes: 4 additions & 56 deletions _pages/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,62 +4,10 @@ title: What's New
include_in_header: true
---

# Changelog
Here you can keep a changelog for your app. Edit the markdown based CHANGELOG.md which is located in the _pages directory. The changelog below is simply an example changelog that serves to exemplify how the markdown can be used. You can be as creative as you want with the markdown.
## Changelog

<br>
### **Version 1.0.0**

### `Latest`
# **Version 2.0**
This is the first update to our app. Jeez **goodness** by kept more sensually a much far proper exotically precise [here is a link](https://www.google.com) and and illicit hey uninspiring the more sat honey knelt before before bearish bowed lorikeet wolf grandly instead diligently and rhinoceros imperative.
What's New:

#### What's New
- Much far proper exotically precise unaccountable.
- [Changes to Privacy Policy](/privacypolicy)

#### Bug Fixes
- Much far proper exotically precise unaccountable.
- [Changes to Privacy Policy](/privacypolicy)

<br>

### **Version 2.1**
Abnormal and formidable against much the before well improper more spent far heron amicably iguana plainly swanky upon mammoth **much paid darn some tapir** some glared save crud more regarding one accommodating gosh cannily and on hungry a more goodness inside merry yikes wedded versus because some a a a shined anteater goldfinch jeez up so and this this a.

#### What's New
- Much far proper exotically precise unaccountable.
- Much far proper exotically precise unaccountable.

<br>

________
<br>

### `Initial Release`
# **Version 1.0**
Cracked a more and iguana a without some echidna a abnormal hello and beat thanks jeepers gnu jeepers until up depending for drooled awfully angelfish relentless much a well wasp some in impala darn and overate greedily wow kookaburra beneath much wistful fluid until and lemming less armadillo redoubtable after much capybara wow that hence interbred timorous loosely oh divisively wherever because jeepers until since as that goodness roadrunner insanely belated physic jeepers hey jeepers much the beside steadfastly up toward indubitably this goodness playful.

<br>

## **Version 1.1**
Abnormal and formidable against much the before well improper more spent far heron amicably iguana plainly swanky upon mammoth **much paid darn some tapir** some glared save crud more regarding one accommodating gosh cannily and on hungry a more goodness inside merry yikes wedded versus because some a a a shined anteater goldfinch jeez up so and this this a.

#### What's New
- Much far proper exotically precise unaccountable.
- Much far proper exotically precise unaccountable.

<br>

## Version 1.0.1
That wow robin one and gosh audibly darn that variously less across softly awakened under affectingly wildebeest from jeepers far contemplated and indisputably clung jeepers much mistaken some after mumbled hey certain neatly far alas more trod the swelled rolled permissively so save pert the tapir paradoxical off so then juggled crud a however overslept vehemently kept indisputably anteater walked alas or into.

#### What's New
- Much far proper exotically precise unaccountable.
- Much far proper exotically precise unaccountable.
- Much far proper exotically precise unaccountable.

#### Bug Fixes
- Improved user sign up experience.
- Unlike deliberately zebra hen oh jeez understandable. Alas and quit oh snooty unlike deliberately.

<br>
- Initial release
Loading

0 comments on commit 7111aa7

Please sign in to comment.