• 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

    • fixed makefile subshells instead of variables accessors
  • 2023-04-13 – reorganized a bit image and mdfiles in repo

  • 2023-04-13 – small changes evrywhere in md files,

    • created a dump.md file for things to “keep” but not include in website
    • created a camcodes file for monuments camera codes (in a dump state)
    • fixed odd/even table css only displayed for first two colums
  • 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

    • fixed css query for smaller sidebar text (the pages toc, the style wasnt being applyed on homepage toc)
    • added unfoldonload class in lua script for non link navbar folders
    • fixed js query unfold onload code with this class to not open homepage toc
    • and added homepage link in navbar markdown file
  • 2023-04-13 – fixed main padding and jitter

  • 2023-04-13 – cleaner load function

  • 2023-04-13 – multiple sidebar fixes :

    • fixed wrong sign on Items Delails and Concepts folder
    • added js to open those two on page load, including an option to force toggfold on element even if already in anim
    • fixed sidebar not scrolling to element if in concepts folder
  • 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

    • fixed horizontal scroll in main-container on anchor link click when unfolded sidebar,
    • fixed scroll to anchor cancelled by navbar scrolling to current link’s line on page load (while keeping smooth scroll rest of the time)
  • 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 :

    • removed all the commented css and js
    • css file splited into 3 differents ones
    • small css changes evrywhere to make evrything cleaner
    • added main-container to fix mobile horizontal scroll on anchor click
    • cleaned and improved a lot of details on js code
    • fixed accordion changing size with artificial margin at bottom
    • added function to scroll to current page toc in sidebar on load
    • added function to close sidebar on anchor clicks on narrow screen
  • 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