You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
here into this repo (stuff such as RGB-DR will stay separate)
This is a somewhat ambitious task, but I've been considering to do this for a long time. Here's my reasoning:
Sooner rather than later: the more I wait, more content needs to move, and more people will be effected by breaking-changes (such as broken links)
Now that GH supports arbitrary workflows, I really want to get rid of Jekyll (Ditch Jekyll #9), and use my own styling instead of relying on themes (SSGs are too limiting for my taste)
I've decided that my blog and bookmarks should have similar styling to this repo, so there's no need to keep them separate (because "themes")
It's easier to maintain all of this from a single source, especially when it's just an indie website. Multi-repo is overkill for my use-case
I'm going to take this opportunity to squash some commits and break some links (I don't want to deal with the cruft of redirects). I also want to move all my blog-posts to a single directory, as the current ones ("news", "post", "proposal") are arbitrary and topics overlap often, so the distinction is meaningless and they make the URLs longer. I'm planning to move Git commits as well! (to preserve time-stamps of updates)
I'm not sure how's the best way to do this entire migration, and in what order I should do the sub-tasks. Suggestions would be appreciated!
That is, move all the content from:
here into this repo (stuff such as RGB-DR will stay separate)
This is a somewhat ambitious task, but I've been considering to do this for a long time. Here's my reasoning:
I'm going to take this opportunity to squash some commits and break some links (I don't want to deal with the cruft of redirects). I also want to move all my blog-posts to a single directory, as the current ones ("news", "post", "proposal") are arbitrary and topics overlap often, so the distinction is meaningless and they make the URLs longer. I'm planning to move Git commits as well! (to preserve time-stamps of updates)
I'm not sure how's the best way to do this entire migration, and in what order I should do the sub-tasks. Suggestions would be appreciated!