Next geOps Website based on Next.js
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
.
# Install dependencies
yarn install
# Start dev server
yarn dev
We use markdown-to-jsx to convert blog markdown file. This library only support by default these entities:
- & (&)
- ' (')
- > (>)
- < (<)
- ( )
- " (")
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.
Edit website content on https://geops.com/admin