Novoa/content/docs/_index.md
2024-01-02 17:58:20 -06:00

331 B

title next
Documentation first-page

This is a demo of the theme's documentation layout.

Y aquí iré avanzando muy lentamente sobre la documentación de mi instancia y sobre la administración de fedi en general.

Hello, World!

package main

import "fmt"

func main() {
    fmt.Println("Hello, World!")
}