diff options
-rw-r--r-- | config.toml | 1 | ||||
-rw-r--r-- | content/blog/100_days.md | 2 | ||||
-rw-r--r-- | content/blog/making_of_marks_database.md | 2 | ||||
-rw-r--r-- | content/blog/rotary_phone_running_linux.md | 2 |
4 files changed, 7 insertions, 0 deletions
diff --git a/config.toml b/config.toml index ca0a63b..ab47019 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,7 @@ title = "Mark's Kitchen" baseURL = "https://marks.kitchen" paginate = 5 rssLimit = 10 +enableRobotsTXT = true [author] name = "Mark Powers" diff --git a/content/blog/100_days.md b/content/blog/100_days.md index 9e5c107..021b3dc 100644 --- a/content/blog/100_days.md +++ b/content/blog/100_days.md @@ -1,6 +1,8 @@ --- title: "100 Days to Offload" date: 2020-07-21T21:13:21-05:00 +aliases: +- /post/blog/57 --- I want to write more. I keep a diary, where I write mostly short things about each day. But, it is hard to be intrinsically motivated to write things that only you will see. This isn't a problem on the internet, where anyone can post what they want. Writing longer blog posts seemed hard, so I joined fosstodon.org (@markp), a decentralized "twitter" social network (I want to avoid twitter due to its algorithmic curation), There, I could write shorter things (which didn't seem like such a big commitment), and get some social engagement which has been hard to come by lately. On fosstodon, I saw a lot of people posting about 100 Days to Offload, which is just encouraging everyone to just write on their blog, no matter how well put together the posts are. Specifically, the challenge is to write 100 blog posts in a year. diff --git a/content/blog/making_of_marks_database.md b/content/blog/making_of_marks_database.md index 8501921..9bb0baa 100644 --- a/content/blog/making_of_marks_database.md +++ b/content/blog/making_of_marks_database.md @@ -1,6 +1,8 @@ --- title: "The making of marks.database" date: 2019-04-07T20:36:20-05:00 +aliases: +- /post/blog/38 --- I used to keep text files, tracking movies, books, my music collection, and various long term to do lists. Last year, I transferred some of this information over to a MySQL database, managed with a couple python scripts that just wrapped MySQL commands. It was fairly clunky though, and pretty limiting too. Even php myadmin would've been easier. So recently, I created marks.database, which is a node front end for my specific database needs. It manages those things listed above. Additionally, I have created a meal planner section, which allows me to store the items in my pantry and combine them into recipes. diff --git a/content/blog/rotary_phone_running_linux.md b/content/blog/rotary_phone_running_linux.md index bf74f86..25fc73d 100644 --- a/content/blog/rotary_phone_running_linux.md +++ b/content/blog/rotary_phone_running_linux.md @@ -1,6 +1,8 @@ --- title: "Rotary phone running Linux" date: 2022-04-14T21:52:01-05:00 +aliases: +- /post/blog/78 --- # How to connect a vintage rotary phone to raspberry pi (and use it as a wedding guestbook) |