Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.34 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.34 KB

Took down vercel site

EDCI 337 Site

This is a template for blogs called "Blogster" with using the theme: bubblegum.

This Blog template uses AstroJS for fast and lightweight website generation, Tailwind for beautiful and fast styling and Markdoc for creating blogs quick and easy via an expanded version of markdown.

The purpose of this site is to spin up something really quick, nice looking and performant for my "Interactive & Multimedia Learning" class (EDCI 337) at the University of Victoria (rather than just using Wordpress).

I will be adding a plugin for a commenting system.

In other projects in the future, for practice and learning, I would not start with a template and make the site from the ground up.

-Nima Mohajeri

Commit Message Commit types include:
  • Feat- feature
  • Fix- bugfixes
  • Docs- changes to the documentation like README
  • Style- style or formatting change
  • Perf - improves code performance
  • Test- test a feature

Using the conventional commit method makes it easy for project contributors to filter and search for specific commits, as shown in the example below:

Summary:

Docs: Fixes typo on in-from-the-depths.md

Description:

Closes ticket #54321