Commit Graph

58 Commits (main)

Author SHA1 Message Date
Zed A. Shaw 578b58794b New command that will use Pexels to generate random cover images for media. 6 months ago
Zed A. Shaw fe828c9727 Move dumpup out of the way since it's more of an example. 7 months ago
Zed A. Shaw 057c286cd3 This is a simple import tool from a django JSON dump using their dump tool. 10 months ago
Zed A. Shaw 8d7ae450e1 Add a simple little tool to notify search engines of changed pages with indexnow. 11 months ago
Zed A. Shaw ff85501af3 pdf generation command needs an update 11 months ago
Zed A. Shaw 884956fe13 Have to fix the login link. 11 months ago
Zed A. Shaw fad8f894f3 This file isn't used. 11 months ago
Zed A. Shaw 4398649ebe Fixing up the microcode in SEOTricks.svelte and then adding it to blog content. 11 months ago
Zed A. Shaw 7057ca0e5f Rename to SEOTricks. 11 months ago
Zed A. Shaw ab98610fa6 Implement more SEO junk in the OGPreview thing. 11 months ago
Zed A. Shaw 6c54f5a9d5 Changes brought over from the blog post. 11 months ago
Zed A. Shaw 8c453426e9 Quick fix for an error people are hitting with docs. 1 year ago
Zed A. Shaw 8ab073ebe2 Layout and template changes from 0.7.0 of the bandolier-website. 1 year ago
Zed A. Shaw e93d51b077 Changes brought over from 0.7.0 of the bandolier-website repository. 1 year ago
Zed A. Shaw f72d59ab92 The pdfpresgen command can now handle a glob and process a whole list/dir of files. Also including the Victor Mono font. 1 year ago
Zed A. Shaw d5c21827e0 Refining the positioning and layout, then adding a title-subtitle option with the # character. 1 year ago
Zed A. Shaw 8a0d89e63e Adding a simple image slide mechanism. 1 year ago
Zed A. Shaw 514a628a4f Quick hack that generates my slides for my videos from a simple sequenced fake markdown format. 1 year ago
Zed A. Shaw 790fc4dc83 Enable the noexit option on devsvc so that linux will work on init. 1 year ago
Zed A. Shaw 8517597c56 Latest changes from the website development, nothing major. 1 year ago
Zed A. Shaw 07e4694b46 Fix up the init command for linux users. 1 year ago
Zed A. Shaw fff3bff489 Improve the experience for Linux users by letting them run the OSX pm2 configuration, but tell them they should just run it with systemctl. 1 year ago
Zed A. Shaw 9671419da7 Mostly fixing the registration links and removing more LJSTHW left overs. 1 year ago
Zed A. Shaw 003f798060 Wrong directory name for the email debug output dir. 1 year ago
Zed A. Shaw 7ce284680c Changes from working on the documentation website. Lots of little fixes all over as I found things that could be improved. 1 year ago
Zed A. Shaw 3c2f6896ec The esbuild changed _again_ so now the code you set a variable to is a full string that's output directly. Taht means I had to change it to be a double quoted string so that process.env.DANGER_ADMIN is actually a string. This prevented the client/ from getting the dev tools. 1 year ago
Zed A. Shaw eda1059d2b A weird problem with nodemon where it constantly cycles on the first docs run. I'll have to resolve this differently. 1 year ago
Zed A. Shaw 9a204d7b31 Accidentally included my test public key. Not a risk since it's a dev key and supposed to be public, but still not smart. 1 year ago
Zed A. Shaw 2939223586 Update the Header/Footer templates since the API changed. 1 year ago
Zed A. Shaw 323ae3dc2a Add the ability to specify a README and make that the initial first page for the docs browser. 1 year ago
Zed A. Shaw dae5f77d44 Documenting the config.js too. 1 year ago
Zed A. Shaw 5dfa9ebc6b More documentation, almost done with everything in lib. 1 year ago
Zed A. Shaw b1f443ff37 Adopt the standard that DANGER_ADMIN must equal '1' exactly, so DANGER_ADMIN==='1' is the only wayt to use it. 1 year ago
Zed A. Shaw fea93cb1bf Add some simple stats at the end to help with progress, but give a --quiet option if you don't want that. 1 year ago
Zed A. Shaw 2e2c7c35fb Add little icons to the toc at the top to easily identify any comments mentioning TODO, BUG, WARNING, FOOTGUN, or DEPRECATED. 1 year ago
Zed A. Shaw 372be19301 Make it possible to jump to sections you need and back to the top. 1 year ago
Zed A. Shaw ff28e3febc Better visual design with classes separated out. 1 year ago
Zed A. Shaw 2ac767b858 DocsBrowser is looking nice and I'm actually doing the docs for one file to work on the design more. 1 year ago
Zed A. Shaw ba8c6064fe DocsBrowser now works half decent, just need to actually complete the docs on a few samples to work out the more complete look. 1 year ago
Zed A. Shaw 7463cce5f5 Bring the code doc into the admin panel, and compensate for various ways to specify the input paths in codedocs.js 1 year ago
Zed A. Shaw ea88de1b81 Fix the weirdness with esbuild definition variables. Apparently it's even worse than enforcing a type, but now it requires a string in the setting in build.js, but turns that into code. 1 year ago
Zed A. Shaw 28cfe55921 Code docs output is serviceable and there's a UI now. 1 year ago
Zed A. Shaw 5651b770ce Upgrade packages, migrating to discord latest and esbuild latest. Tested on windows by not OSX or Linux. 1 year ago
Zed A. Shaw 0c653ac6f4 A first attempt at a replacement for jsdoc. 1 year ago
Zed A. Shaw 5119e0be0e Command line tool for generating djenterator templates instead of using the web interface. 1 year ago
Zed A. Shaw 9533f4faf7 Fix the error reporting on builds and reloading when there's an error. 1 year ago
Zed A. Shaw 1df0c38e05 Djentorator is back in a basic UI that will work but isn't very optimal. 1 year ago
Zed A. Shaw 17e05130e3 Need a nasty little handler to catch people (reasonably so) typing in localhost instead of 127.0.0.1. This is needed because socket.io defaults to IPVv6 on Node 18 for some reason, and probably others. 1 year ago
Zed A. Shaw 375d7a2d80 Most localhost to 127.0.0.1 conversions. I hate IPv6. 1 year ago
Zed A. Shaw 3d4175dc11 Need to set the cookie_domain to also be 127.0.0.1 or else cookies won't work. 1 year ago