Skip to content

Commit 7f81841

Browse files
authored
Merge pull request #208 from grantzhou/feature/ui-optimization-v2
feat(homepage): UI optimization v2 — scroll reveal, ecosystem tooltips & section differentiation
2 parents 4f9d58d + a7f3610 commit 7f81841

45 files changed

Lines changed: 6327 additions & 646 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

blog/2022-1-28-ivorysql-arrived/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: IvorySQL Has Arrived
44
authors: [official]
55
authorTwitter: IvorySql
66
category: IvorySQL
7-
image: img/blog/IvorySQL-has-arrived.png
7+
image: img/blog/covers/ivorysql-arrived.svg
88
tags: [IvorySQL, Welcome, Database, Oracle Compatible, PostgreSQL, Join Us]
99
---
1010

blog/2022-3-25-postgres-world-webinar/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: PostgresWorld Webinar | A Deep Dive Into IvorySQL
44
authors: [official]
55
authorTwitter: IvorySql
66
category: PostgreSQL
7-
image: img/blog/PostgresWorld-Webinar.png
7+
image: img/blog/covers/pg-webinar.svg
88
tags: [IvorySQL, PostgresWorld, Database, Oracle Compatible, PostgreSQL, Join Us]
99
---
1010

blog/2022-4-18-sv2022/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: IvorySQL at PostgresConf SV 2022
44
authors: [official]
55
authorTwitter: IvorySql
66
category: PostgreSQL
7-
image: img/blog/PostgresConf-SV-2022.png
7+
image: img/blog/covers/pgconf-sv-2022.svg
88
tags: [IvorySQL,PostgresConf SV , Database, Oracle Compatible, PostgreSQL, Join Us]
99
---
1010

blog/2022-5-17-linux/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Compiling and Installing IvorySQL on Linux
44
authors: [official]
55
authorTwitter: IvorySql
66
category: IvorySQL
7-
image: img/blog/Compiling-and-Installing-IvorySQL-on-Linux.png
7+
image: img/blog/covers/linux-install.svg
88
tags: [IvorySQL, Welcome,Linux, PostgreSQL, Join Us]
99
---
1010

blog/2022-5-27-packages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ slug: ivorysql-packages
33
title: Introduction to IvorySQL Packages
44
authors: [Asif]
55
category: IvorySQL
6-
image: img/blog/IvorySQL-packages.png
6+
image: img/blog/covers/ivorysql-packages.svg
77
tags: [IvorySQL, Oracle, Packages, PostgreSQL, Join Us]
88
---
99

blog/2022-5-6-yum/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Install software through the YUM source
44
authors: [official]
55
authorTwitter: IvorySql
66
category: IvorySQL
7-
image: img/blog/Install-software-through-the-YUM-source.png
7+
image: img/blog/covers/yum-install.svg
88
tags: [IvorySQL, Welcome, YUM, PostgreSQL, Join Us]
99
---
1010

blog/2022-6-2-PGCon2022/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: PGCon2022 meeting review | Technical explanation of IvorySQL project
44
authors: [official]
55
authorTwitter: IvorySql
66
category: PostgreSQL
7-
image: img/blog/PGCon2022-meeting-review.png
7+
image: img/blog/covers/pgcon-2022.svg
88
tags: [IvorySQL,PGCon2022, PostgreSQL, Join Us]
99
---
1010

blog/2024-11-27-ivorysql-high-availability/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: IvorySQL High Availability—Zero Loss Logical Replication Slots
44
authors: [official]
55
authorTwitter: IvorySql
66
category: IvorySQL
7-
image: img/blog/IvorySQL-High-Availability.png
7+
image: img/blog/covers/ha-replication.svg
88
tags: [IvorySQL, Database, Oracle Compatible, PostgreSQL, High Availability]
99
---
1010

blog/2024-12-05-ivorysql-external-storage-manager/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: External Storage Manager in IvorySQL Database
44
authors: [official]
55
authorTwitter: IvorySql
66
category: IvorySQL
7-
image: img/blog/External-Storage-Manager.png
7+
image: img/blog/covers/external-storage.svg
88
tags: [IvorySQL, Database, Oracle Compatible, PostgreSQL]
99
---
1010
In general, a database storage system is divided into two parts: memory and external storage. Except for in-memory databases, data is eventually persisted, which means that it needs to be written from the memory buffer to the external storage. This article will discuss the external storage manager in IvorySQL.

blog/2025-01-02-ivorysql-upgrade-3.x-to-4.0/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: IvorySQL Upgrade Guide-A Smooth Transition from 3.x to 4.0
44
authors: [official]
55
authorTwitter: IvorySql
66
category: IvorySQL
7-
image: img/blog/ivorysql-upgrade.png
7+
image: img/blog/covers/upgrade-guide.svg
88
tags: [IvorySQL, Database, Oracle Compatible, PostgreSQL]
99
---
1010
Recently, IvorySQL 4.0 was released, offering full support for PostgreSQL 17 and enhanced compatibility with Oracle.

0 commit comments

Comments
 (0)