0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
May 12, 2024 — May 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Modified the variables used so that defining whitespace is more intuitive. Now define: whitespace (int): the amount of whitespace to use, in multiples of the baseline at current font size; top_space (normalized): the proportion of whitespace to be applied above the text (as top margin/padding/border); bot_space: as top, but below the text; top_margin (normalized): the proportion of the top whitespace to be used as a margin - and from this is calculated the corresponding top padding; bot_margin: as top, but for bottom portion of whitespace. More... almost 17 years ago
Rake now loads defaults from YAML file. Tinkered with defaults to try and get a nice set of proportions for the headings. Need to refactor, cause this is too hard at the moment. More... almost 17 years ago
Rather than separately defining @types and @defaults, the keys from defaults are assigned to types, after sorting. Created YAML file for defaults, which is to replace the @defaulst hash. More... almost 17 years ago
Added a README, as well as committing the site/ directory, so that it looks more like a staticmatic project. More... about 17 years ago
Rakefile now generates variables, calculations and definitions. More... about 17 years ago
Added some preludes to the calulations.sass and variables.sass files More... about 17 years ago
Rakefile now generates calculations.sass variables.sass and definitions.sass More... about 17 years ago
Added some files, including a Rakefile which generates the others. More... about 17 years ago
All calculations for H1 seem to work. Created a generator Rake task for creating the CSS for H2, H3, etc... Started to split variables into files: constants, variables and calculations. More... about 17 years ago
An early working draft of emgrid More... about 17 years ago