Skip to content

Instantly share code, notes, and snippets.

@mattstauffer
Last active November 13, 2021 10:46
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mattstauffer/a82db51468a02f53442d to your computer and use it in GitHub Desktop.
Save mattstauffer/a82db51468a02f53442d to your computer and use it in GitHub Desktop.
Introducing Gistlog landing pages

It's great that Gistlog makes it easy to write Gist-powered, Markdown-formatted, blog posts. But what if you want to use it as your entire blogging platform? We're working on it, and here's a first step: user landing pages.

Any Github user that has any public gists that contain a file named gistlog.yml now have a landing page on Gistlog at http://gistlog.co/your-user-name. So, since I have (more than) one, you can view my landing page at gistlog.co/mattstauffer. It's very simple right now, but we have a ton of ideas to improve it over time. So go check it out.

How do you get your own Gistlog landing page?

  1. Create a new Gistlog Gist (or edit an old one)
  2. Create two files: one for the markdown (I recommend blog.md for the name) and one for the Gistlog settings (which must be named gistlog.yml)
  3. Write your blog post in blog.md
  4. Since there are no actual settings being parsed from gistlog.yml yet, just create it with the following in it: published: true
  5. Save it as public.

That's it!

Check out the source of this post to see it in action.

published: true
@JacobBennett
Copy link

Love the landing pages. Any plans to style them differently or need anyone to jump on that? Would love to help out with it.

@michaeldyrynda
Copy link

This is a test of the computer's navigational systems.

@zQueal
Copy link

zQueal commented Sep 25, 2015

Matt,

Love the platform! Great work.

@JacobBennett
Copy link

Ditto for deringer :)

@JacobBennett
Copy link

@deringer does this tagging work in comments?

@scottnasello
Copy link

scottnasello commented Jul 3, 2019

does this still work? I do get a landing page for https://gistlog.co/scottnasello/ but I'm only getting

Posted 3 minutes ago
published: true …

when I duplicate your gistlog.yml and blog.md

@mattstauffer
Copy link
Author

@scottnasello could you link the gist to me?

@mattstauffer
Copy link
Author

@scottnasello Ah, I see your problem. They need to be two files in the same gist, not two separate gists.

@scottnasello
Copy link

scottnasello commented Jul 3, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment