Skip to content

AltGeorgia/altgeo-website

Repository files navigation

altgeo-website

Netlify Status

The official website of Alternative Georgia

Available at https://altgeorgia.ge

Install & run

npm i -g gatsby-cli
git clone
cd altgeo-website
npm i
gatsby clean && gatsby develop

Notes

Dummy schema

content/dummy_schema.md is used as a dummy item to describe every nullable field for MarkdownRemarkFrontmatter and MarkdownRemark. Without this file, if a GraphQL query requests a field that does not exist in the content, the build process will fail because Gatsby will build a schema which excludes that field.

For example: all publications are removed with the CMS. Next build will fail because kaFile (a field that would not be included in the final generated schema) will be requested from a query and an error will be thrown, stopping the build process.

Drug info

Drug info is only available in Georgian, so both /ka/drug-info and /en/drug-info show georgian versions. This is not a bug, but a requested feature. We neither have nor want an English translation of the content of the drug-info page. It works as intended.

About

The official website of Alternative Georgia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published