Remove unnecessary stuff
This commit is contained in:
parent
a6692c12fd
commit
df51a641dc
9 changed files with 0 additions and 76 deletions
13
.gitmodules
vendored
13
.gitmodules
vendored
|
@ -1,16 +1,3 @@
|
|||
[submodule "docs"]
|
||||
path = docs
|
||||
url = https://github.com/ArchiveBox/ArchiveBox.wiki.git
|
||||
|
||||
[submodule "deb_dist"]
|
||||
path = deb_dist
|
||||
url = https://github.com/ArchiveBox/debian-archivebox.git
|
||||
[submodule "brew_dist"]
|
||||
path = brew_dist
|
||||
url = https://github.com/ArchiveBox/homebrew-archivebox.git
|
||||
[submodule "pip_dist"]
|
||||
path = pip_dist
|
||||
url = https://github.com/ArchiveBox/pip-archivebox.git
|
||||
[submodule "docker"]
|
||||
path = docker
|
||||
url = https://github.com/ArchiveBox/docker-archivebox.git
|
||||
|
|
1
CNAME
1
CNAME
|
@ -1 +0,0 @@
|
|||
archivebox.io
|
|
@ -1,3 +0,0 @@
|
|||
production_url: https://archivebox.io
|
||||
theme: jekyll-theme-merlot
|
||||
# Github Pages static site settings for https://archivebox.io
|
|
@ -1,5 +0,0 @@
|
|||
# assets/
|
||||
|
||||
This folder contains assets used by the Jekyll Static Site Generator for ArchiveBox.io.
|
||||
|
||||
It cannot be moved or renamed or the custom CSS on ArchiveBox.io will break.
|
|
@ -1,50 +0,0 @@
|
|||
---
|
||||
---
|
||||
|
||||
@import "{{ site.theme }}";
|
||||
|
||||
div.shell {
|
||||
width: 80%;
|
||||
max-width: 1300px;
|
||||
min-width: 300px;
|
||||
}
|
||||
|
||||
span.banner-fix {
|
||||
width: 80%;
|
||||
max-width: 1300px;
|
||||
min-width: 300px;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
background-color: #aa1f55;
|
||||
padding-bottom: 15px;
|
||||
font-weight: 200px;
|
||||
}
|
||||
header h2 {
|
||||
background-color: #aa1f55;
|
||||
font-family: 'Open Sans';
|
||||
}
|
||||
|
||||
#main_content div[align=center] h1 {
|
||||
display: none;
|
||||
}
|
||||
#main_content img {
|
||||
box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
|
||||
border-radius: 8px;
|
||||
border: 0px;
|
||||
vertical-align: top;
|
||||
}
|
||||
#main_content em img {
|
||||
display: block;
|
||||
margin-top: -83px;
|
||||
padding: 0px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#main_content img[alt=comparison] {
|
||||
margin: 25px;
|
||||
}
|
||||
|
||||
#forkme_banner {
|
||||
opacity: 0.1;
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
Subproject commit a4314719746de549f359c2fa975762fc73b62f94
|
1
deb_dist
1
deb_dist
|
@ -1 +0,0 @@
|
|||
Subproject commit f8e3a0247c09a2f9aaea2848ee7da9c486e14669
|
1
docs
1
docs
|
@ -1 +0,0 @@
|
|||
Subproject commit bfc5f76a61faee5c0c04bae03fe2b88cff1c39c5
|
1
pip_dist
1
pip_dist
|
@ -1 +0,0 @@
|
|||
Subproject commit 534998571c9a2ddff462a9c8f3ed5ea825f91958
|
Loading…
Reference in a new issue