Skip to content

geops/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7b327f3 · Mar 20, 2025
Jun 6, 2024
Apr 3, 2024
Nov 4, 2021
Jul 31, 2023
Feb 4, 2022
Oct 15, 2024
Oct 17, 2024
Mar 20, 2025
Feb 5, 2024
Oct 10, 2024
Mar 11, 2025
Nov 12, 2021
Jul 24, 2023
May 17, 2022
May 17, 2022
Jul 31, 2023
Jul 31, 2023
Jul 31, 2023
Jul 31, 2023
May 31, 2024
Nov 18, 2021
Jul 31, 2023
Jul 31, 2023
Jul 31, 2023
Jun 5, 2024
Jul 31, 2023
Jul 31, 2023
Feb 21, 2022
Apr 3, 2024
Jul 31, 2023
Jul 31, 2023
Jul 31, 2023
Jun 6, 2024
Jun 6, 2024
Apr 16, 2021
Mar 4, 2021
Feb 22, 2022
Feb 22, 2022
Apr 3, 2023
Jul 31, 2023
Jul 31, 2023
Jun 5, 2024

Repository files navigation

Next geOps Website

Next geOps Website based on Next.js

Structure

Content in german and english is stored in /content as Markdown files using YAML frontmatter for metadata and managed by Netlify CMS. The Netlify CMS configuration can be found at /public/config.yml.

The generic page structure is defined in /app/de for german and in /app/en for english. Both page should use the same client component. Pages should only consist of components stored in /components.

Development

# Install dependencies
yarn install

# Start dev server
yarn dev

Support of html entities in blog, career content and contact person

We use markdown-to-jsx to convert blog markdown file. This library only support by default these entities:

  • & (&)
  • ' (')
  • > (>)
  • < (&lt;)
  • (&nbsp;)
  • " (&quot;)

If you have to use another one, please add it to namedCodesToUnicode.js. You can find list of html entities and their unicode values here.

CMS

Edit website content on https://geops.com/admin