My personal goal is to reach break-even with the Saas offering (Ghostfolio Premium) and regularly report about the progress and my learnings on this
exciting journey.
diff --git a/apps/client/src/app/pages/blog/2022/07/how-do-i-get-my-finances-in-order/how-do-i-get-my-finances-in-order-page.component.ts b/apps/client/src/app/pages/blog/2022/07/how-do-i-get-my-finances-in-order/how-do-i-get-my-finances-in-order-page.component.ts
index 0f25ca72e..ccca0f27c 100644
--- a/apps/client/src/app/pages/blog/2022/07/how-do-i-get-my-finances-in-order/how-do-i-get-my-finances-in-order-page.component.ts
+++ b/apps/client/src/app/pages/blog/2022/07/how-do-i-get-my-finances-in-order/how-do-i-get-my-finances-in-order-page.component.ts
@@ -9,4 +9,6 @@ import { RouterModule } from '@angular/router';
standalone: true,
templateUrl: './how-do-i-get-my-finances-in-order-page.html'
})
-export class HowDoIGetMyFinancesInOrderPageComponent {}
+export class HowDoIGetMyFinancesInOrderPageComponent {
+ public routerLinkResources = ['/' + $localize`resources`];
+}
diff --git a/apps/client/src/app/pages/blog/2022/07/how-do-i-get-my-finances-in-order/how-do-i-get-my-finances-in-order-page.html b/apps/client/src/app/pages/blog/2022/07/how-do-i-get-my-finances-in-order/how-do-i-get-my-finances-in-order-page.html
index a9c0085fe..bbfbec7ff 100644
--- a/apps/client/src/app/pages/blog/2022/07/how-do-i-get-my-finances-in-order/how-do-i-get-my-finances-in-order-page.html
+++ b/apps/client/src/app/pages/blog/2022/07/how-do-i-get-my-finances-in-order/how-do-i-get-my-finances-in-order-page.html
@@ -9,9 +9,9 @@
Before you can think of
- long-term investing, you have
- to get your finances in order. Take a look at Peter's journey to see
- how you can achieve it, too.
+ long-term investing, you
+ have to get your finances in order. Take a look at Peter's journey
+ to see how you can achieve it, too.
Peter enjoys life, but sometimes he overspends a bit. He realizes it
diff --git a/apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.component.ts b/apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.component.ts
index 99842efb8..eec7ce255 100644
--- a/apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.component.ts
+++ b/apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.component.ts
@@ -9,4 +9,7 @@ import { RouterModule } from '@angular/router';
standalone: true,
templateUrl: './500-stars-on-github-page.html'
})
-export class FiveHundredStarsOnGitHubPageComponent {}
+export class FiveHundredStarsOnGitHubPageComponent {
+ public routerLinkMarkets = ['/' + $localize`markets`];
+ public routerLinkPricing = ['/' + $localize`pricing`];
+}
diff --git a/apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.html b/apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.html
index ba38219c9..5b485e921 100644
--- a/apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.html
+++ b/apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.html
@@ -71,10 +71,10 @@
Break-even Point
Despite the complicated
- economic situation at this time,
- the goal set at the beginning of the year to build a sustainable
- business and reach break-even with the SaaS offering (economic situation at this
+ time, the goal set at the beginning of the year to build a
+ sustainable business and reach break-even with the SaaS offering (Ghostfolio Premium) has been achieved. We will continue to leverage the revenue to
further improve the fully managed cloud offering for our paying
diff --git a/apps/client/src/app/pages/blog/2022/11/black-friday-2022/black-friday-2022-page.component.ts b/apps/client/src/app/pages/blog/2022/11/black-friday-2022/black-friday-2022-page.component.ts
index 0284a11f0..bfb42f55c 100644
--- a/apps/client/src/app/pages/blog/2022/11/black-friday-2022/black-friday-2022-page.component.ts
+++ b/apps/client/src/app/pages/blog/2022/11/black-friday-2022/black-friday-2022-page.component.ts
@@ -11,5 +11,6 @@ import { GfPremiumIndicatorModule } from '@ghostfolio/ui/premium-indicator';
templateUrl: './black-friday-2022-page.html'
})
export class BlackFriday2022PageComponent {
- public constructor() {}
+ public routerLinkFeatures = ['/' + $localize`features`];
+ public routerLinkPricing = ['/' + $localize`pricing`];
}
diff --git a/apps/client/src/app/pages/blog/2022/11/black-friday-2022/black-friday-2022-page.html b/apps/client/src/app/pages/blog/2022/11/black-friday-2022/black-friday-2022-page.html
index 50476e70e..8da5f55b5 100644
--- a/apps/client/src/app/pages/blog/2022/11/black-friday-2022/black-friday-2022-page.html
+++ b/apps/client/src/app/pages/blog/2022/11/black-friday-2022/black-friday-2022-page.html
@@ -35,17 +35,18 @@
software presents the current assets (stocks, ETFs,
cryptocurrencies, commodities etc.) in real time to make solid,
data-driven investment decisions. Check out the numerous
- features to manage your wealth.
+ features to manage your
+ wealth.
Snap the limited Black Friday 2022 deal before it’s gone. For
detailed information on plans and pricing, please visit our
- pricing page.
+ pricing page.
- Get the Deal
diff --git a/apps/client/src/app/pages/blog/2023/03/1000-stars-on-github/1000-stars-on-github-page.component.ts b/apps/client/src/app/pages/blog/2023/03/1000-stars-on-github/1000-stars-on-github-page.component.ts
index 5e6ce6c08..55813dc29 100644
--- a/apps/client/src/app/pages/blog/2023/03/1000-stars-on-github/1000-stars-on-github-page.component.ts
+++ b/apps/client/src/app/pages/blog/2023/03/1000-stars-on-github/1000-stars-on-github-page.component.ts
@@ -9,4 +9,7 @@ import { RouterModule } from '@angular/router';
standalone: true,
templateUrl: './1000-stars-on-github-page.html'
})
-export class ThousandStarsOnGitHubPageComponent {}
+export class ThousandStarsOnGitHubPageComponent {
+ public routerLinkFeatures = ['/' + $localize`features`];
+ public routerLinkPricing = ['/' + $localize`pricing`];
+}
diff --git a/apps/client/src/app/pages/blog/2023/03/1000-stars-on-github/1000-stars-on-github-page.html b/apps/client/src/app/pages/blog/2023/03/1000-stars-on-github/1000-stars-on-github-page.html
index b6aacd1bd..f475f00da 100644
--- a/apps/client/src/app/pages/blog/2023/03/1000-stars-on-github/1000-stars-on-github-page.html
+++ b/apps/client/src/app/pages/blog/2023/03/1000-stars-on-github/1000-stars-on-github-page.html
@@ -92,7 +92,7 @@
These self-hosting platforms allow users to run applications on
their own hardware rather than rely on a
- SaaS offering. As a result,
+ SaaS offering. As a result,
Ghostfolio has become accessible to an even wider range of users who
would like to take control of their wealth management.
@@ -108,9 +108,9 @@
As the project continues to evolve, we can expect to see even more
exciting developments and innovations around Ghostfolio which guides
users through the process of
- tracking their assets, such as
- stocks, ETFs, or cryptocurrencies. Especially in the areas of data
- import and portfolio analysis.
+ tracking their assets, such
+ as stocks, ETFs, or cryptocurrencies. Especially in the areas of
+ data import and portfolio analysis.
We are honored to be a part of this vibrant and growing community,
diff --git a/apps/client/src/app/pages/blog/2023/05/unlock-your-financial-potential-with-ghostfolio/unlock-your-financial-potential-with-ghostfolio-page.component.ts b/apps/client/src/app/pages/blog/2023/05/unlock-your-financial-potential-with-ghostfolio/unlock-your-financial-potential-with-ghostfolio-page.component.ts
index c694ba8fb..4e7e602a2 100644
--- a/apps/client/src/app/pages/blog/2023/05/unlock-your-financial-potential-with-ghostfolio/unlock-your-financial-potential-with-ghostfolio-page.component.ts
+++ b/apps/client/src/app/pages/blog/2023/05/unlock-your-financial-potential-with-ghostfolio/unlock-your-financial-potential-with-ghostfolio-page.component.ts
@@ -9,4 +9,7 @@ import { RouterModule } from '@angular/router';
standalone: true,
templateUrl: './unlock-your-financial-potential-with-ghostfolio-page.html'
})
-export class UnlockYourFinancialPotentialWithGhostfolioPageComponent {}
+export class UnlockYourFinancialPotentialWithGhostfolioPageComponent {
+ public routerLinkFeatures = ['/' + $localize`features`];
+ public routerLinkResources = ['/' + $localize`resources`];
+}
diff --git a/apps/client/src/app/pages/blog/2023/05/unlock-your-financial-potential-with-ghostfolio/unlock-your-financial-potential-with-ghostfolio-page.html b/apps/client/src/app/pages/blog/2023/05/unlock-your-financial-potential-with-ghostfolio/unlock-your-financial-potential-with-ghostfolio-page.html
index 7a515794f..5d9cbb5f7 100644
--- a/apps/client/src/app/pages/blog/2023/05/unlock-your-financial-potential-with-ghostfolio/unlock-your-financial-potential-with-ghostfolio-page.html
+++ b/apps/client/src/app/pages/blog/2023/05/unlock-your-financial-potential-with-ghostfolio/unlock-your-financial-potential-with-ghostfolio-page.html
@@ -44,13 +44,13 @@
Empowering Buy & Hold Strategies
For those committed to a
- buy & hold strategy, Ghostfolio
- provides an intuitive interface to monitor long-term investments.
- Users can track performance over time, gaining insights into
- portfolio growth and stability. With strong visualizations and
- reporting features, Ghostfolio
- equips users to make well-informed decisions aligned with their
- long-term investment goals.
+ buy & hold strategy,
+ Ghostfolio provides an intuitive interface to monitor long-term
+ investments. Users can track performance over time, gaining insights
+ into portfolio growth and stability. With strong visualizations and
+ reporting features,
+ Ghostfolio equips users to make well-informed decisions aligned with
+ their long-term investment goals.
, allowing you to
- simulate your customized plan to achieve FIRE. You get the tools to
- optimize your financial journey and confidently strive for a future
- that is both personally fulfilling and financially secure.
+