GitXplorerGitXplorer
a

finduntaggedtumblrposts.com

public
25 stars
9 forks
3 issues

Commits

List of commits on branch main.
Unverified
c5a020e632c427772c95ace482e048c3836dee1a

Add some security headers

aalexwlchan committed 3 years ago
Unverified
63b848a8bdf0537df97d7b80e1055e106e95f703

fix caching headers

aalexwlchan committed 3 years ago
Unverified
e96a40e023fa34e85d748656631017a327b2db16

another netlify fix

aalexwlchan committed 3 years ago
Unverified
e34dd84ba83c030c6b524cda05733589bf3787ef

Add the base directory

aalexwlchan committed 3 years ago
Unverified
58e48fd0980263a066e32b6759b8691902771070

Add a netlify.toml

aalexwlchan committed 3 years ago
Unverified
551b416675028880878a22ab9d9fdbca0db547a2

fix another include_reblogs blue

aalexwlchan committed 3 years ago

README

The README file for this repository.

finduntaggedtumblrposts.com

This repo contains the source code for finduntaggedtumblrposts.com, which helps you find untagged posts on Tumblr.

A screenshot of the site

Motivation

The idea for this site started in 2013, when a friend was trying to go back and retag her old Tumblr posts. Without a way to easily see all her untagged posts, it was impossible for her to be sure that she was done. I wrote her a Python script to get the job done, and that was that.

In 2014, I was getting a lot of hits to that post, but a Python script isn’t very user friendly. I wrote this site to be an easier way to get a list of your untagged posts, because clearly it was something people wanted.

All the source code is on GitHub, and released under the MIT license.

Building the site

The site is written as a single HTML file, plus a bit of JavaScript and CSS.

The original HTML is in the root of the repo; to minify it before pushing I run the command:

$ htmlmin index.html site/index.html

using the htmlmin library.

Deploying the site

The site is deployed to my web server by running

$ rsync -r site/ helene.linode:sites/finduntaggedtumblrposts.com/