37 Commits

Author SHA1 Message Date
murat 3f2380e6a2 initial readme v0.0.1 2026-06-18 10:24:46 +03:00
murat 28a973991f BREAKING CHANGES(sitecontents and title): pageContent and pageTitle shortcodes 2026-06-18 10:02:39 +03:00
murat 9ae0960750 feat(shortcodes): list.item.<option> shortcodes 2026-06-18 09:40:10 +03:00
murat a98460360c fix(public directory): not deleting old files
fixed by deleting all html files in the public directory
2026-06-17 17:15:35 +03:00
murat 5fbe2da916 feat: use the html file named same as the md file for template if exists
known bug: /public/ directory doesn't cleaned before recreating html
files
2026-06-17 17:05:26 +03:00
murat e74d70af1b feat(options): draft control 2026-06-16 21:29:25 +03:00
murat fcc6ef114a chore: remove unused variables 2026-06-16 21:05:21 +03:00
murat 87bbceb647 chore: update <br> cleanup 2026-06-16 20:55:46 +03:00
murat 1aa5380836 feat(styling): paragraphs 2026-06-16 20:53:14 +03:00
murat 6e1659d542 chore: removing <br> tags around the block elements 2026-06-16 19:39:28 +03:00
murat 565d4add81 feat(styling): ul and ol lists 2026-06-16 19:26:14 +03:00
murat 49467fee22 fix(blockquote): force \n 2026-06-16 19:00:52 +03:00
murat e5f4026a68 blockquote line by line checking 2026-06-16 18:48:19 +03:00
murat f125640ace chore(styling): cleanup 2026-06-16 18:37:00 +03:00
murat 96f1eac252 fix(img): alt text 2026-06-16 18:32:57 +03:00
murat 67824a60b4 feat(styling): horizontal rule 2026-06-16 18:29:59 +03:00
murat 2b89ff29e2 bold and italic text alternative types 2026-06-16 18:18:29 +03:00
murat 74fe93a0ca feat(styling): images 2026-06-16 18:15:44 +03:00
murat 6a294583fa feat(styling): code 2026-06-16 18:15:30 +03:00
murat 60b91d159e feat(styling): blockquote 2026-06-16 18:11:52 +03:00
murat dd97b16890 fix(headers): added h4 h5 h6 2026-06-16 18:05:05 +03:00
murat b7ae3ca52a feat(styling): bold and italic texts 2026-06-16 17:53:00 +03:00
murat 4ca73d02ae feat(styling): headers 2026-06-16 17:46:26 +03:00
murat dbe8bcbb44 feat(styling): line breaks 2026-06-16 17:34:55 +03:00
murat 33540f028f fix page title handling 2026-06-04 20:58:16 +03:00
murat 80a8119f6a replace sitename and sitetitle 2026-06-04 20:27:26 +03:00
murat 8b43950cce proper options handling 2026-06-04 20:17:42 +03:00
murat 21fcf6702c add md contents to the html files 2026-06-04 02:06:28 +03:00
murat f9d9f5b26a replace markdownFiles.content with md file content 2026-06-04 01:34:45 +03:00
murat 82ac8e0998 create bash script for easily running the lua code 2026-06-04 01:04:20 +03:00
murat 964e58456a create html files for md files inside the public/ directory 2026-06-04 01:03:07 +03:00
murat df50db67fe required for lua lsp 2026-06-04 01:02:17 +03:00
murat 9cbccfbdf7 checking for options section in every .md file 2026-06-03 23:18:32 +03:00
murat fde8084b09 checking for index.md and index.html 2026-06-03 21:27:58 +03:00
murat 5b31f680be Initialize main file 2026-06-02 20:20:09 +03:00
murat 9c453d1f2e added testing directory to gitignore 2026-06-02 16:31:11 +03:00
murat ac7e195b28 Initial commit 2026-06-02 16:23:25 +03:00