#How to set up a WordPress blog
Explore tagged Tumblr posts
amondalfan · 2 months ago
Text
How-to Guides and Tutorials
🚀 Ready to Create Your Own Website or Blog? 🌐 Whether you're a complete beginner or looking to level up your WordPress game, we've got you covered! 💻✨ Our latest guide walks you through everything you need to know about setting up your blog, building a professional website, and installing plugin
Title: The Ultimate Guide to WordPress: How to Set Up a Blog, Create a Website, and Install Plugins & Themes Meta Description: Learn how to set up a blog, create a stunning website, and install plugins and themes with this comprehensive WordPress guide. Perfect for beginners and experienced users alike! Introduction: Why WordPress Is the Perfect Platform for Your Blog or Website Are you ready…
Tumblr media
View On WordPress
0 notes
traegorn · 2 months ago
Text
Time to be Internet Cockroaches
So I am constantly in active rebellion of the centralized web. We're in a world where all of our online interactions happen on just a handful of sites (and this includes DIscord and Tumblr too).
SO I WANT TO REMIND FOLKS -- YOU CAN BUILD YOUR OWN STUFF, AND WHEN YOUR FRIENDS DO IT YOU SHOULD USE IT.
Now I know not everyone can pay for their own webhosting and setup their own stuff, but for those of us who can -- we should. When every major platform is at risk, we should be splintering out across the web and decentralizing as much as we can.
I host the Nerd & Tie [dot] Social forums for my friends and my stuff for instance.
It's a "slow forum" right now, but it can support a lot more -- and works well on mobile. But, like, on a lot of webhosts setting up a Flarum forum like that takes almost zero technical skill.
And you can set up your own blog on a self hosted server. Like Wordpress is incredibly easy to set up on your own site, We run the main Nerd & Tie site -- and we use it to serve up our podcasts. I also use it to power my webcomics like Peregrine Lake.
My personal website comes from the old internet, so my blog is literally run from a hand coded piece of software I hacked together originally back in like 2001.
And you might be asking yourself "How do I follow blogs that are independently run" and the answer is simple -- RSS feeds.
RSS is an XML format that breaks down items in a standard way that can be interpreted by an RSS reader. You probably already use something that touches RSS feeds -- Podcasts run entirely on RSS feeds. I don't know if it still works, but even Tumblr blogs have RSS feeds at the url [username].tumblr.com/rss.
Now I use Thunderbird for email, which has a built in RSS reader to monitor certain blogs to watch for import updates.
Is it harder to discover people to follow in this model? Absolutely. The onus is on the reader to seek out the folks they want to read and interact with. But it's safer. We see with congress's attempts to constantly ban TikTok and Musk's destruction of Twitter that centralized platforms have deep vulnerabilities. By moving across the web to multiple datacenters on multiple hosts we ensure that we're much harder to get rid of.
Time to be the cockroach.
295 notes · View notes
so-i-did-this-thing · 23 days ago
Note
Hello! I think you’ve been on tumblr as long as I have, possibly longer. If tumblr goes down at some point, will you be backing up your blog? If so, how? Thanks!
Yeah, I want that stuff just to look at. Before I left Twitter, I downloaded my archives and was very grateful for the photos I had completely forgotten about. I have about 27k posts. I went to my blog settings last night, and requested an export. It's still chugging along - no download for me to click yet. I'm not sure what my plan for the export is. A lot of folks are importing into WordPress, but that's also in the same blogging ecosystem as tumblr. Since I'm a former webdev, I might spin up my own server just to have this content somewhere. If the export doesn't work, I'm going to try a web scraping program that saves to local HTML files on the computer. You have to be very careful about the settings, though, to avoid getting seen as a bot / eating up your hard drive space.
44 notes · View notes
tempural · 5 months ago
Note
Hi!! I wanted to say that I loved reading about your journey of creating a personal website. I'm still unsure between Vercel and Netlify. I have a small question to ask. See, one of the reasons I want to make a website is to archive drawings and journal/sketchbook. Would you have any tips for creating an area on my website just for the diary/journal, which has tags, files for each entry, etc.?
Bello!
Tumblr media
Really happy to hear about your interest in websites! I want everyone to make their own site so I don't have to log into social media and get instant tummyaches ♥
Vercel vs Netlify: I think I settled on Vercel for absolutely no reason whatsoever. I just made a site on Netlify, then tested on Vercel, and now I have like 5 websites on Vercel so I just kept using it LOL. I'm sure a more tech-savvy person would know the difference - I think they have certain integrations with specific programs.
Creating a diary or journal with tags:
There's a couple of different ways you can do that, with different levels of work needed.
you got me yapping again:
This sadgrl tutorial might be outdated and may or may not work, but explains the process better than I can.
Easiest: make a journal on Dreamwidth, or another blogging site (wordpress??) that allows easy tags and RSS feed, and embed that RSS feed onto your site.
This requires almost no HTML set-up, and the easiest to organize tags, but you don't truly have the data on your own site since it's just embedded.
When I snuck into a web design class at college, this was one of the methods that the professor used for a blog within a portfolio site LOL.
Shit like wordpress is what a LOT of ~professional~ sites do for their blog section. They code it separately from the main site haha. It's the most popular thing, but not necessarily the best. And wait til you read on what the CEO of wordpress has been having meltdowns about... he owns tumblr too!
It's made with a tutorial for Neocities if that's what you use.
Medium: Set up zonelets.
It will require some HTML and JS editing, but will help automate making headers/footers for each page of a blog.
I've never used it myself, but I see other people speak highly of it.
HARD FOR ME CUZ I'M A GORILLA: I believe a lot of professional web devs will slap your face with their coding cock until you use a static site generator (SSG) to make your site.
You will need some coding knowledge to set up the tagging system since it doesn't come with it enabled by default. But it's made explicitly to be an alternative to big Static Site Generators which are...
It requires some more intimidating knowledge, because it's a lot of scripts that turn files that are not HTML/CSS/JS into plain HTML.
Also you have to use the command line, and that doesn't come with buttons that tell you what you can do. You have to copy/paste all that shit or memorize the code to 'dev build astro' and it all looks silly.
I've used Eleventy, and now am using Astro. Other people use Hugo or Jekyll or some other stuff with crazy names like Glup Shitto. I hate all these sites cuz none of the words mean anything to me. This is a common theme for me and tech. I don't know what NODES or CONTENT or ISLANDS are!!!
I had the most success attempting to learn how to use a SSG by downloading a template and altering it with github + VScodium. Here's the template page for Astro. You click on a theme you like, and it takes you to its github page. (If you don't want to use evil Microsoft stuff sorry. Skip this entire section.) Follow the instructions on the page for "forking" the glup shitto. When it tells you to run commands, I run those commands through the terminal window in VScodium. These tutorials never tell you what these commands do cuz they assume you already know. Usually those commands automatically install the files you need onto your computer, and create the final files.
You can see my wip here for a "tag system" that SHOULD show members of a web listing haha but I don't know what I'm doing and I have a reading disorder AND don't know cumputer good.
THEORETICALLY this will be the simplest and easiest way to maintain tags and files, because after you set it up you just have to write the "content" of the blog page. And you don't have to set up the header/footer ever again. I see the vision, and potential, but I am not there yet when it takes me 5 hours a day to figure out what any of the words in the documentation mean and I don't want to ask an actual tech person cuz they will be like 'obviously just press the Blip on the Repository and then Suck My Ass in the command line".
(side note I haven't updated fujofans in like a year cuz I'm struggling with this part to make updating easier).
Con: the final HTML/CSS code is really ugly if it's "minified", and a lot of themes use """"""professional"""""" CSS libraries like Bootstrap and Tailwind that I honestly think are ugly cuz that's what every fuckin' tech website uses to style their pages and make them look Professional and Minimalist with stupid code like style="500-w dark-gray-balls D-cup-bra" on every single element. Even Toyhouse uses Bootstrap. Eugh!
But maybe you're smarter than me and can wrangle these things better!
That was really long. Woops. I hope you can slug through this wall of text and find something helpful. Feel free to email me if you have any more specific questions. I may or may not be helpful.
If someone else sees this and has better suggestions for making BLOGS, please chime in. I'm begging you.
64 notes · View notes
stjohnstarling · 1 year ago
Text
Full text of article as follows:
Tumblr and Wordpress are preparing to sell user data to Midjourney and OpenAI, according to a source with internal knowledge about the deals and internal documentation referring to the deals. 
The exact types of data from each platform going to each company are not spelled out in documentation we’ve reviewed, but internal communications reviewed by 404 Media make clear that deals between Automattic, the platforms’ parent company, and OpenAI and Midjourney are imminent.
The internal documentation details a messy and controversial process within Tumblr itself. One internal post made by Cyle Gage, a product manager at Tumblr, states that a query made to prepare data for OpenAI and Midjourney compiled a huge number of user posts that it wasn’t supposed to. It is not clear from Gage’s post whether this data has already been sent to OpenAI and Midjourney, or whether Gage was detailing a process for scrubbing the data before it was to be sent. 
Gage wrote: 
“the way the data was queried for the initial data dump to Midjourney/OpenAI means we compiled a list of all tumblr’s public post content between 2014 and 2023, but also unfortunately it included, and should not have included:
private posts on public blogs
posts on deleted or suspended blogs
unanswered asks (normally these are not public until they’re answered)
private answers (these only show up to the receiver and are not public)
posts that are marked ‘explicit’ / NSFW / ‘mature’ by our more modern standards (this may not be a big deal, I don’t know)
content from premium partner blogs (special brand blogs like Apple’s former music blog, for example, who spent money with us on an ad campaign) that may have creative that doesn’t belong to us, and we don’t have the rights to share with this-parties; this one is kinda unknown to me, what deals are in place historically and what they should prevent us from doing.”
Gage’s post makes clear that engineers are working on compiling a list of post IDs that should not have been included, and that password-protected posts, DMs, and media flagged as CSAM and other community guidelines violations were not included.
Automattic plans to launch a new setting on Wednesday that will allow users to opt-out of data sharing with third parties, including AI companies, according to the source, who spoke on the condition of anonymity, and internal documents. A new FAQ section we reviewed is titled “What happens when you opt out?” states that “If you opt out from the start, we will block crawlers from accessing your content by adding your site on a disallowed list. If you change your mind later, we also plan to update any partners about people who newly opt-out and ask that their content be removed from past sources and future training.” 
404 Media has asked Automattic how it accidentally compiled data that it shouldn’t share, and whether any of that content was shared with OpenAI. 404 Media asked Automattic about an imminent deal with Midjourney last week but did not hear back then, either. Instead of answering direct questions about these deals and the compiling of user data, Automattic sent a statement, which it posted publicly after this story was published, titled "Protecting User Choice." In it, Automattic promises that it's blocked AI crawlers from scraping its sites. The statement says, "We are also working directly with select AI companies as long as their plans align with what our community cares about: attribution, opt-outs, and control. Our partnerships will respect all opt-out settings. We also plan to take that a step further and regularly update any partners about people who newly opt out and ask that their content be removed from past sources and future training."
Another internal document shows that, on February 23, an employee asked in a staff-only thread, “Do we have assurances that if a user opts out of their data being shared with third parties that our existing data partners will be notified of such a change and remove their data?”
Andrew Spittle, Automattic’s head of AI replied: “We will notify existing partners on a regular basis about anyone who's opted out since the last time we provided a list. I want this to be an ongoing process where we regularly advocate for past content to be excluded based on current preferences. We will ask that content be deleted and removed from any future training runs. I believepartners will honor this based on our conversations with them to this point. I don't think they gain much overall by retaining it.” Automattic did not respond to a question from 404 Media about whether it could guarantee that people who opt out will have their data deleted retroactively.
News about a deal between Tumblr and Midjourney has been rumored and speculated about on Tumblr for the last week. Someone claiming to be a former Tumblr employee announced in a Tumblr blog post that the platform was working on a deal with Midjourney, and the rumor made it onto Blind, an app for verified employees of companies to anonymously discuss their jobs. 404 Media has seen the Blind posts, in which what seems like an Automattic employee says, “I'm not sure why some of you are getting worked up or worried about this. It's totally legal, and sharing it publicly is perfectly fine since it's right there in the terms & conditions. So, go ahead and spread the word as much as you can with your friends and tech journalists, it's totally fine.”
Separately, 404 Media viewed a public, now-deleted post by Gage, the product manager, where he said that he was deleting all of his images off of Tumblr, and would be putting them on his personal website. A still-live postsays, “i've deleted my photography from tumblr and will be moving it slowly but surely over to cylegage.com, which i'm building into a photography portfolio that i can control end-to-end.” At one point last week, his personal website had a specific note stating that he did not consent to AI scraping of his images. Gage’s original post has been deleted, and his website is now a blank page that just reads “Cyle.” Gage did not respond to a request for comment from 404 Media. 
Several online platforms have made similar deals with AI companies recently, including Reddit, which entered into an AI content licensing deal with Google and said in its SEC filing last week that it’s “in the early stages of monetizing [its] user base” by training AI on users’ posts. Last year, Shutterstock signed a six year deal with OpenAI to provide training data.
OpenAI and Midjourney did not respond to requests for comment. 
Updated 4:05 p.m. EST with a statement from Automattic.
162 notes · View notes
rigelmejo · 5 months ago
Text
learning to code!
When I was 9 years old, I learned enough html to code neopets pages, my own geocities websites, and I even made forums on my own sites so my friends could all roleplay together or rant together lol. And then? I forgot so much. I no longer no how to make a forum, or even a 'next page' button - so even the dream of just making a simple blog or webnovel site feels like a huge hurdle now. (9 year old me could probably figure it out in 2 hours).
So I'm relearning! I figured this would be a fun post to place resources I find for coding, since there's coding languages, and I figure maybe if you like running you're blog then you also might be interested in tools for making blogs!
First, for those of you who miss the old geocities and angelfire type of sites to make your own free site on: neocities.org
You can make free sites you can code yourself, the way 9 year old me did. A lot of people have made SUCH amazing sites, it's baffling my mind trying to figure out how they did, I definitely wish I could make an art portfolio site even a fourth as cool as some of the sites people have made on here.
And for those pressed for time, who aren't about to learn coding right now: wix.com is the place I recommend for building a site, it requires no coding skill and is fairly straightforward about adding pages or features by clicking buttons. I used it to make my art portfolio site, I am testing out using it for my webnovel - the alternative is Wordpress, but wix.com is letting me basically make a wordpress blog Inside my own site. It's very beginner friendly in terms of "how the fuck do I set up a 'sign up for updates' message and have my site actually email these people my novel updates?" and "I need a 4x20 grid of my art down the page, that lets people click the art to see it's information and make it bigger."
I did neocities.org's little html tutorial today, it's the part of html I DID remember (links, paragraphs, headers).
My next step is to go through htmldog.com's tutorials. They go from beginner, to intermediate, to CSS. Unlike many a coding tutorial I've seen, they explain what program on your computer you need to WRITE the code in and then how to save it and how to open it. (You'd think this isn't a big deal but I've been looking into how to learn Python for months and I can't find a tutorial explaining what fucking program to write my python in... notepad? do I need something else? I don't fucking know!! My dad finally gave me a printed textbook which supposedly tells you what to download to start... I learned C++ in college and for that you needed Visual Basic to code C++, so I figured I needed Something to Write the fucking python IN.)
36 notes · View notes
talenlee · 3 months ago
Text
My Weirdly Embarrassing Love of Spreadsheets
This is gunna be a post about like, the nuts and bolts of making big projects like ongoing writing projects like this blog, but to get there I need to talk to you about silly stuff like journals and buses and spreadsheets. We get there, please, trust me.
One of the first tools I made for blogging was a table in my bullet journal. If you’re not familiar, a common thing to do with bullet journals (or ‘bujos’ as cooler or more tedious people than I call them), is to write up a calendar at the start of each month, something that lists what you’re doing through the course of the month. When I started doing this, I had a way to look at the month, that I could scribble on, so I did, and it meant I was able to get into the habits of putting an article on a game every friday and an article on a story every monday, resulting in my Story Pile and Game Pile series.
This was back in 2017, and the notebooks are in my bookshelf, each of them a record of a year that… huh, I could go back and reread.
Anyway, one of the problems that came up with this system was the bus.
Not kidding.
I would get a bus home from the uni most days. When I was on that bus, or when I was at the uni, I would have time to write, but I wouldn’t necessarily have access to my notebook. I found myself wanting a copy of the chart that I could manage on two different computers – my laptop at the university, and my computer at home. This is how One Stone got written, too, the trips home on the bus being when I wrote the blog posts that became the first chapters of that book, eyes closed, not looking at the screen, and focusing on the road to avoid being car sick.
It is wild to consider how much of my first book I loved writing I did with my eyes effectively closed.
In 2019, I resolved midway through the year that I needed a better system, and started on a system that would handle the transport between two locations better, for the year coming where I anticipated a lot of travel between two sites.
Ahem.
Yeah, uh, 2020.
Anyway, that it wasn’t necessary didn’t stop it being useful! That led to the creation of this Google Sheets spreadsheet:
I made this in Sheets because Sheets is like Excel, which I like using, and it’s like Calc, which I now use, because the version of Excel I pirated doesn’t have access to IFS functions. Point is, this sheet, as originally conceived, did not need anything as a spreadsheet to work; I wanted a table with 365 cells in it that could show the entire year at a glance and be given a simple, straightforward tick or cross. It became something more, as the years progressed.
I’ve been using this kind of spreadsheet now, for 5 years. In 2025, the spreadsheet looks almost the same:
Being a spreadsheet, it is an array of data. You can manipulate that. You can track data in it. You can use indexes. You can cocatenate things, and that’s the stage this spreadsheet is at now. When I sit down to work on a blog post, the first thing I do is not open up WordPress to pull at my drafts, it’s to instead open up this spreadsheet and look at when I have slots available, where my next upcoming gap is, and what kind of thing that gap wants.
Blue slots are story pile, green are game pile. I have all the video article slots pencilled in already with a ‘V,’ on the working version, so I can look at the line of Xes under each date and then see the point where oh, yeah, I gotta work on one of those spots. But see, also, in that top left? That number? The 0 is a count of how many blog posts have been set in place for the year, how close I am to being finished, or on track for the number of days in the year I’m at.
I try to keep the blog progress (blogress) at around 51 posts. That is not because this is the number I’ve decided I need or anything like that, it’s just a round number that makes me happy. Just being able to look at that number and see it being reasonably high? That’s a progress number. I could make it a progress bar proper, with a pair of graphs, but y’know, not worth it. I could make it a fraction too, like, the formula it’s doing over a “/365” if I wanted.
The thing that I’m most happy with though is the cell next to it.
See that cell looks like this:
='Topics & Ideas'!A2
And oh ho what is that?
Well that leads to this:
Here’s what this is: This is a whole spreadsheet of idea categories. Each category has at the top of it, a cell that looks down in the list for a random entry in that list and just provides it. For some things this is a long list of possibilities, for some things this is a tiny list of possibilities. But that is an index function – it looks randomly up and down the list and finds something. That means any time I want something for a specific theme, I can go to this sheet and I’ll see a random selection from these ideas. If I have an idea for a thing to write about at some point, I can jam that in the list, and know that it will eventually be exposed to me at some random point.
Then, at the head of that list, there’s the cell that also randomises the other cells along that horizontal line. Which means that any time I open this blog arranger up, I get to see a random offering of just… anything I could be writing right now. That list can include really broad things, like hey, write about an OC? and sometimes it could be really narrow and specific, like here’s a real event, you know about that one, you should write about it.
Now let me be clear: This is not a tool I recommend for everyone. This is a lot of elaborate effort I put into what is essentially, a producivity toy. This lets me produce a big pile of input and get a random output, and it lets me collect long lists or short lists of things and also, along with all of that, I can just get a periodic output from that list.
The original purpose for this chart wound up being unnecessary. I didn’t need to write on the bus any more. I don’t need to track the post count like this. I don’t need the randomiser. None of this stuff is in any way necessary.
But making this tool though, and playing with it, I have ways to engage with the project of this blog, with the writing when I can’t do that. When my ability to muster words has left me, I have still a chart, a tool, I have productivity items that I can work on. Sometimes just… fine tuning formulas is still working on it.
There’s this idea, maybe you’ve heard of ‘just do a little every day.’ Well, making it so there is a little you can do is really valuable, as part of that.
Check it out on PRESS.exe to see it with images and links!
49 notes · View notes
bittysfoodbaby · 7 months ago
Text
ok so on top of me being a diet film major at school i'm also on the executive staff of my school's college radio station and that combined with omgcp means it's headcanon time!
you're listening to 91.7 WSMU-FM. don't turn that dial!
lardo started doing radio to keep up the promise to do something technical to her parents after becoming an art major. she chose radio tech ops and programming because it was a chill and easy gig that didn't take too much time out of her day. she ended up being pretty decent at her job and later became known for her cable management skills.
jack first met lardo when he was dating camilla and eventually got involved with the station as a graveyard shift dj to hang out with camilla more as friends (#studentathletethings). lardo often took on the late-night shifts for tech ops, which is just making sure the station doesn't go down in the middle of the night, and noticed that Jack wouldn't use the automated software and do everything manually from spinning tracks to doing his talk breaks live. eventually they became friends over "the old days of radio" and jack referred lardo to becoming the smh team manager.
holster acted as a consultant to the promotions and PR team for one of his finals and observed a morning shift as part of the project. the "bro, we should start a podcast" part of his brain was promptly activated and convinced ransom to do a morning show with him. they mostly talk about college sports and get very heated over college hockey and how much cornell has fallen as a hockey team.
shitty grew up listening to wsmu and used radio as another way to be rebellious against his family. he appreciates the community service and outreach the station does and is ranked the best voice on the station. he hosts a show about local music in samwell and the greater boston area.
bitty joined the promo team after smh found out about his blog and convinced him to join radio after they all realized they did radio together. eventually he became the webmaster of the station's website because he was the only one other than shitty that knew how to use wordpress. his ego grew after he forced hosts to write blog posts during their shifts for the station website and be active on twitter.
chowder used to dj local events in high school and was a pretty decent dj and producer back in the day. when he found out the rest of the team was pretty much doing radio he convinced a radio show about live dj sets boiler room-style.
(side note: farmer finds out about chowder's secret life as a dj through a girl on the volleyball team who's friends with a wsmu sportscaster who knows holster.)
dex found himself working in tech ops after a freak accident involving the station's backup recording software went down. he ended up staying because it's the only non-hockey or non-school thing he had.
nursey was approached to be on the station's student spotlight show for his poetry and found out that the whole team was working on the station. he then romanticized the image of analog radio in his mind and what being a late-night DJ was like. he immediately switched to a mid-day jazz shift the next semester.
i swear i have more but i still have fics i need to write before posting more LMAO
33 notes · View notes
komakesthings · 2 years ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media
Thames Con's Labyrinth Experience is happening this weekend, I'm sadly not able to attend as the trek from Canada to the UK is just a bit outside my budget... so I figured I would send a few plush friends to attend in my place!
Earlier this year I made a set of Labyrinth plush toys and shipped them across the ocean from Canada to the UK, I didn't think to snap a few pictures of them before I sent them on their travels so here's a photoshoot I did with my personal set that I made a few years ago. I sent the new plush toys with the intention that they might be given away as prizes at the event so I hope that the Ludo, Firey, and Didymus find themselves a good home! If anyone attending sees my plush toys enjoying themselves at the event I would love to see a picture of them! I so wish I could be there in person but at the very least I feel better knowing something I made will be part of the magic for the lucky folks who are able to attend. I have tutorials on how I made these plush toys up on my wordpress blog here, for anyone interested! Ludo Plush Didymus Plush Firey Plush
193 notes · View notes
reimenaashelyee · 1 year ago
Note
I think I've never detailed your website until now, it is incredibly organized! As an artist who knows only the basics of programming and creating webpages, but is very interested in having one, may I ask, what site hosting do you use? or which one do you recommend? i don't really know anything about that. I would love to see the resurgence of the personal website/ blog.
Thank you!! My website and the infrastructure I've built surrounding it is my pride and joy! More and more lately I've come to appreciate the security it's given during these trying internet times.
I use Wordpress and a drag-and-drop builder called Live Composer (I wouldn't recommend it over its competitor, only because Live Composer has very bad documentation). My hosting is SiteGround. All those tools are stuff I adopted 10 years ago, since I started The World in Deeper Inspection. This way of using Wordpress - being accessible but labyrinthe and too-much - suits me, probably because my personality is like this too.
But a lot of people want something simpler. I'd recommend pursuing resources from MelonLand, The Cheapskate's Guide and Sadgrl to get started. They are more for static site generation, of the neocities type. And in their simplicity, they offer you more control compared to my set-up. They are also part of a movement called the Indie Web or Retro Web, which I consider myself a part of mentally and spiritually, if not fully. These are folks who are bringing back blogs, webrings, web surfing, and all the ways that made the internet fun and fresh back then.
If my website seems super organised, it's less about the tools used and more due to the thinking I have developed for it - coming up with an approach of how I want to be presented online, imagining my ideal site experience and implementing it, as well as solving the problem of having both a Professional Site + a Casual Personal Online Home under the same URL. Here's a blog post I made recently about A Personal Website VS A Portfolio, and an older post, Site Revamp + Artist Sites Should Be More Fun Maybe?, that describes my website/internet philosophies. From those two, the main point to take away is that establishing the landing page as a signpost that allows the visitor to choose their destination solved basically my problem of profesional/personal separation.
TLDR I have a lot of thoughts about making artist websites and returning to the independent web!! This has been a 3 years journey for me!!!
112 notes · View notes
amondalfan · 2 months ago
Text
Web Design and Development
Are you looking for general best practices for WordPress design and development, or do you need a message to communicate these practices to a team or client? Let me know how you'd like it structured!
Best Practices for WordPress Website Design, Development Tips, and Advanced Coding Techniques WordPress is one of the most popular content management systems (CMS) in the world, powering over 40% of all websites. Whether you’re designing a WordPress website, developing custom features, or implementing advanced coding techniques, following best practices ensures optimal performance, security, and…
Tumblr media
View On WordPress
0 notes
traegorn · 1 month ago
Text
25 notes · View notes
archiveyourblog · 21 days ago
Text
How to back up your Tumblr blog
Not sure if all of you heard the news, but Wordpress laid off 16% of its staff, which happened to include senior tumblr staff like cyle. According to 3liza, the amount of staff running tumblr is about 25.
Welp. Will Tumblr finally die? I don't know. It's pretty likely, since this site costs millions to run and to host all this content, but I'll stay till the end. But I backed up my blog, with the help of a post that can't be reblogged rn.
you can reblog this one though.
Quoth butchlinkle: "In your blog settings you have the ability to initiate a blog export, and this will generate a backup for your blog.
Fair warning though, if you’ve been on the platform for a long time this archive is likely to be quite hefty in file size. This blog I have had for 5 years with 22k posts, and the export from tumblr came to be 48GB. My previous blog I made in 2011 and has 95k posts, so needless to say I did not use tumblr’s built in export to back that one up.
If you want more control over exactly what you back up from your blog, I recommend that you use tumblr-utils instead. It allows you to backup specific tags, post types, and to ignore posts that you did not create (reblogs where you’ve added a comment count unfortunately do not count unless you use the older version of the script made with python 2.7).
To use it:
download and install python
create an application on tumblr to get an api key
create a folder where you would like to save your backups and right click to open it in the terminal/command prompt, or type cmd.exe in the address bar from inside that folder
Tumblr media Tumblr media
Backing up just my original posts from this blog with this command came to 632MB rather than 48GB, and also gave me the option to save my posts in JSON format which will be useful for converting my posts to a new format for self hosting.
On that note I’m currently looking into figuring out a simple (and ideally free) way of self hosting a static site blog that utilises activitypub, and also converting my old posts to re-host on said blog.
This post series by maho.dev on implementing activitypub with any static site is my primary source of guidance atm if you also want to try figure that out yourself, as well as having an explanation for why you’d even want to do this if you don’t already know
but if tumblr goes down before I get things sorted and write up a post about it then i’ll be reporting back on it via my bsky, mastodon, and toyhouse accounts
if you dont have an account on any of these I’ll also be sharing an update via my personal site’s RSS feed, link of which includes an explanation of what RSS is and some feed readers you can use, I highly recommend checking it out as getting a feed reader is going to be the best way you can stay connected with people if they scatter across the internet!
tldr: download tumblr-utils to backup your blog more efficiently, introduce yourself to RSS and get a feed reader to stay connected with people, consider saving mine so you can find out how to self host your blog later if tumblr goes down."
here's a guide from the notes: https://docs.google.com/document/u/0/d/1yBWlk-yEgpSoEh3c9oLhz_kbLtUGqbqzOpCtJsvQgjI/mobilebasic?pli=1#h.u9vj7pezwpcy
Back up those blogs. This was way faster than trying to use Webarchive, and webarchive seems to be only good for saving text, audio, and video, because it saved none of the images. And remember: I did not write this guide, and I do not know a thing about coding or fixing bugs.
8 notes · View notes
natalieironside · 1 year ago
Note
hello ms. comrade Ironside, longtime reader, first time caller.
as a fellow writer of queer erotica, I was wondering if you had any thoughts/spoons to share those thoughts on wordpress being swept into the AI debacle under automattic? (I think that’s what you use to host your cool website, forgive me if I am mistaken.) I’m trying to figure out where to set up an author website of my own so I don’t have to host my stuff on tumblr anymore, but I’m a bit gun-shy in the current moment. I know AI trawling is inevitable in today’s internet, but as someone who’s been doing the indie author thing for some time (and admirably!), is there something you would recommend, best practices or otherwise, to someone just trying to get their metaphorical kite off the ground? or anything you wish you knew when you set up your own author-type socials? any thought at all would be genuinely appreciated.
thanks for your time, and I hope you and yours are as well as can be expected 🖤
I hate to be the bearer of bad news, but afaik nothing approaching best practices has been figured out yet; it's all already happening and there's precious little as can be done to put the toothpaste back in the tube. Of course I uncheck all the little boxes in settings and deny them my consent or whatever, but I don't think a gaggle of unimaginative piss-bellied technocrats who decided it was a sensible use of vast amounts of water and power to teach a computer how to write very badly are what I'd call trustworthy. I'm still gonna move all my website shit off of Wordpress because they won't let me get rid of the stupid AI assistant thing, but that's more a case of their UI being ugly and dumb than me thinking it'll actually do any good.
Best I can tell you on that front is to try to find yourself a niche and develop yourself as an artist from there; "Write the kinds of books you wish other people were writing" is good general advice, and a human operator is always going to be capable of things a predictive network just isn't. Other ppl are gonna disagree with that, but they're wrong. Their understanding of resource allocation and scarcity is just childishly naive and you shouldn't waste your time listening to people who think we're gonna solve climate change with apps or whatever.
Far as social media goes, this is still the best one for hocking books as far as I can tell. I'm hearing a lot of good things about Cohost and Pillowfort, but their user bases are still quite small, and I haven't found the indie author community on Bluesky yet. If Tumblr goes belly up I'll probably end up migrating to one of those first two primarily b/c I think longform blogging is the secret stuff for ppl like me who are just too crabby and agoraphobic to be Twitter influencers; I may not be any good at videos or regular quick posts or documenting the writing process (which is too bad, b/c a lot of my friends who do that stuff seem to be having fun with it), but I sure can Lay Out Some Thoughts in A Few Paragraphs and I like to think that's something ppl expect from a novelist.
Also, never get in a public argument, don't go posting Your Thoughts On The Issues unless someone asked or you feel like you've got something interesting to say, and be very selective with how much and what personal information you give out to the hoi polloi. Those are my 3 rules for how to do social media good.
44 notes · View notes
theambitiouswoman · 3 months ago
Note
Hey sweet girl! I just wanted to say at the top that I LOVE your blog! It's so helpful and inspiring 💞
I was just wondering if you had any tips on how to start a blog? I'd love to try but have no idea where to begin or what to do and would greatly appreciate any help from you. ILYSM 🎀
Hey lovely!
Thank you SO much for the sweet words, I’m excited for you to start your blog!
Starting a blog can feel like a lot, but what makes a blog successful is actually staying true to your words. People can tell when you FEEL what you are saying.
Pick a niche you love & can talk about for days. Within that niche, talk about things you wanted to learn/ needed to hear, because other people might be looking for the same thing. Without a niche, it's very hard to attract the right audience because people wont feel like they can connect.
When I started this blog, It was when I had started a business and I wanted to document my journey and feelings. I am actually insanely vulnerable here with you guys than I am with most my friends IRL hahahha But I am so grateful for putting myself out there because I thinks thats what really helped me connect and find people who "get me" on this platform.
As your blog grows and people interact, you will see what subjects they are most interested in and can format your contact towards that. But most important is to first put A LOT of content out there. Even now, I post 5-10 times a day even though my blog has grown so much by the grace of God.
Pick a blog name thats cohesive with your niche and catchy.
Pick a platform you want to use to post in... Substack, Blogger, Wordpress, Blogspot, tumblr
Pick a theme you like that feels cohesive.
If you aren't using tumblr, you will need to buy a DOMAIN name and a HOSTING plan. I use Godaddy for everything.
You will also need to create key pages: About page, Contact page, Blog page, Privacy Policy
Then once everything is set up, you can start writing :)
If you need writing ideas, search for posts on instagram, x, tiktok, answer the public etc in the niche you are interested in, see whats popular and then write your own thoughts and opinions since you know its a popular subject.
SEO helps people find your blog through Google. To optimize your content, make sure your posts include relevant keywords, meta descriptions and other SEO basics. When you are writing quality content, the SEO will naturally follow tbh.
You can promote your blog on social media platforms, I don't do this.. but it definitely helps drive traffic!
Stay consistent with your posts. Don't put a lot of pressure on yourself, maybe bulk create and schedule them... but being consistent is very important.
In Short.. pick a name for your blog and start writing. If you don't start, you won't know how to optimize & make it better.
You’ve got everything it takes to make your blog a beautiful space for inspiration and connection. Don't overthink it. Take it one step at a time and enjoy the creative process.
I am so excited for you! 💞
10 notes · View notes
talenlee · 3 months ago
Text
Dev Pile 2025-06 — Starter Kit
Making dev piles is a new experience for the blog in that they are explicitly deliberately timely. Where most of the work on this blog is thrown weeks, sometimes months in advance if it doesn’t fit neatly in a single spot, I am trying to make sure I write any given Dev Pile article covering the ‘week before’ the article goes up. This is a new kind of work for me, and it’s necessitated working ahead.
The week this article is being ‘written in’ is the week after Cancon. I had a plan for this week: I was going to spend the week writing an article developing the game dev I did, at cancon, in the dull periods at the table between the sales. Thing is, this year, that did not happen – Cancon was pretty much completely constant, so much so that the first day I didn’t even notice I never pulled out my notebook and what notes did get taken during the whole event were surface, or sketching out some minor ideas.
Therefore instead of a single intense focus here, this is going to be something of a hello and hey, here’s how to get started article about game making, tools, and prototyping.
Who Can Make Games?
You can make games. I can make games. Anyone who wants to can make games. The access you have to industrial scale production equipment to make the game you’re designing into something that looks like conventional product is a little more attainable than you may think, thanks to modern tools.
The core of you making games is this: Can you explain a set of rules to another player that let them understand how to play the game?
Great, then you’ve made a game. The next step is working out how to make that game the kind of game you want it to be. And to paraphrase what Adam Savage once said, the difference between doing game development and screwing around is just writing things down.
Tools
First things first, if you have a tool you like for any of the stated purposes, then you should use the tool you like. The tools I describe here should all be free, but that can make them less convenient in ways you may not like.
To write rulebooks, I use LibreOffice. This is a text editor in the same vein as Pages and Word, and much like Google Docs. We’ve pretty much solved ‘writing in a document for a computer user to read’ as a format, and that format has been kinda the same for thirty years. Notably, a formal editor like this lets you do tables and give texts formatting entries like heading styles, which means you don’t have to work to translate that stuff to a website like a wordpress content management system. Under the hood, these two things know how to talk to one another.
Notepad is a valuable tool as well for when you need ‘scrap’ text – no formatting, just some numbers or the like, but literally anything will do here.
Almost inevitably any given game design I have will need a spreadsheet. Sometimes a spreadsheet lets me present a skeleton of a game, with say, a sheet of 52 entries that just indicate the information on a card’s face. That means I use LibreCalc, but I only started using that seven months ago, when I learned about the IFS function. The version of Excel I was using from 2007 didn’t have this ‘new’ functionality, and I found that very useful. You may ask: How often do you need ‘IFS’ in game development and the answer is never. There are definitely thihngs I can use spreadsheets for, but these functions are not super necessary.
To do visual editing I use GIMP, pronounced ‘noo-imp,’ because gimp is a silly word to use in everyday conversation and it has worn its welcome out in my tongue. GIMP is a program that takes some getting used to, but the heart of what it is is a powerful photoshop-level program that puts almost everything it has directly under your control, including warp tools, healing tools, stamp tools and other simple filters. I will usually use GIMP to generate a template file or example for how a card should look, and then, when I want to put those cards into a file to make a pdf for printing, I turn to…
Scribus! Scribus is my layout and DTP program that I avoid using in every situation I can. I dislike Scribus interface a lot, and as a result, I route around it – I try to make sure that if I’m doing something in a design that Scribus ‘could’ do, I will ensure that Scribus is the only thing that can do it, and if something else can do it, I’ll do it that way. This is a combination of familiarity and convenience: Scribus is by no means a bad program, I’m sure, but I don’t like using it and it feels very easy to break things, which means when I do use it, I’m probably using it ‘wrong,’ and a Scribus expert would want to correct my technique.
For making simple slideshow videos, where I just show a thing, talk about it, and move on, I use the program OBS, which you can use for rules tutorials or explainers. OBS has its own ability to do slides – which you can make in a slideshow program like Google Slides or powerpoint or Prezi if you like – and then you talk over it, advancing the slides in OBS. It’s a very powerful, very flexible tool, but I can understand if it’s a bit overwhelming to start with.
If you want to record audio for your game, which is a cool thing to do, I use Audacity. It’s a simple audio program if you’re just using it for its basic functions, but it can be great if (for example) you want to record audio diaries of your creation process.
Also, mixed in with this is, cardboard, paper, scissors and glue. Playing cards need a standardised form so you can make a ‘blank’ deck of cards by taking an ordinary deck of cards and putting large, white, laundry stickers on each face, ‘wiping’ it so you can write what you want on the face.
Art Though?
I use free art where I can. There’s a lot of art assets, paid and free over on itch.io, which you can definitely use to make your game work look more interesting than base. And of course…
Bandaid tearing off time,
There are free image generators that you can use if you are comfortable with that. My advice is that you should only ever use generators for ‘zero value’ forms of media; that is, nothing you intend to sell and nothing you intend to use as identifying for yourself; don’t use a generator for a logo for your identity or brand, for example, because that’s uncopyrightable and then someone can just copy it. Even if they don’t, the fact they can undermines the copyright value of designing your own logo and title.
But yeah, image generators are available online. When I need an image for an example, the one I recommend using is dezgo, because it doesn’t require a login, doesn’t require you to pay money, and all it asks of you is time to let it finish working. You’re not going to get timely bulk media out of it, but that means, in my mind, that any artwork it generates is going to be worth scrutinising and editing to make it more appropriate to your needs. This is part of a greater conversation, but for now, the important thing is that if you’re going to use generative tools you need to make sure you recognise what they’re bad at and what they’re bad for.
Getting Started?
Alright, you have some tools to make what you have in mind more possible. What I recommend you do, and I will delve more into this later in the week, is make a prototype, and then, once you have the prototype, look at it seriously.
You’re going to have to get your head around the question what do I like without asking the followup question why at first. What is it about your prototype that satisfies you? What would you change if you could? Why isn’t it satisfying to you, what about it makes you concerned. Are there things you haven’t thought about because of biases you have? Is it a game you can’t play with one hand?
The point is the prototype marks the point you start finding out. You don’t need a perfect game to prototype – indeed, I have a lot of very ugly games as prototypes and I think those ugly prototypes work really well as a place to start working out what to do next.
Check it out on PRESS.exe to see it with images and links!
19 notes · View notes