Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhavya-dang/symbiosis-website
A website for the Amity University Biotech Lab Team - Symbiosis
https://github.com/bhavya-dang/symbiosis-website
Last synced: 30 days ago
JSON representation
A website for the Amity University Biotech Lab Team - Symbiosis
- Host: GitHub
- URL: https://github.com/bhavya-dang/symbiosis-website
- Owner: bhavya-dang
- Created: 2023-01-29T09:09:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-26T12:50:26.000Z (almost 2 years ago)
- Last Synced: 2024-03-15T21:29:41.857Z (9 months ago)
- Language: CSS
- Homepage: https://symbiosis-team.netlify.app
- Size: 9.73 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Symbiosis
An article website made for the Amity Symbiotic Lab.
## Tech Stack
- [Astro](https://astro.build/)
- [Vim](https://www.vim.org/)
- [VSCode](https://code.visualstudio.com/)## Execution
[@Sarlin-7757](https://github.com/Sarlin-7757) worked on the frontend and I worked on the backend.
For the frontend, the client wanted a minimal landing page for the homepage and a blog page for their articles. Since the client wanted a simple website and not a CMS, I decided to use Astro and MDX for the article pages. Instead of making a new CMS from scratch and writing the articles there, markdown files made it easier to upload new articles and can be done by a person wihout any knowledge of the development process. The markdown files are then converted to HTML using MDX and Astro. The website is hosted on Netlify.