Skip to content

Synergetic-Engineering/sentientsystem.com

Repository files navigation

SentientSystem website

https://sentientsystem.netlify.com - A JAMstack product site built using Jekyll, hosted with Netlify, administered here.

Content contribution guide

This site has Netlify CMS set up for content authoring, reviewing and publication via http://sentientsystem.com/admin/ (don't forget the trailing slash)

Doing this requires a site admin account (Netlify Identity) that are manually created through the Netlify admin console here.

Currently there are no actively used content types. In the future, it is expected that things like blogs, R&D projects and case studies will be designed, developed and configured to be managed using this CMS. An explination about each compoent type will be documented here.

Local Development

  1. Get Jekyll installed in your PC: take a look at this tutorial
  2. Clone the repository git clone https://github.com/Synergetic-Engineering/sentientsystem.com.git before you doing this step, please ensure your PC already installed GIT, not yet install GIT ? Please take a look this tutorial
  3. Install bundle dependencies with: bundle install
  4. Serve locally with live-reload jekyll serve --watch
  5. Build the jekyll site with command: jekyll serve

Useful links for development

Site configuration / development guide

Menu

  1. Open _data folder
  2. Open file menu.yml There is 2 fields should be fill out, label: , target: Field label: is the text of the menu and target: is the URL/Link

Page meta description

To change text inside tag <meta name="description" content=""> and text before Our Capabilities section you can edit file _config.yml and fillout the text in field description:

Lading Page

Banner/Hero

  1. Open _data folder
  2. Open file banner.yml There is 4 fields should be fill out, background: , title: , description: , floating_logo: Put the filename with full of the path for background: and floating_logo:

Section: Our Capabilities

  1. Open _data folder
  2. Open file capabilities.yml There is 3 fields should be fill out, icon: , name: , description: Put the filename with full of the path for icon:

Section: Your Outcomes

  1. Open _data folder
  2. Open file outcomes.yml There is 4 fields should be fill out, icon: , name: , description:, target_url: Put the filename with full of the path for icon:

Section: What is your role?

  1. Open _data folder
  2. Open file your_role.yml There is 3 fields should be fill out, image: , title: , subtitle, description:, target_url: Put the filename with full of the path for image:

Section: Common issues we Address

  1. Open _data folder
  2. Open file your_role.yml There is 3 fields should be fill out, image: , title: , subtitle, description:, target_url: Put the filename with full of the path for image: