retypeapp / retype

Retype is an ✨ ultra-high-performance✨ static site generator that builds a website based on simple text files.
https://retype.com
Other
1.08k stars 206 forks source link

Not displaying directories containing dots #703

Closed maurxce closed 4 months ago

maurxce commented 4 months ago

Hello! I just started trying out Retype and I believe I have found an issue regarding directory names.

Usual Behavior

  1. mkdir directory
  2. Side panel shows new directory "Directory"

Behavior when directory contains dots

  1. mkdir test.d
  2. Side panel does not pick up new directory

The website does refresh though, so it is picking up something, just not displaying it.

Docker compose

services:
  retype:
    image: retypeapp/retype
    volumes:
      - ./app:/retype
    ports:
      - 5000:5000
    command: retype start

I'm using the latest version pushed to hub.docker.com.

maurxce commented 4 months ago

Nevermind, I had to put a file in the directory for it to work