2023-12-27 13:56:57 -05:00
2021-03-30 13:28:52 -04:00
2021-03-30 13:28:52 -04:00
2021-03-30 13:28:52 -04:00
2021-03-30 13:28:52 -04:00
2021-03-30 13:28:52 -04:00
2021-04-26 02:35:41 -04:00
2023-12-27 13:56:57 -05:00
2021-04-26 02:35:41 -04:00
2021-04-16 21:30:02 -04:00
2021-04-26 02:35:41 -04:00
2021-04-26 02:35:41 -04:00
2021-04-26 02:35:41 -04:00
2021-04-26 02:35:41 -04:00

My University Website

This is a micro-project for my personal domain at my university's web server.

TODO:

const modules = import.meta.glob('')
const rawModules = {}
for (const path in modules) {
  rawModules[path] = () => import(`${path}?raw`)
}

// or

const modules = import.meta.glob('../models/docs/*/*.md')
const docs = modules.map( path => {
  return () => import(`${path}?raw`)
})

Then you should have an object called rawModules that has all the proper urls to import them as a string

Description
No description provided
Readme 947 KiB
Languages
Svelte 47.1%
JavaScript 33.7%
TypeScript 14.9%
HTML 2.3%
CSS 2%