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
Blog posts only need short URLs once they are published. But we should use a different short link for each version, so we can track links to individual document versions (see Create a process for snapshotting items #117). This should be automatic.
Should be able to add arbitrary links to track specific marketing campaigns, etc. (does the insertion need to be dynamic? I think not, since marketing campaigns are going to be a pre-thought-through sort of thing, and may include additional syndicated content that we would publish at the same time).
Implementation:
Update short_url helper code to implement new short link design. - Do we use a third-party shortener, or roll our own with something like NewBase60? Whatever it is, it should be deterministic.
Add nginx server for the short_url domain (if it exists).
Express link map as nginx redirections.
Create a Nanoc data source and accompanying file that creates short url items for arbitrary URLs.
Create Nanoc rules for these url items.
Add tests.
The text was updated successfully, but these errors were encountered:
Helpful background documents:
Business requirements:
Implementation:
Do we use a third-party shortener, orroll our own with something like NewBase60? Whatever it is, it should be deterministic.short_url
domain (if it exists).The text was updated successfully, but these errors were encountered: