💾 Archived View for sergio-101.mywire.org › posts › setting-up-gssg.gmi captured on 2022-07-16 at 13:31:36. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-06-03)

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

                               "                  mmm     mmmm  mmm
  mmm    mmm    m mm   mmmm  mmm     mmm            #    m"  "m   #
 #   "  #"  #   #"  " #" "#    #    #" "#           #    #  m #   #
  """m  #""""   #     #   #    #    #   #   """     #    #    #   #
 "mmm"  "#mm"   #     "#m"#  mm#mm  "#m#"         mm#mm   #mm#  mm#mm
                       m  #
                        ""

Setting up gssg on MacOS

Last updated: 2022-05-09

I thought it might be a good idea to write up what I needed to do to get gssg running on my machines, as someone else might find this useful.

I found an issue with the installtion procedure on the official gssg page (see link below). It says to do this:

go get sr.ht/~gsthnz/gssg

But it appears that this is an outdated command, and I was getting the following error:

package sr.ht/~gsthnz/gssg: unrecognized import path "sr.ht/~gsthnz/gssg": parse https://sr.ht/~gsthnz/gssg?go-get=1: no go-import meta tags ()

To get this to work, I ended up pulling it from git:

git clone https://git.sr.ht/\~gsthnz/gssg

note: you have to get the read only version, as above.

then:

cd gssg
make
make install

This should get it running without any other issues.

Let me know if you have any trouble.

Links

Official gssg page

Setting up gssg on MacOS was published on 2022-05-09

Go to home page