Commit Graph

178 Commits

Author SHA1 Message Date
Robert McGovern b28d2d96e9
Merge pull request #1 from tarasis/test-fix
Added purple fedoras + update
2023-03-06 01:44:21 +00:00
Robert McGovern e98766e476 Added purple fedoras + update 2023-03-06 01:40:41 +00:00
Robert McGovern f6e65d037d Draft ideas
Largely experiment for push and create PR
2023-03-06 01:27:34 +00:00
Robert McGovern cea312c360 updated post with post-receive script 2023-02-22 22:45:59 +00:00
Robert McGovern f63f5b24c6 Added RSS feed for dev related posts
Shrunk footer
2023-02-22 21:29:14 +00:00
Robert McGovern 62f674c612 updated alt text 2023-02-22 00:22:27 +00:00
Robert McGovern ca2028046b Updated post 2023-02-22 00:08:03 +00:00
Robert McGovern ca1577553d Post about CSS Outline and Border Radius 2023-02-20 02:43:49 +00:00
Robert McGovern c970213cbb Slight tweak to primary site color 2023-02-20 02:43:23 +00:00
Robert McGovern 27b514e9bd Changed post_url shortcode
Changed so it doesn't need a collection passed in. Should probably have a second option that does
2023-02-20 02:43:09 +00:00
Robert McGovern 61809329ec Removed draft 2023-02-20 01:07:27 +00:00
Robert McGovern aaf47fe6d7 Playing with colors for notices 2023-02-20 01:07:15 +00:00
Robert McGovern d4978ee0f1 Fixed couple of spelling mistakes 2023-02-20 00:57:15 +00:00
Robert McGovern bf006151c9 Moved variables and other CSS into seperate file
Mostly so I can have syntax highlighting and easy editing of colors in VS Code.
2023-02-20 00:56:48 +00:00
Robert McGovern e906cf0c1f Article about copy-code-blocks
Plus some changes to CSS so behaves, and mostly looks the same across Safari, Chrome and Firefox.
Plus amendment to not make the footnotes absolutely tiny.
2023-02-19 15:32:01 +00:00
Robert McGovern 4408dc967e Remove console logging 2023-02-19 00:19:56 +00:00
Robert McGovern ef025e58c4 Updated site to 11ty 2.0 release
Also updated to use the Chroma plugin I created. Lets see how long I use it for :) the .eleventy.js needs cleaned up and stuff removed, but it is what it is for now.
2023-02-18 23:27:24 +00:00
Robert McGovern 02bd9c09d9 Forgot code block being wrapped for code-copy btn
Should have been in an earlier commit. oops.  Its adapted from Bryce's code which used njk and this is liquid. so set became assign.
2023-02-18 23:25:19 +00:00
Robert McGovern aecb4ae267 Updates to remove warnings about not using calc
There were warnings about using divide without Calc. (and some commented out ie7-8 things from when I was trying to use a different plugin to compile the sass rather than my current technique
2023-02-18 23:10:20 +00:00
Robert McGovern 148ec2449a Added copy-code buttons to code blocks.
Used Bryces code, although I add the buttons when load event triggered. Slight differences to the CSS. Need to tidy it up properly. (Aka move into own file)
2023-02-18 23:05:24 +00:00
Robert McGovern 072cde01bd Updated languages for codeblock highlighting 2023-02-18 23:01:53 +00:00
Robert McGovern d6ceae8527 Updated 404 page 2023-02-18 23:00:48 +00:00
Robert McGovern 1d0ca64efa Remove errant bing. Oops 2023-02-18 22:59:41 +00:00
Robert McGovern 17378c1f78 Changed filename to stop compiling
but wanted to keep it around
2023-02-18 22:58:42 +00:00
Robert McGovern c6b43bb5ac updated with hidden links for auth 2023-02-01 22:54:31 +00:00
Robert McGovern 061d94644f got comments working again 2023-01-28 15:00:08 +00:00
Robert McGovern c50bf7e227 fixed rss feed so newest articles are first 2023-01-26 20:23:05 +00:00
Robert McGovern 500d1e62b3 Added License 2023-01-26 15:53:14 +00:00
Robert McGovern 905cfccc38 updated post with references to helpful articles 2023-01-26 01:28:33 +00:00
Robert McGovern 630f50a3ef new post on transition 2023-01-26 00:20:42 +00:00
Robert McGovern 0ea20a1cdb add missing vendor files from minimal mistakes. My git ignore blocked adding them 2023-01-26 00:01:26 +00:00
Robert McGovern abe389fa77 temp disable search from menu till I implement it 2023-01-25 23:15:46 +00:00
Robert McGovern fca031b84b fixed years in footer 2023-01-25 23:07:05 +00:00
Robert McGovern 97b354d31e tweaked pagination to change color of disabled nav buttons, and moved location of feed link 2023-01-25 23:04:25 +00:00
Robert McGovern 8701676bb6 cribbed pagination from quinnanya.github.io with some amendments for working with Minimal Mistakes, and to disable first and last where appropriate 2023-01-25 22:40:03 +00:00
Robert McGovern 8d89c2d453 mostly ported the Minimal Mistakes theme to work with eleventy. The sort posts by year isn't working, nor do I yet have a version of pagintion working for general posts 2023-01-25 21:55:28 +00:00
Robert McGovern 148fa78c0c chipping away at partials. Rendering date for each post. Need to sort out pagination so not all posts are on front page. Need to add sass rendering and compiling like other project I started 2023-01-23 04:50:27 +00:00
Robert McGovern 3d3b18411f moved files in place, edited posts to fix date format (seconds need added to some times, plus add colon to +time), added eleventy ignore file, added .eleventy.js 2023-01-23 00:54:11 +00:00
Robert McGovern 5b16d8f1bd convert _config.yml to site.json 2023-01-22 23:35:54 +00:00
Robert McGovern 93f13cc249 explicity indicated files where liquid 2023-01-22 23:27:56 +00:00
Robert McGovern 77e9103b8e added minimal mistakes files 2023-01-22 23:20:15 +00:00
Robert McGovern db259fd59b moved files into src in prep for using 11ty 2023-01-22 23:05:39 +00:00
Robert McGovern 12f273f54e updated Gems, Jekyll to 4.3.2. Added new post 2023-01-21 15:57:25 +00:00
Robert McGovern 68a05110d5 fixed typo 2023-01-18 00:53:56 +00:00
Robert McGovern 9443b38183 tweak to test build 2023-01-18 00:39:44 +00:00
Robert McGovern c80ecd0373 tweak to test build 2023-01-18 00:35:32 +00:00
Robert McGovern 2f2b6873aa tweak to test build 2023-01-18 00:32:35 +00:00
Robert McGovern 7466563fe8 tweak to test build 2023-01-18 00:27:39 +00:00
Robert McGovern 47e7e09735 updated gems 2023-01-18 00:23:16 +00:00
Robert McGovern 498204caf3 updated gems, fixed complilation error 2023-01-17 22:48:03 +00:00