Tags
Copier has a few quirks with vcs that I just discovered by trying to test out some changes. I may have some config that I have long forgotten about somewhere deep in my dotfiles, I don't think so, but id love to be wrong and corrected, please reach out.
What Doesn't Work #
I tried throwing everything at this template to make it work. I tried a bunch of flags that did not work. I tried making commits to the local repo to get rid of the dirty warning. I really wanted to test new changes locally without committing and pushing untested and potentially broken changes.
uvx copier copy ../markata-blog-starter . uvx copier copy gh:waylonwalker/markata-blog-starter@develop . uvx copier copy ../markata-blog-starter . -wlg --trust
What Works - --vcs-ref #
Finally after trying everything to get the local copy to work, and my guess of @branch not working I found this to work. It does require me to go to the repo on my develop branch.
uvx copier copy gh:waylonwalker/markata-blog-starter --vcs-ref develop .
What Works - delete .git #
Really this might be my best option to make quick changes and test them locally without going through a version control system. It is not ideal, but makes it easy to quickly iterate on. I might be renaming .git, or copying to /tmp for quick iteration.
rm -rf .git uvx copier copy ../markata-blog-starter .
Copier I love #
Copier is a great templating tool. I really love it. I use it every single
day to create posts on this blog using
tmux-copier-templates
. This is
the first time this quirk has got me and it had me puzzled for 45 minutes as I
did not expect this behavior whatsoever.
-
replacing-google-search-apps-with-self-hosted-web-apps
- I'm working on replacing my usage of google inline search apps with real apps, these are ones that I create and host on my own homelab. The first three that…
-
ahrefs-cleanup-2024
- This post is a big work in progress, expect it to keep getting better. Initial Score image 404 Not Found, generate a page for each tag image Title too long…
-
cold-builds
- Here are a list of some cold builds from my site. I've ran this site for a long time and would like to have some references to go back to, and wish I had…
-
analytics
- I've been posting on this site since 2016, when there was a huge rollout of layoffs at the company I was working at at the time. In fear of being laid off…
-
start
- Welcome to waylonwalker.com, my small corner of the internet. I currently have {{ markata.feeds.archive.posts | length }} posts published, here are some…
-
colophon
- Colophon a page that describes how the site is made, with what tools, supporting what technologies Author Waylon Walker's Profile Picture All posts on this…
-
thoughts-456
- Here's my thought on 💭 How I use Obsidian Templater Ok, second post on this one. I am sending only head requests, so I want to see the first request for the…
-
thoughts-455
- Here's my thought on 💭 How I use Obsidian Templater This is a test post. I just updated the chrome extension for thoughts to take a the thumbnail image on…
-
thoughts-454
- Here's my thought on 💭 How I use Obsidian Templater I really like this idea of keeping a set up contacts in a markdown repo, and being able to wikilink them…
-
thoughts-449
- Here's my thought on 💭 Damn, I love dropper already Damn I'm loving using dropper already, I am able to copy paste images right into posts on thoughts. This…
-
thoughts-447
- Here's my thought on 💭 Dropper Dropper is a place for me to drop files for quick posts like this. image !!! note This post is a thought . It's a short note…
-
blogging-in-2024
- Over the past years couple of years blog traffic has been tanking, for some time I thought it might have just been me, but then i heard it from Dave Rupert on…
-
latest
- My latest blog post is {{ markata.feeds.blogfeed.posts[0].slug }}
. Click the link if you are not automatically redirected.
-
about-this-site
- I registered waylonwalker.com and started making content for it in 2017 after a big industry downturn in 2016 that left me scared for what would happen if I…
-
feeds
- I have several feeds that you can consume my content with. Many posts will cross between them, so if you would like to follow a certain stream of content in…
-
thoughts
- These are generally my thoughts on a web page or some sort of url, except a rare few don't have a link. These are dual published off of my…
-
thoughts-136
- Here's my thought on 💭 Twitter Requires full image_urls Yet again twitter cards were causing me pain. This time it was me not realizing that they require…
-
links
- twitter twitch github dev.to LinkedIn YouTube
-
vim-markdown-links
- Let's make a vim command to automatically collect all the links in these posts at the end of each article. Regex confuses the heck out of me... I don't have…
-
uses
- This is a listing of all the things that I use on a daily basis to build data pipelines, lead my team, and build this website. Installation Everything…
-
about
- this is what I'm now|upto
work nope again again 👋 Hi, I am Waylon Walker. Husband, Father of two, and creator things on the web, learning, and teaching…
-
sample
- title subtitle sub-subtitle sub-sub-subtitle sub-sub-sub-subtitle sub-sub-sub-sub-subtitle Paragraph Lorem ipsum dolor sit amet, consectetur adipiscing elit,…
-
expand-one-line-links
- I wanted a super simple way to cross-link blog posts that require as little effort as possible, yet still looks good in vanilla markdown in GitHub. I have…
-
thank-you
- ✨ You're Awesome Thank you so much for subscribing to my newsletter. It's still early days, please let me know what you want to hear about, I would love to…