A nextjs based framework to build websites under the design system of Logos
Go to file
amirhouieh d4e54963d9 pre toc 2022-05-23 18:39:26 +02:00
components clos #5 2022-05-23 18:19:47 +02:00
configs Add dynamic template loader from config file #6 2022-05-23 12:20:41 +02:00
context close #3 and some design adjustments 2022-05-23 17:16:51 +02:00
pages close #3 and some design adjustments 2022-05-23 17:16:51 +02:00
public/assets move configs to content repos 2022-05-20 11:16:38 +02:00
scripts pre toc 2022-05-23 18:39:26 +02:00
styles clos #5 2022-05-23 18:19:47 +02:00
templates/Deafult pre toc 2022-05-23 18:39:26 +02:00
types Add dynamic template loader from config file #6 2022-05-23 12:20:41 +02:00
utils pre toc 2022-05-23 18:39:26 +02:00
.eslintrc.json init 2022-04-11 10:44:55 +02:00
.gitignore add env to gitignore 2022-05-20 13:37:00 +02:00
README.md add env vars to readmer 2022-05-20 13:21:49 +02:00
next-env.d.ts init 2022-04-11 10:44:55 +02:00
next.config.js recursive render for menu and sorting - fixing index route resolving issue 2022-05-16 11:26:17 +02:00
package.json pre toc 2022-05-23 18:39:26 +02:00
tsconfig.json local data-fetching 2022-04-21 13:02:39 +02:00
yarn.lock pre toc 2022-05-23 18:39:26 +02:00

README.md

ENV

CONTENT_SOURCE_TYPE=[git,]
CONTENT_SOURCE_URL="url to download (zip) git repo"
STATIC_CONTENT_FOLDER="relative path to the folder for static assets on content repo"

Setup content repository