retype
retype copied to clipboard
Retype is an ✨ ultra-high-performance✨ static site generator that builds a website based on simple text files.
It seems that on mobile, long links can sometimes result in the page being too wide, which forces the browser (in my case, DuckDuckGo on an iPhone 13 Pro Max)...
Panels do not appear to be properly sized (or do not properly resize themselves) for tabs that contain content that should result in the panel being larger. For example, this...
Figured I would note this bug I found today. I am under the impression that panel inception (nesting panels within panels) is not currently possible. I was working on some...
It is my understanding that for SEO, pages should _not_ have trailing slashes. Would it be possible to remove trailing slashes on URLs where applicable?
I recently merged one of my pages from an individual page into a folderpage (made up term, but you get the point). Usually, when expanding a folder, the experience is...
Would it be possible to implement header subtitles? Feel free to shoot this one down as "not going to implement" if you feel it to be unnecessary. I've found ways...
I am receiving the following warnings in my build; however, these warnings are not correct. For example, in the first warning relating to `#annualized-loss-expectancy-ale` not existing as an anchor, if...
Distro: fresh Debian 11 bullseye ram: 1.5GB disk: 10GB installed with: npm I get following error when trying to start retype: ``` root@md01:/home/wiki# retype run --verbose INPUT: /home/wiki OUTPUT: /home/wiki/.retype...
Hi, Every now and then when I’m working using the local development server via `retype start`, I get a HTTP 403 error. This really confused me for a while, until...
I spent some time trying to dig into what was available via templating to see if I could come up with a way to duplicate what the /blog endpoint does...