2023-04-13 – added verify call in makefile
2023-04-13 – Merge branch ‘dev’
2023-04-13 – Merge branch ‘master’ into dev
2023-04-13 – added script to verify all files are linked somewhere
2023-04-13 – rebuit, its the first build commited ?
2023-04-13 – Merge branch ‘data’
2023-04-13 – added rudimentary readme
2023-04-13 – fixed makefile and lua script for new organization
2023-04-13 – reorganized a bit image and mdfiles in repo
2023-04-13 – small changes evrywhere in md files,
2023-04-13 – Merge branch ‘master’ into data
2023-04-13 – Merge branch ‘dev’
2023-04-13 – fixe unconsistend indent in navbar
2023-04-13 – added homepage in sidebar + some related fixes
2023-04-13 – fixed main padding and jitter
2023-04-13 – cleaner load function
2023-04-13 – multiple sidebar fixes :
2023-04-12 – fixed lua script filepath & sub title not foldable anymore
2023-04-12 – better padding values
2023-04-12 – fixed narrow screen media query for navbar close on click
and found that on ios, closing navbar while scrolling to anchor will make the scroll behave weirdly and unreliably, (scroll at full top/bottom, or stop after/before at the anchor) fixed by removing smooth scroll for mobile, need to find a way to keep it, i could also have removed the bar closing, also fixed togsidemobile invisible button’s z-index
2023-04-12 – added fade in on sidebar load, fixed main wiggle
and fixed class loaded not added on main if page not in navbar
2023-04-12 – fixed anchor scroll
2023-04-12 – fixed lua script anchors link
was previously outputing only ‘#anchor’ now the link is right ( ‘file.html#anchor’ )
2023-04-12 – modified template to fit new css files + aded title
also added ign files to gitignore, and added an example of the pandoc title syntax in a md file but i ll make a lua script that will set it from the first header
2023-04-12 – added css and js files,
should have added all the previous versions for history but there was too much dead code from all the debuging what changed from the past version :
2023-04-10 – added gitignore, fonts, and html dir
2023-04-10 – added makefile, template, navbar script and input file
2023-03-27 – Merge branch ‘data’
2023-03-27 – splitted raw.md into multiple files
each files correspond to an item category, index.md is the homepage, and concepts.md, centralized and other are what wasnt item details
the data for each components have been converted to a table, removed junk from the conversion and all have been modified to be consistent (title size, spacing…)
2023-03-27 – added all images
2023-03-27 – added raw.md (google doc from february converted to markdown)
2023-03-27 – first commit