Add index content
This commit is contained in:
		
							parent
							
								
									f01ccf2839
								
							
						
					
					
						commit
						809c6ea688
					
				
					 5 changed files with 57 additions and 172 deletions
				
			
		
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 3.6 KiB | 
|  | @ -1,78 +0,0 @@ | ||||||
| <!DOCTYPE html> |  | ||||||
| <html lang="en-US"> |  | ||||||
|     <head> |  | ||||||
|         <meta charset="utf-8"> |  | ||||||
| <meta name="viewport" content="width=device-width, initial-scale=1"> |  | ||||||
| <link rel="stylesheet" href="/style.css"> |  | ||||||
| <link rel="alternate" title="Main RSS Feed" type="application/rss+xml" href="/rss.xml"> |  | ||||||
| 
 |  | ||||||
| <!-- preview metadata --> |  | ||||||
| <meta property="og:site_name" content="Hermes"/> |  | ||||||
| <meta property="og:title" content="Index"/> |  | ||||||
| <meta name="description" content="Hermes Scuttlebutt Client"/> |  | ||||||
| <meta property="og:description" content="Hermes Scuttlebutt Client"> |  | ||||||
| <meta property="og:image" content="/assets/logo.svg"/> |  | ||||||
| 
 |  | ||||||
| <link rel="icon" href="/assets/logo.svg"> |  | ||||||
| <title>Hermes | Index</title> |  | ||||||
| 
 |  | ||||||
|     </head> |  | ||||||
| 
 |  | ||||||
|     <body> |  | ||||||
|         <header> |  | ||||||
| <div class="container"> |  | ||||||
| <img src="assets/logo.png" alt="logo" class="logo"  width="100px" height="50px"> |  | ||||||
| <nav> |  | ||||||
| 	<ul> |  | ||||||
| 		<li><a href="/download">Download</a></li> |  | ||||||
| 		<li><a href="/contact">Contact</a></li> |  | ||||||
| 		<li><a href="/blog">Blog</a></li> |  | ||||||
| 	</ul> |  | ||||||
| </nav> |  | ||||||
| </div> |  | ||||||
| </header> |  | ||||||
| 
 |  | ||||||
|     	<main> |  | ||||||
|             <p>About, features, basic SSB info, etc.</p> |  | ||||||
| <h2>FAQ</h2> |  | ||||||
| <p><strong>Q:</strong> |  | ||||||
| A</p> |  | ||||||
| <p><strong>Q:</strong> |  | ||||||
| A</p> |  | ||||||
| <h2>Roadmap</h2> |  | ||||||
| <ul> |  | ||||||
| <li>one</li> |  | ||||||
| <li>two</li> |  | ||||||
| <li>three</li> |  | ||||||
| </ul> |  | ||||||
| <h2>Blog!</h2> |  | ||||||
| 
 |  | ||||||
|         </main> |  | ||||||
|         <footer> |  | ||||||
| 	<hr> |  | ||||||
| 	<ul class="container"> |  | ||||||
| 		<li class="item-left"> |  | ||||||
| 			<h3>About</h3> |  | ||||||
| 			<p>This website is generated by the <a href="https://cobalt-org.github.io/">cobalt</a> static site generator</p> |  | ||||||
| 			<p>The source code is licensed under the CNPLv7+ license, and available <a href="https://github.com/erin/hermes-site">here</a>.</p> |  | ||||||
| 		</li> |  | ||||||
| 
 |  | ||||||
| 		<li class="item-mid"> |  | ||||||
| 			<h3>Contribute</h3> |  | ||||||
| 			<a href="#">Github Repository</a><br> |  | ||||||
| 			<a href="#">Code of Conduct</a><br> |  | ||||||
| 			<a href="#">Report a Bug</a><br> |  | ||||||
| 		</li> |  | ||||||
| 
 |  | ||||||
| 		<li class="item-right"> |  | ||||||
| 			<h3>Technologies</h3> |  | ||||||
| 			<a href="https://handbook.scuttlebutt.nz/">Scuttlebutt</a><br> |  | ||||||
| 			<a href="https://docs.rs/golgi/0.1.0/golgi/">golgi</a><br> |  | ||||||
| 			<a href="https://gtk-rs.org/">gtk-rs</a><br> |  | ||||||
| 		</li> |  | ||||||
| 	</ul> |  | ||||||
| </footer> |  | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
|   </body> |  | ||||||
| </html> |  | ||||||
|  | @ -1 +0,0 @@ | ||||||
| <?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>cobalt blog</title><link>http://localhost:3000</link><description>Blog Posts Go Here</description></channel></rss> |  | ||||||
|  | @ -1,84 +0,0 @@ | ||||||
| html { |  | ||||||
|   image-rendering: pixelated; |  | ||||||
|   image-rendering: crisp-edges; |  | ||||||
|   font-size: 1.3em; |  | ||||||
|   color: #333; |  | ||||||
|   line-height: 1.50; |  | ||||||
|   background: #f8f4f3; |  | ||||||
|   font-family: 'Cantarell', sans-serif; } |  | ||||||
| 
 |  | ||||||
| /* Smooth scrolling IF user doesn't have a preference due to motion sensitivities */ |  | ||||||
| @media screen and (prefers-reduced-motion: no-preference) { |  | ||||||
|   html { |  | ||||||
|     scroll-behavior: smooth; } } |  | ||||||
| 
 |  | ||||||
| body { |  | ||||||
|   border-radius: 10px; |  | ||||||
|   margin: 0; |  | ||||||
|   padding: 0; } |  | ||||||
| 
 |  | ||||||
| main { |  | ||||||
|   margin: auto; |  | ||||||
|   width: 50%; |  | ||||||
|   text-align: left; } |  | ||||||
| 
 |  | ||||||
| .container { |  | ||||||
|   margin: 0 50px; } |  | ||||||
| 
 |  | ||||||
| a:link, a:visited { |  | ||||||
|   text-decoration: none; |  | ||||||
|   color: #b87333; } |  | ||||||
| 
 |  | ||||||
| a:active, a:focus, a:hover { |  | ||||||
|   text-decoration: underline; } |  | ||||||
| 
 |  | ||||||
| ul, ol { |  | ||||||
|   color: #474747; } |  | ||||||
| 
 |  | ||||||
| ::selection { |  | ||||||
|   color: #f8f4f3; |  | ||||||
|   background: #333; } |  | ||||||
| 
 |  | ||||||
| footer ul { |  | ||||||
|   list-style: none; } |  | ||||||
| 
 |  | ||||||
| footer .item-left { |  | ||||||
|   grid-area: main; } |  | ||||||
| 
 |  | ||||||
| footer .item-mid { |  | ||||||
|   grid-area: links1; } |  | ||||||
| 
 |  | ||||||
| footer .item-right { |  | ||||||
|   grid-area: links2; } |  | ||||||
| 
 |  | ||||||
| footer .container { |  | ||||||
|   margin-left: 25%; |  | ||||||
|   margin-right: 25%; |  | ||||||
|   display: grid; |  | ||||||
|   grid-template-columns: 500px 250px 250px; |  | ||||||
|   grid-template-rows: auto; |  | ||||||
|   grid-template-areas: "main links1 links2"; } |  | ||||||
| 
 |  | ||||||
| .logo { |  | ||||||
|   float: left; |  | ||||||
|   padding: 10px 0; } |  | ||||||
| 
 |  | ||||||
| header::after { |  | ||||||
|   content: ''; |  | ||||||
|   display: table; |  | ||||||
|   clear: both; } |  | ||||||
| 
 |  | ||||||
| header { |  | ||||||
|   box-shadow: 0 0 5px #888; } |  | ||||||
| 
 |  | ||||||
| nav { |  | ||||||
|   float: right; } |  | ||||||
|   nav ul { |  | ||||||
|     margin: 0; |  | ||||||
|     padding: 0; |  | ||||||
|     list-style: none; } |  | ||||||
|   nav li { |  | ||||||
|     display: inline-block; |  | ||||||
|     text-align: center; |  | ||||||
|     margin-left: 70px; |  | ||||||
|     padding-top: 20px; } |  | ||||||
							
								
								
									
										66
									
								
								index.md
									
									
									
									
									
								
							
							
						
						
									
										66
									
								
								index.md
									
									
									
									
									
								
							|  | @ -2,21 +2,69 @@ | ||||||
| layout: default.liquid | layout: default.liquid | ||||||
| --- | --- | ||||||
| 
 | 
 | ||||||
| About, features, basic SSB info, etc. | Hermes is a native Linux Scuttlebutt client. | ||||||
|  | It's written in Rust using the GTK4 toolkit. | ||||||
|  | It's designed to be accessible, user friendly, easy to use, and modern. | ||||||
|  | 
 | ||||||
|  | Hermes is currently in the design phase, and no actual code has been written yet. | ||||||
|  | If you want to help us develop it, please do! If you're looking to use it, check back later. | ||||||
|  | 
 | ||||||
|  | Hermes is completely free and open source, although under the copyleft [CNPL]() license. | ||||||
| 
 | 
 | ||||||
| ## FAQ | ## FAQ | ||||||
| **Q:** | **Q: What is Hermes?** | ||||||
| A |  | ||||||
| 
 | 
 | ||||||
| **Q:** | Hermes is a client to allow users to interact with the Scuttlebutt network. Some other clients are [Manyverse](https://manyver.se), [Oasis](https://github.com/fraction/oasis), and [Patchbay](https://github.com/ssbc/patchbay). | ||||||
| A | 
 | ||||||
|  | **Q: What is Scuttlebutt?** | ||||||
|  | 
 | ||||||
|  | Scuttlebutt (SSB for short) is a P2P, decentralized social network. | ||||||
|  | There are no servers needed, data is passed directly between users, either over local networks, bluetooth, or using pub servers/rooms. | ||||||
|  | 
 | ||||||
|  | It works like any other social network. You can follow people, like their posts, and share messages. | ||||||
|  | It even supports end-to-end encrypted private messages! | ||||||
|  | 
 | ||||||
|  | All posts are stored locally, so you can read, like, and post, even when offline! | ||||||
|  | Your data will be synced with the rest of the network the next time you go online. | ||||||
|  | 
 | ||||||
|  | You can go to the official [site](https://scuttlebutt.nz/about/) to learn more. | ||||||
|  | 
 | ||||||
|  | **Q: How inclusive is it?** | ||||||
|  | 
 | ||||||
|  | The Hermes client itself is created by a bunch of queer anarchists, and we plan on strictly implementing a code of conduct for anyone participating as well. | ||||||
|  | 
 | ||||||
|  | In terms of the SSB network itself, it's much better than most other P2P networks. At least from my network graph, it's mostly filled with accepting left-leaning people. | ||||||
|  | 
 | ||||||
|  | **Q: How private is it?** | ||||||
|  | 
 | ||||||
|  | Your posts are synced with anyone connecting with you. Messages cannot be deleted (at the moment). | ||||||
|  | This is a hard problem to properly fix however, since you'd have to trust that every single person with your post deletes the message. | ||||||
|  | It's the same problem with centralized networks however, you can't fully trust that Twitter or Facebook will fully delete your data from their servers. | ||||||
|  | 
 | ||||||
|  | **Q: How is it funded?** | ||||||
|  | 
 | ||||||
|  | Currently, we're all working on it for free. We plan on accepting donations through various means however. | ||||||
|  | We will *never* accept VC funding or anything like that however. This will always be a community anti-capitalist project. | ||||||
|  | We will also never accept investors, implement paywalls, ads, blockchain shit, or analytics. | ||||||
|  | 
 | ||||||
|  | ## Features | ||||||
|  | - Modern and full Scuttlebutt protocol features | ||||||
|  | - Basic social functionality (posts, reactions, profiles, CWs, private messages, pictures, etc.) | ||||||
|  | - Full markdown support | ||||||
|  | - Lightweight & fast | ||||||
|  | - Mobile support (eg. Pinephone) | ||||||
|  | - User friendly and easy to use | ||||||
|  | - Simple Tor & proxy configuration | ||||||
|  | - Drafts and Bookmarks functionality | ||||||
|  | - Well documented, easy to contribute too | ||||||
|  | - Welcoming & accepting community | ||||||
|  | - Accesibility features, translations, etc. | ||||||
| 
 | 
 | ||||||
| ## Roadmap | ## Roadmap | ||||||
| - one | *TODO* | ||||||
| - two |  | ||||||
| - three |  | ||||||
| 
 | 
 | ||||||
| ## Blog! | ## Blog | ||||||
|  | *TODO* | ||||||
| 
 | 
 | ||||||
| {% for post in collections.posts.pages %} | {% for post in collections.posts.pages %} | ||||||
| #### {{post.title}} | #### {{post.title}} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue