casualwriter-hk
casualwriter-hk OP t1_itt4y18 wrote
Reply to comment by ivanmoony in directly use markdown files as web page or web site by casualwriter-hk
if the <noscript> tag should appear in html file for SEO purpose, I think another approach will be more suitable.
https://github.com/casualwriter/casual-markdown-doc
It is a html file which body content in markdown/html format. html tag can be added directly in body content. Please check if it fit your use case.
casualwriter-hk OP t1_itobeu4 wrote
Reply to comment by ivanmoony in directly use markdown files as web page or web site by casualwriter-hk
thanks. may just add add <noscript> to markdown file, it will be added to main html.
I try to add below at the bottom of index.md
<noscript>casual-markdown, casualwriter, javascript, html, regexp</noscript>
for ulr: https://casualwriter.github.io/casual-markdown/
you may use [alt-s] to see the html code. (still not sure how google read it)
casualwriter-hk OP t1_itnyize wrote
Reply to comment by LasagneEnthusiast in directly use markdown files as web page or web site by casualwriter-hk
Hugo has more features, more sophisticate, which need installation and generation.
this solution is very lightweight by one index.html in vanilla script, no dependence, no installation. It dynamic render markdown content by javascript, no generation is needed.
casualwriter-hk OP t1_itkhzcx wrote
Reply to comment by ivanmoony in directly use markdown files as web page or web site by casualwriter-hk
sorry, I am not really know SEO. Do you have any suggestion? thanks,
ps: If need to add meta tag, may just add to markdown file. but not sure if work for SEO.
e.g. <meta name="description" content="this is a markdown page">
casualwriter-hk OP t1_iuh497d wrote
Reply to comment by kalmstron in Put calibre ebook library online - a minimalist PHP content server for calibre by casualwriter-hk
>can you read the EPUB in the site? is there a reader implemented?
sorry, no built-in epub reader.