mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 23:37:58 +10:00
remove huey
This commit is contained in:
6
archivebox/plugins/git/templates/embed.html
Normal file
6
archivebox/plugins/git/templates/embed.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<!-- Git embed - directory listing of cloned repo -->
|
||||
<iframe src="{{ output_path }}"
|
||||
class="extractor-embed git-embed"
|
||||
style="width: 100%; height: 100%; min-height: 400px; border: none; background: #fff;"
|
||||
sandbox="allow-same-origin">
|
||||
</iframe>
|
||||
6
archivebox/plugins/git/templates/fullscreen.html
Normal file
6
archivebox/plugins/git/templates/fullscreen.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<!-- Git fullscreen - full directory listing -->
|
||||
<iframe src="{{ output_path }}"
|
||||
class="extractor-fullscreen git-fullscreen"
|
||||
style="width: 100%; height: 100vh; border: none; background: #fff;"
|
||||
sandbox="allow-same-origin">
|
||||
</iframe>
|
||||
1
archivebox/plugins/git/templates/icon.html
Normal file
1
archivebox/plugins/git/templates/icon.html
Normal file
@@ -0,0 +1 @@
|
||||
📂
|
||||
5
archivebox/plugins/git/templates/thumbnail.html
Normal file
5
archivebox/plugins/git/templates/thumbnail.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<!-- Git thumbnail - shows git repository icon and info -->
|
||||
<div class="extractor-thumbnail git-thumbnail" style="width: 100%; height: 100px; overflow: hidden; background: #f6f8fa; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10px;">
|
||||
<span style="font-size: 32px;">📂</span>
|
||||
<span style="font-size: 11px; color: #586069; margin-top: 4px;">Git Repository</span>
|
||||
</div>
|
||||
Reference in New Issue
Block a user