opeseyi / comminityink

Sustainable Development Goal 4 is about quality education and is among the 17 Sustainable Development Goals established by the United Nations in September 2015

Home Page:https://comminityink.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Website/App community ink

Community Ink is an Open Source project aims to to build a social media flatform for studens in various higher institutions to get full access to learning resources of their campus, be updated on recent events and much more campus related activities.

Project structure

comminityink

├── blog

│ ├── welcome.md ├── docs

│ ├── doc1.md

│ ├── doc2.md

│ ├── doc3.md

│ └── mdx.md

├── src

│ ├── css

│ │ └── custom.css

│ └── pages

│ ├── styles.module.css

│ └── index.js

├── static

│ └── img

├── docusaurus.config.js

├── package.json

├── README.md

├── sidebars.js

└── yarn.lock

Project structure rundown

/blog/ - Contains the blog Markdown files. You can delete the directory if you've disabled the blog plugin, or you can change its name after setting the path option. More details can be found in the blog guide

/docs/ - Contains the Markdown files for the docs. Customize the order of the docs sidebar in sidebars.js. You can delete the directory if you've disabled the docs plugin, or you can change its name after setting the path option. More details can be found in the docs guide

/src/ - Non-documentation files like pages or custom React components. You don't have to strictly put your non-documentation files here, but putting them under a centralized directory makes it easier to specify in case you need to do some sort of linting/processing

/src/pages - Any JSX/TSX/MDX file within this directory will be converted into a website page. More details can be found in the pages guide

/static/ - Static directory. Any contents inside here will be copied into the root of the final build directory

/docusaurus.config.js - A config file containing the site configuration. This is the equivalent of siteConfig.js in Docusaurus v1

/package.json - A Docusaurus website is a React app. You can install and use any npm packages you like in them

/sidebars.js - Used by the documentation to specify the order of documents in the sidebar

About

Sustainable Development Goal 4 is about quality education and is among the 17 Sustainable Development Goals established by the United Nations in September 2015

https://comminityink.netlify.app/

License:MIT License


Languages

Language:JavaScript 86.2%Language:CSS 13.8%