proofreading
Call it The GCDLADB if you like.
Updating Rootstalk - February 2024 10 min read Feb 13, 2024
This is an exact copy of https://static.grinnell.edu/dlad-blog/posts/146-updating-rootstalk-august-2023/ with the addition of an important note pertaining to the section titled `Pushing to Production`. The production branch update of Rootstalk in February 2024 resulted in a Git error stating Updates rejected because tip of current branch behind remote counterpart. Since my local production branch was correct after updates were applied, I used a git push --force-with-lease command from https://stackoverflow.com/posts/70300076/timeline to get things back in-sync. In this document I will attempt to capture the ordered steps required to publish a new “issue” of Rootstalk in it’s newest environment. ...
Updating Rootstalk - August 2023 10 min read Aug 15, 2023 | Updated: Feb 13, 2024 14:51 Superseded by posts/147-updating-rootstalk-february-2024
In this document I will attempt to capture the ordered steps required to publish a new “issue” of Rootstalk in it’s newest environment. The development of this blog post, and modifications to the https://github.com/Digital-Grinnell/rootstalk-issue-workflow repo, took place on my personal Mac Mini while simultaneous work on Rootstalk was completed in the ~/GitHub/npm-rootstalk AND ~/GitHub/rootstalk-issue-workflow* local repositories on my Grinnell College MacBook Pro. The two machines shared a single keyboard and mouse, plus copy/paste capabilities, via Universal Control. *Note that work in ~/GitHub/roostalk-issue-workflow must be completed on my GC-issued MacBook Pro as access to InDesign is only available on that college-owned machine. ...
Automated Proofreading with `htmlproofer` 17 min read Nov 8, 2022 | Updated: Nov 11, 2022 20:32
What follows is a January 2022 excerpt from a piece of Rootstalk project documentation titled Automated-Testing.md… Automated Testing Today I started a little side-project aimed at helping test or “proof” the Rootstalk structure and content. I’m attempting to use the package/process documented in this GitHub repo. I started on the command-line of my MacBook Pro like so: ╭─mcfatem@MAC02FK0XXQ05Q ~/GitHub/rootstalk ‹main› ╰─$ gem install html-proofer Fetching yell-2.2.2.gem Fetching nokogiri-1.13.1-arm64-darwin.gem Fetching rainbow-3.1.1.gem Fetching ethon-0.15.0.gem Fetching html-proofer-3.19.3.gem Fetching typhoeus-1.4.0.gem Fetching parallel-1.21.0.gem Successfully installed yell-2. ...