You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jekyll.logger.info"RepoPathHandler:","Created dynamic handlers for /repo/* paths"
26
+
end
27
+
end
28
+
29
+
# Custom page class that will capture all repository paths
30
+
classRepoPathPage < Jekyll::Page
31
+
definitialize(site,base,dir,name)
32
+
@site=site
33
+
@base=base
34
+
@dir=dir
35
+
@name=name
36
+
37
+
self.process(name)
38
+
# Use the repository layout which is the same as index.html
39
+
self.data={
40
+
'layout'=>'repository',
41
+
'title'=>'GitHub repo explorer: visualize and navigate github project structures',
42
+
'description'=>'Effortlessly explore and visualize the file structure of any public GitHub repository online. Navigate project folders, view directory trees, and copy paths without cloning.',
0 commit comments