#simplecss experiment, testing on httpd
#docker container.
AI assisted workflow with some baby sitting but, in my defense I'm not a web developer and just wanted something that works...
#simplecss experiment, testing on httpd
#docker container.
AI assisted workflow with some baby sitting but, in my defense I'm not a web developer and just wanted something that works...
My first ever Taylor Monthly is out! This is a going to be a monthly blog post about everything that's happening in #TaylorEngine that might not be so visible if you only look at releases.
- Taylor v0.4.1 released
- Website CSS update
- Documentation page redesign
- Switched to LocalCi
- `clang-format` 21 update
- Jumpy Alien closing the gameplay loop
- Redesigning `taylor squash`
https://taylormadetech.dev/2026/02/01/taylor-monthly-january.html
Go go Weekly Brain Dump!
- A projects page for my blog
- Taylor gets a new release
- The Taylor website gets the simple.css treatement
- The Taylor website gets a revamped documentation page
- Jumpy Alien has a complete game loop!
https://sean.taylormadetech.dev/2026/01/29/weekly-brain-dump-7.html
#WeeklyBrainDump #blog #programming #ruby #GameDev #CSS #SimpleCSS
It's that time of the week where I post my Weekly Brain Dump!
- I figure out how to use #Jekyll properly
- #TaylorEngine gets AABB collisions and LocalCI
- Using #SimpleCSS for my base styling on the blog
https://sean.taylormadetech.dev/2026/01/15/weekly-dump-5.html
Since all my websites and web-tools use the phenomenal #SimpleCSS framework, I thought it would also make sense to create a theme for #ktistec using those exact colours. Of course, this is also available from my ktistec-tweaks, next to the old purpleish-theme, which I had before.
Also new is the separation of the card-style post theming, which is also shown in the screenshot below, in its own CSS file.
๐๐ถ๐บ๐ฝ๐น๐ฒ๐ฐ๐๐:
https://thewhale.cc/posts/simplecss
Simple.css is a classless CSS framework that makes semantic HTML look good, really quickly. By classless it means that there are no CSS classes anywhere in the CSS or the HTML. So your website can look just like this using plain old vanilla HTML.
I was too lazy to go to the computer in the other room tonight to tinker, or even grab my iPad on the table next to me, so I played with #trebedit on my phone to build a basic HTML homepage to replace my freelancer website.
Still a WIP but with a bit of #simplecss chucked on there it actually came together pretty quick.
Oh and of course it will be an #eleventy site eventually.
Getting close to being happy with how I organise the content for a module I have been entrusted with.
It is a #Git organised set of notes for a #flippedClassroom module.
All notes are written in #CommonMark (#OrgMode if it was just me ;-))
#Pandoc is at the heart of preparing the written notes.
+ Custom templates help satisfy local branding requirements
+ Pandoc features enable #moodle compatible HTML to be generated with #MathJax maths and embedded resources. (Moodle is just a carrier!)
+ Use #CSL to generate references
#Make enables targets to generate ALL THE TARGETS, ensuring correct pandoc options are used:
+ Standalone HTML for local use, with #SimpleCSS for styling
+ HTML optimised for Moodle;
+ LaTeX;
+ PDF (via LaTeX)
+ DOCX
Slides and assessment specs are still LaTeX.