traceypooh / blogtini

Markdown + JS 100% client-side blogs & websites
8 stars 3 forks source link

Can't get minimal index.html attempt to format markdown #8

Open jsalsman opened 1 year ago

jsalsman commented 1 year ago

I recommended Blogtini to one of my tutoring students, and we haven't been able to get it to work after a few days of trying.

Could you please have a look at my attempt at https://github.com/jsalsman/jsalsman.github.io ?

https://jsalsman.github.io/index.html shows your example post, but doesn't format the markdown.

I am getting this warning in the Chrome console;

The main 'lit-element' module entrypoint is deprecated. Please update your imports to use the 'lit' package: 'lit' and 'lit/decorators.ts' or import from 'lit-element/lit-element.ts'. See https://lit.dev/msg/deprecated-import-path for more information.

I am not sure where to fix that. Do I need to make a local copy of https://blogtini.com/js/blogtini.js to import from https://github.com/jsalsman/jsalsman.github.io/blob/main/theme.js and change it there somehow? The former has no mention of lit as far as I can tell.

Thanks in advance, I'm a huge fan of this effort.