Skip to content

Removing default folder icon #467

Closed Answered by geoffreymcgill
podloznyi asked this question in Q&A
Discussion options

You must be logged in to vote

Hello. If you have a default.md, index.md, or readme.md in that folder, then you can set the icon config to any other icon value. For example, setting to icon: dot.

default.md

---
icon: dot
---
# Sample page

If you do not have a default.md, index.md, or readme.md file in the folder, you can add a index.yml file into the folder and that will allow for the same customization of the folder properties.

index.yml

icon: dot

At the moment, Retype does not have a way to completely remove the icon, although you can work-around that limitation by creating a transparent .png and linking to the that image. The following sample demonstrates setting the icon to a custom transparent .png file that you …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@podloznyi
Comment options

Answer selected by podloznyi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants