How to index/list a directory in GitHub Pages
P粉265724930
P粉265724930 2024-04-03 00:22:38
0
1
321

I have a Github Pages website. I'm trying to add a directory index like you can enable on an apache website.

P粉265724930
P粉265724930

reply all (1)
P粉463811100

You must provide the HTML file containing the table of contents yourself - you can write (and update) this file yourself, or you can write a GitHub action that automatically regenerates the HTML file after each commit. Seehttps://docs.github.com/en/actionsfor documentation andhttps://docs.github.com/en/actions/quickstartto get started.

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!