Engineering

⌘K
  1. Home
  2. Docs
  3. Engineering
  4. Collaboration Tools
  5. “About Lovia” Website Blueprint

“About Lovia” Website Blueprint

About Lovia (THIS ONE) is our primary intranet website, powered mainly by WordPress but also other collaboration tools such as Gluu, Camunda.

The WordPress instance is hosted at AWS Lightsail Singapore, using lovia-sg MariaDB database at AWS RDS Singapore. We use WordOps to install and manage the WordPress instance.

The website should be fronted by AWS CloudFront (TODO: check if this is the case).

Appearance

Astra Theme & Elementor

We use Astra theme and Elementor for base appearance and page builder.

Syntax Highlighter Evolved Plugin

To format codes, we use Syntax Highlighter Evolved plugin. Additionally, we use Fira Code font by using Astra Theme’s customization to add this custom CSS:

@import url('https://fonts.googleapis.com/css2?family=Fira+Code&display=swap');

code, div.syntaxhighlighter a, div.syntaxhighlighter div,
div.syntaxhighlighter code, div.syntaxhighlighter table,
div.syntaxhighlighter table td, div.syntaxhighlighter table tr,
div.syntaxhighlighter table tbody, div.syntaxhighlighter table thead,
div.syntaxhighlighter table caption, div.syntaxhighlighter textarea {
  font-family: 'Fira Code', monospace !important;
}

(Yes, the code above is using Syntax Highlighter Evolved! Oh, so meta!)

How can we help?