From 6d9d1d0bcc3562bb28bf68f0ac8812c09cef057c Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 26 Jun 2021 01:37:23 +0800 Subject: [PATCH] feat: update firebase post; update site description --- _config.yml | 7 +++---- _layouts/default.html | 2 +- _posts/2019-10-04-google-firebase-overview.md | 8 ++++---- assets/main.scss | 3 --- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/_config.yml b/_config.yml index 86ad2a6..3222e74 100644 --- a/_config.yml +++ b/_config.yml @@ -13,16 +13,15 @@ # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: "Ayos Blog" +title: Ayos Blog +description: Blogs on life and personal growth author: Ayo -attribution: "Ayo Ayco" +attribution: Ayo Ayco attribution-url: "https://AyoAyco.com" bugreport_url: "https://github.com/fullhacker/blog/issues/new" google_analytics: "UA-113797180-1" website: blog.ayoayco.com email: ramon.aycojr+blog@gmail.com -description: >- # this means to ignore newlines until "baseurl:" - // notes on technology and life baseurl: "/" # the subpath of your site, e.g. /blog url: "https://blog.ayoayco.com" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: ayoayco diff --git a/_layouts/default.html b/_layouts/default.html index fc97a95..ca7ae49 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -83,7 +83,7 @@
Free exclusive web development tips!
-

Blogs on life and personal growth.

+

{{ site.description }}

Want to give me a tip?

diff --git a/_posts/2019-10-04-google-firebase-overview.md b/_posts/2019-10-04-google-firebase-overview.md index f1c1da2..0c31a44 100644 --- a/_posts/2019-10-04-google-firebase-overview.md +++ b/_posts/2019-10-04-google-firebase-overview.md @@ -12,7 +12,7 @@ I didn't really expect it to be so hard but, to my surprise, the sheer number of In this post, let's go through my considerations for choosing the backend tech for my future projects and why I eventually chose Google Firebase. -## My Considerations for Choosing the Backend Tech For My Future Projects +## Considerations for Choosing Backend Tech For My Future Projects I understand that not all apps will have the same requirements but since it doesn't make sense to have a monolithic architecture for most modern web projects today, I always make sure that my projects have a backend that is separate and is accessed by frontend client apps through APIs. @@ -20,7 +20,7 @@ To guide in our decision, let's list some things we actually want our backend to **1. Authentication** - We want users to easily be able to get access to our app without sacrificing security. Having integration with third-party providers is ideal especially for users who do not want to sign up to yet another system. -**2. Database** - We want a database system that is flexible in data structures and is capable of handling real time transactions, as we expect growth in the number of active users doing huge numbers of transactions daily. +**2. Database** - We want a database system that is flexible in data structures and is capable of handling real time transactions, as we expect growth in the number of active users doing huge numbers of transactions daily. **3. Serverless Cloud Functions** - We want to save time in operations by not having to worry about setting up and maintaining servers for the backend @@ -38,7 +38,7 @@ I want to make it clear that I am not paid in anyway to promote Google Firebase. ### 1. Authentication -In Firebase, authentication is a breeze with many (and I mean *many*) providers for logging in such as Facebook, Google, Twitter, and others. +In Firebase, authentication is a breeze with many (and I mean _many_) providers for logging in such as Facebook, Google, Twitter, and others.
@@ -68,7 +68,7 @@ With **Cloud Firestore** as the database, flexibility and scaling is never a pro ### 4. Low Cost -Lastly, I find the [Firebase pricing plans](https://firebase.google.com/pricing) are very reasonable. I am sure the free tier covers a lot of my needs, and I don't have to worry about testing prototypes. I even think *some* light-weight production apps may work with the free tier. +Lastly, I find the [Firebase pricing plans](https://firebase.google.com/pricing) are very reasonable. I am sure the free tier covers a lot of my needs, and I don't have to worry about testing prototypes. I even think _some_ light-weight production apps may work with the free tier. ## Summary diff --git a/assets/main.scss b/assets/main.scss index 1c357ca..31b4c45 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -535,14 +535,11 @@ table.image caption { --x-height-multiplier: 0.342; --baseline-multiplier: 0.22; font-family: "Source Serif Pro", serif; - letter-spacing: -0.02em; font-weight: 900; font-style: normal; - letter-spacing: 0; font-size: 56px; margin: 10px 0 10px -2.63px; line-height: 1.04; - letter-spacing: -0.015em; padding-top: 5px !important; } &__description {