olly_site.git
2 years agoMake /_config/*.jst use ES6 superclass calls, fix failure to await the superclass... master
Nick Downing [Wed, 26 Jan 2022 23:28:03 +0000 (10:28 +1100)]
Make /_config/*.jst use ES6 superclass calls, fix failure to await the superclass calls, use (await import('@ndcode/jst_server')).default rather than the _jst_server builtin variable provided by jst (because npm now uses a flat node_modules structure, so there is no risk of loading a second copy of jst_server module)

2 years agoUse ES6 classes in /_config/site.jst for compatibility with latest jst_server
Nick Downing [Wed, 26 Jan 2022 12:58:40 +0000 (07:58 -0500)]
Use ES6 classes in /_config/site.jst for compatibility with latest jst_server

4 years agoAdd blog section and first blog page
Nick Downing [Sun, 14 Jun 2020 09:14:00 +0000 (05:14 -0400)]
Add blog section and first blog page

4 years agoMinor changes for latest jst_server
Nick Downing [Sun, 15 Mar 2020 03:15:32 +0000 (23:15 -0400)]
Minor changes for latest jst_server

5 years agoRefactor circle calculation page to put all duplicated stuff at top and bottom
Nick Downing [Sat, 19 Jan 2019 02:45:48 +0000 (13:45 +1100)]
Refactor circle calculation page to put all duplicated stuff at top and bottom

5 years agoDo circle and trapezium calculation by generating page into memory buffer first
Nick Downing [Sat, 19 Jan 2019 02:28:16 +0000 (13:28 +1100)]
Do circle and trapezium calculation by generating page into memory buffer first

5 years agoChange bare *.html files to *.html.jst templates
Nick Downing [Sat, 19 Jan 2019 02:15:30 +0000 (13:15 +1100)]
Change bare *.html files to *.html.jst templates

5 years agobackground colour, added font style to trapezium calculation page
Nick Downing [Sat, 19 Jan 2019 02:01:30 +0000 (13:01 +1100)]
background colour, added font style to trapezium calculation page

5 years agoAdd stylesheet to index and circle calculator (need to do trapezium as well)
Nick Downing [Sat, 19 Jan 2019 01:41:47 +0000 (12:41 +1100)]
Add stylesheet to index and circle calculator (need to do trapezium as well)

5 years agochanged title
Nick Downing [Sun, 25 Nov 2018 07:17:19 +0000 (18:17 +1100)]
changed title

5 years agoAdded a picture from inkscape
Nick Downing [Sun, 25 Nov 2018 07:04:24 +0000 (18:04 +1100)]
Added a picture from inkscape

5 years agoAdded a trapezium calculator
Nick Downing [Sun, 25 Nov 2018 06:21:36 +0000 (17:21 +1100)]
Added a trapezium calculator

5 years agoHandle negative numbers with an error message, fix indentation
Nick Downing [Sun, 25 Nov 2018 02:41:28 +0000 (13:41 +1100)]
Handle negative numbers with an error message, fix indentation

5 years agoChange parseInt to parseFloat to fix bug with decimal input
Nick Downing [Sun, 25 Nov 2018 02:27:36 +0000 (13:27 +1100)]
Change parseInt to parseFloat to fix bug with decimal input

5 years agoInitial commit
Nick Downing [Sun, 25 Nov 2018 01:46:50 +0000 (12:46 +1100)]
Initial commit