-
Link: Easy Category Pages in Navigation on Micro.Blog
Bob Wertz wrote a How To called Easy Category Pages in Navigation on Micro.Blog:
It shouldn’t matter what theme you are using, but for my site, I use the Pure plug in, which is a good foundation to build from. By default, the template presents a home page that includes all of your posts. Instead, I wanted to have different links in my navigation for my longer “blog” posts and my shorter “tweet-like” status posts.
Read the details at his site.
-
Use the Custom Home page plugin and link to Posts
One of the Plugins available to hosted Micro.Blogs is Custom home page, which
replaces your blog home page with text instead of recent posts
.That led to a question on the Help Forum:
Is there any way to have the modified main page and have a menu item for “Blog” that goes to posts?
The answer came from jsonbecker:
Make a custom template called layouts/blog/list.html. Then you can make a page in your custom theme by making a file named content/blog.md…
Lastly, on your main page, you can now link to /blog and that will use the template above.
For more detailed instructions and any follow-up see the Help Forum page.
-
Link: Change the date format in Alpine Theme
Change the date format in Alpine Theme miraz.me
-
Avoid email spam while posting an email address on your blog
A discussion in the Micro.blog Help Center on How to obfuscate email links in order to avoid spam brought some useful suggestions, including:
- add a link on say, a Contact page and use robots.txt to make that page not indexed. — Suggested by @jsonbecker
- use a service like Apple’s Hide My Email to get a unique address (if you get overwhelmed with spam, just generate a new one). — Suggested by @sod
To use robots.txt see the instructions at Search engine indexing. Jason in the Help forum suggested something like this in robots.txt if your email link was on a page whose URL was [example.com/contact](http://example.com/contact) :
User-agent: * Disallow: /contact
If you want to create an Hidden Email link on an Apple Mac using OS 13, Ventura:
- Go to System Settings ☛ Apple ID ☛ iCloud ☛ Hide My Email.
- In the Hide my Email listings window click the + at bottom left.
- Follow the instructions to create a new Hidden Email Address. You have the opportunity at the end of the process to copy the email address.
-
Magic Preview plugin
Sven Dahlstrand says:
My new Micro.blog plug-in is a minimal, no-frills post editor. But it has one pretty magical feature: live previews!
See it in action below, try it on my blog, or look up 🦄 Magic Preview in the plug-in directory. ⚠️ Read the important notice there before installing. Have fun!
-
Thumbnails on Anatole theme
The Micro.Blog Anatole theme claims thumbnails in its list of features, however there’s no setting to turn that on. I asked in the MB Help forum and @sod helped me make it work — Anatole theme question: how to display Post Thumbnails?
The solution involved replacing a small portion of layouts/index.html and worked perfectly.
My website now includes images on the Home Page above the post extracts.
-
Plugin: Bear theme
Manton Reece writes:
Still a little experimental, but I added a new plug-in for Micro.blog based on the theme in Bear Blog. Nice lightweight design that looks good and should be pretty easy to customize.
-
Link: Custom Theme Tips
Greg Moore has written a handy Custom Theme Tips page:
Making a custom theme for your Micro.blog isn’t as impossible as it may first seem. Be kind to yourself, work in small chunks, and prioritize needs over novelties. It’s your custom theme so you can always add more shiny new things later.
-
Link: Sending your First Webmention from Scratch
Sending your First Webmention from Scratch • Aaron Parecki:
Webmention is one of the fundamental indieweb building blocks. It enables rich interactions between websites, like posting a comment or favorite on one site from another site. This post will walk you through the simplest way to get started sending webmentions to other sites so that you can use your own site to join the conversations happening on the Indie Web.
-
Special characters and emoji allowed in Design - CSS
Micro.blog News, 04 January 2023:
Fixed allowing special characters and emoji in Design → Edit CSS.
-
Cards Theme updated to v1.1.6
The Micro.blog Cards Theme has been updated to v1.1.6.
- The categories (if any) will now appear on the post page.
- Added an option in theme settings to show a summary rather than the full post on the home page and category pages.
-
Link: How to hide (but not delete) core pages
See a discussion on hiding pages such as Photos and Archive at the Micro.blog Help Center — How can I hide (but not delete) core pages?:
Q: I want the photos & archive pages to exist, but not be visible in the blog category links.
A: Photos and Archives really should have that “Include this page” checkbox. I’ll work on adding that. In the meantime you will probably need to create a custom theme that overrides the header to just show the links you want instead of having Micro.blog manage it.
The discussion includes specific techniques.
-
Link: Creating Labarum (Part 1): Design and initialization
Mandaris Moore has written the first of a series documenting how he created a new theme for Micro.Blog — Creating Labarum (Part 1): Design and initialization:
I wanted to create a new theme for Micro.blog, and I thought I would document all the steps that I went through. The creation of the theme was an iterative process for me and this tutorial works in that way.
This is comprehensive and informative. Look out for the continuation of the series.
-
Plug-ins can access the URL for your bookmarks
Added new site param .Site.Params.feeds.bookmarks_json for plug-ins to access the URL for your bookmarks. Added book reading goals data files as part of publishing. See this help page for details.
-
Add Reading Time to your Micro.blog template
Eric Gregorich in
writes:I added Reading time to my blog. It was easy to do since it’s part of Hugo.
It is only displaying if the reading time exceeds 1 minute.
In the layouts/posts/single.html template, add the following line below the date (or where ever you want it to display).
{{ if gt .ReadingTime 1 }} Reading Time: {{ .ReadingTime }} minutes{{ end }}
Maybe I’ll add this as an optional feature in the Cards theme soon. 😋
16 December 2022
-
Plugin: Bookmarks Shortcode (BETA)
Sven Dahlstrand says:
If you like to share your Micro.blog bookmarks with the world, check out my latest plug-in: 🔖 Bookmarks Shortcode (BETA).
14 December 2022
-
Display your Bookmarks publicly
To display your Bookmarks on your website check Displaying Bookmarks Publicly for details, including a link to an issue of duplicates for premium subscribers.
-
How to Show Micro.blog Bookshelf on Any Page
Matt Langford · How to Show Micro.blog Bookshelf on Any Page:
If you’re using Micro.blog and the accompanying Bookshelves feature, you can show a book (or selection of books) on any page of your site. Use the code below and follow the directions to get started.
09 December 2022
-
Cards theme
I finally published my new Cards theme for Micro.blog. It is a simple theme, and you can easily customize all colors, providing endless options. It’s also optimized for performance and SEO.
29 November 2022
-
Custom Page Template
micro.blog doesn’t really use pages, everything by default is a post. If you want a custom template, I recommend doing
layouts/$custompagename/single.html
for your template, and then createcontent/$custompagename.md
for your content in your theme, putting thetype:
field in the front matter set tocustompagename
29 November 2022
-
Plug-in: Cards Theme
Great to see 2 new plug-ins recently available on Micro.blog: “Cards Theme” by @ericgregorich, which styles posts with an outline like separate cards; and “Bookshelf shortcode” by @kottkrig, for making a page that includes one or more bookshelves.
29 November 2022
-
Bookshelf shortcode, a Micro.blog plug-in
From Johan Larsson - Announcing “Bookshelf shortcode”, a Micro.blog plug-in:
This plug-in contains a single “shortcode” that can be used to embed a Micro.blog bookshelf on any Micro.blog page.
28 November 2022
-
Install Hugo on a Mac
From the Micro.blog Help Centre, Hugo version & theme development:
Q: Does anyone have any updated instructions on the best way to get the right hugo version on a mac?
Answer from Manton: I think the best way is to download a specific version directly rather than use Brew:
https://github.com/gohugoio/hugo/releases/download/v0.105.0/hugo_0.105.0_darwin-universal.tar.gz
Then drop that in /usr/local/bin or wherever. -
Paper theme adds support for Mastodon and LinkedIn social profile links
I’ve released a minor version of the Paper theme today. It adds support to include Mastodon and LinkedIn to your social profile links in the header. If you are already using it, you should see the upgrade option in the Micro.blog plugins directory. Demo on my test blog.
19 November 2022
-
New page at How to customise Micro.Blog: How to help:
The purpose of this blog is to help people customise their hosted Micro.Blogs. You could:
- write new tutorials
- link to useful info
- update existing tutorials or other posts
- improve the website itself
Are you in?
subscribe via RSS