💾 Archived View for lists.sh › news › rss captured on 2022-06-04 at 01:28:41. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2022-06-11)

-=-=-=-=-=-=-

<?xml version="1.0" encoding="UTF-8"?><feed xmlns="http://www.w3.org/2005/Atom">

<title>news&#39;s blog</title>

<id>/news</id>

<updated>2022-06-04T01:28:41Z</updated>

<subtitle>the official blog of lists.sh</subtitle>

<link href="/news"></link>

<author>

<name>news</name>

</author>

<entry>

<title>multiple-accounts-same-key</title>

<updated>2022-05-25T03:06:59Z</updated>

<id>/news/multiple-accounts-same-key</id>

<content type="text/plain">&#xA;&#xA;* I&#39;m excited to announce another feature!&#xA;* Now users can create as many accounts as they want with the same keypair. There&#39;s a special user `new` that when used to ssh into our CMS will send you to the account creation screen.&#xA;&gt; ssh new@lists.sh&#xA;* If you decide to create mutiple accounts with the same keypair, the only caveat is you&#39;ll need to always provide the username of the account you want to use for `ssh` and `scp`.&#xA;* Honestly, I&#39;m feeling like at this point we are pretty much feature complete. I imagine I&#39;m going to spend more time using the product than making code changes to it.&#xA;&#xA;</content>

<link href="/news/multiple-accounts-same-key" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>gemini</title>

<updated>2022-05-24T18:32:16Z</updated>

<id>/news/gemini</id>

<content type="text/plain">&#xA;&#xA;* I&#39;m excited to announce we have launch gemini support!&#xA;=&gt; gemini://lists.sh gemini://lists.sh&#xA;* It was always our goal to launch the product with gemini support. Gemini is a new kind of protocol that emphasizes reading and writing documents. It&#39;s the perfect blend of readability and ease-of-use.&#xA;* If you haven&#39;t downloaded a gemini client, I highly recommend it.&#xA;=&gt; https://github.com/kr1sp1n/awesome-gemini awesome-gemini&#xA;&#xA;</content>

<link href="/news/gemini" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>Announcing subdomains for lists.sh</title>

<updated>2022-05-08T17:22:10Z</updated>

<id>/news/subdomains</id>

<content type="text/plain">&#xA;&#xA;* Greetings! I&#39;m excited to announce that we have shipped subdomains for blogs.&#xA;&#xA;## before&#xA;=&gt; https://lists.sh/erock https://lists.sh/erock&#xA;=&gt; https://lists.sh/erock/blog-platforms https://lists.sh/erock/blog-platforms&#xA;&#xA;## after&#xA;=&gt; https://erock.lists.sh https://erock.lists.sh&#xA;=&gt; https://erock.lists.sh/blog-platforms https://erock.lists.sh/blog-platforms&#xA;&#xA;## notes&#xA;* We still support the old urls so don&#39;t worry about continuing to share them. The goal of adding subdomains is so users feel like they have their own space to write lists.&#xA;* I hope this makes everyone feel even more empowered to write lists on this platform and there are many more features on the roadmap coming up.&#xA;* Thanks for using lists.sh!&#xA;&#xA;</content>

<link href="/news/subdomains" rel="alternate"></link>

<summary type="text/plain">Blogs now have their own subdomain they can use</summary>

</entry>

<entry>

<title>Plain text spec examples</title>

<updated>2022-03-15T00:00:00Z</updated>

<id>/news/spec-example</id>

<content type="text/plain">&#xA;&#xA;* Hello world!&#xA;* I wonder where I&#39;ll float next?&#xA;=&gt; https://erock.io https://erock.io&#xA;=&gt; https://erock.io my website&#xA;&gt; this is a block quote. I wonder how well it will work inside a list?&#xA;&#xA;## Header&#xA;* another item&#xA;* Back to basics&#xA;&#xA;### Subheader&#xA;* Doing great&#xA;=&gt; https://i.imgur.com/iXMNUN5.jpg archlinux&#xA;* feeling great&#xA;```&#xA;&#xA;#!/usr/bin/env bash&#xA;&#xA;set -x&#xA;&#xA;echo &#34;Here is a bash script&#34;&#xA;```&#xA;&#xA;</content>

<link href="/news/spec-example" rel="alternate"></link>

<summary type="text/plain">Here are some examples of the plain text list format</summary>

</entry>

<entry>

<title>A new github action and key management</title>

<updated>2022-05-17T01:45:33Z</updated>

<id>/news/manage-keys-and-gh-action</id>

<content type="text/plain">&#xA;&#xA;* I&#39;m excited to announce a couple of new features to lists.sh.&#xA;&#xA;## Manage your keys from the CMS&#xA;* Now users can add multiple keys for a single account. Manage your keys by logging into our CMS: `ssh &lt;username&gt;@lists.sh`. Then select &#34;Manage keys.&#34;&#xA;&#xA;### Features&#xA;* You can add new keys to your account&#xA;* You can delete keys from your account&#xA;* If you delete all of your keys it will delete your account along with all its posts&#xA;&#xA;## New github action to publish posts&#xA;* Now you can publish changes to your blog via a github action. I strongly recommend that you create a separate keypair specifically for your github action since github can read the private key.&#xA;=&gt; https://github.com/marketplace/actions/lists-publish-action github action marketplace&#xA;=&gt; https://github.com/neurosnap/lists-official-blog/blob/main/.github/workflows/publish.yml example workflow&#xA;&#xA;## Closing thoughts&#xA;* I&#39;ve been having a blast hacking on this project and I&#39;m delighted by all the lists being created here. I have a couple more features on the roadmap that I want to add shortly.&#xA;* Once those are finished I plan on focusing on community building.&#xA;&#xA;</content>

<link href="/news/manage-keys-and-gh-action" rel="alternate"></link>

<summary type="text/plain">Two new quality of life features to lists.sh</summary>

</entry>

<entry>

<title>announcing-lists-official-blog</title>

<updated>2022-05-08T17:22:09Z</updated>

<id>/news/announcing-lists-official-blog</id>

<content type="text/plain">&#xA;&#xA;* Greetings! I wanted to announce the official blog for lists.sh. I&#39;ll be posting updates to this blog in an attempt to keep everyone up-to-date on the recent features and development to this blogging platform.&#xA;* Stay tuned for more updates and thanks for using the platform.&#xA;&#xA;</content>

<link href="/news/announcing-lists-official-blog" rel="alternate"></link>

<summary type="text/plain">official blog announcement</summary>

</entry>

<entry>

<title>_readme</title>

<updated>2022-05-08T17:22:10Z</updated>

<id>/news/_readme</id>

<content type="text/plain">&#xA;&#xA;* This is the official blog for the lists.sh platform.&#xA;* Subscribe to the RSS for updates about lists.sh.&#xA;&#xA;</content>

<link href="/news/_readme" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>_header</title>

<updated>2022-05-08T17:22:09Z</updated>

<id>/news/_header</id>

<content type="text/plain">&#xA;&#xA;=&gt; https://github.com/neurosnap/lists-official-blog repo&#xA;&#xA;</content>

<link href="/news/_header" rel="alternate"></link>

<summary type="text/plain">the official blog of lists.sh</summary>

</entry>

</feed>