Change index file

master
Marvin Johanning 2022-02-06 17:37:54 +01:00
parent fde375521c
commit f959586746
12 changed files with 13 additions and 11 deletions

View File

@ -7,7 +7,7 @@
/ / \\ \ |: |_) :)\ / /\\ __ //\ \: | |. \ /: |(: "|
(___/ \___)(_______/ \"_____/ (__________) \__| |___|\__/|___| \_______)
```
=> /index.gmi 🏠Back Home
=> /index.bliz 🏠Back Home
# Contact

View File

@ -3,7 +3,7 @@ gem_header 20 'text/gemini'
set b_current_time (date +%c)
set b_words (bliz_word_count)
%%%
=> /index.gmi 🏠Home
=> /index.bliz 🏠Home
# About the Server
Here you will find some information about the server that is running this capsule.

View File

@ -6,7 +6,7 @@
/_/ /_/\__, /____/_/\__,_/\__,_/_/ \__,_/____/ \____/\___/_/ /_/ /_/_/\____/\__, /
/____/ /____/
```
=> /index.gmi 🏠Back Home
=> /index.bliz 🏠Back Home
# Mysidards Gemlog

View File

@ -6,7 +6,7 @@
/_/ /_/\__, /____/_/\__,_/\__,_/_/ \__,_/____/ \____/\___/_/ /_/ /_/_/\____/\__, /
/____/ /____/
```
=> /index.gmi 🏠Back Home
=> /index.bliz 🏠Back Home
# Mysidards Gemlog

View File

@ -1,4 +1,4 @@
=> /index.gmi 🏠Back Home
=> /index.bliz 🏠Back Home
=> /gemlog/public/index.gmi 💎Back To Gemlog
# Setting Up A Gemlog (and Capsule) and Mirroring It To HTTPS — The Hard Way

View File

@ -1,4 +1,4 @@
=> /index.gmi 🏠Back Home
=> /index.bliz 🏠Back Home
=> /gemlog/public/index.gmi 💎Back To Gemlog
# Proxying Gemini to HTTPS
On a previous post on my Gemlog, I talked about my rather convoluted way of converting my page to HTML and serving it via Apache to people on the regular Web; and whilst this admittedly rather strange setup worked for me, I wanted to find something that was a little easier to maintain and that would not require me to go through a tonne of steps simply to have a HTTPS version of my site available. I mentioned, in my previous post, how I was unable to find a suitable solution for this proxying / mirroring of my capsule — well, I have now finally come across one I really enjoy.

View File

@ -1,4 +1,4 @@
=> /index.gmi 🏠Back Home
=> /index.bliz 🏠Back Home
=> /gemlog/public/index.gmi 💎Back To Gemlog
# Server-side Scripting Using Bliz (And Fish)
I have been on the lookout for a nice, simple-to-use Gemini server that allows server-side scripting in a language that is not too difficult to learn — and I believe I may have found just that, namely the Bliz[1] server. I was surprised to learn that it was, out of all the scripting languages available, written in Fish[2] and that it works very nicely.

View File

@ -1,4 +1,4 @@
=> /index.gmi 🏠Back Home
=> /index.bliz 🏠Back Home
=> /gemlog/public/index.gmi 💎Back To Gemlog
{{ .Content }}
{{ if .Date.IsZero -}}{{ else }}

View File

@ -10,7 +10,7 @@
🪐 E x p l o r e 🛰
```
=> /index.gmi 🏠Home
=> /index.bliz 🏠Home
# Links
You will find some links to interesting websites and capsules on this site.

View File

@ -3,6 +3,8 @@ require 'net/http'
require 'json'
require 'date'
puts "=> /index.bliz 🏠Back Home"
puts "# Hacker News Proxy 📰"
puts "This is a small Hacker News Proxy written in Ruby. It is still a work in progress, but it already allows for the fetching of articles from the main page and reading of their comments."
puts ""

View File

@ -17,7 +17,7 @@
'-'-'
📑 T O D O 📜
```
=> /index.gmi 🏠Home
=> /index.bliz 🏠Home
# To-Do List
I am planning on writing a few services that will make HTTP-only sites available via Gemini and I am also planning on writing a few of my own things. This will probably take a while but here is a list of things I am planning on doing.

View File

@ -19,7 +19,7 @@ set b_words (bliz_word_count)
/_________________________________________--"
```
=> /index.gmi 🏠Home
=> /index.bliz 🏠Home
# Sitemap for Mysidard.com
This sitemap is automatically created whenever its URL is accessed using the Bliz Gemini server and a Fish script.