mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-29 14:05:21 -04:00
move gh pages content to subdirectory
This commit is contained in:
parent
716f68c34a
commit
823138887c
6 changed files with 1 additions and 0 deletions
1
website/CNAME
Normal file
1
website/CNAME
Normal file
|
@ -0,0 +1 @@
|
|||
archivebox.io
|
1
website/README.md
Symbolic link
1
website/README.md
Symbolic link
|
@ -0,0 +1 @@
|
|||
../README.md
|
3
website/_config.yml
Normal file
3
website/_config.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
production_url: https://archivebox.io
|
||||
theme: jekyll-theme-merlot
|
||||
# Github Pages static site settings for https://archivebox.io
|
5
website/assets/README.md
Normal file
5
website/assets/README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# 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.
|
50
website/assets/css/style.scss
Normal file
50
website/assets/css/style.scss
Normal file
|
@ -0,0 +1,50 @@
|
|||
---
|
||||
---
|
||||
|
||||
@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;
|
||||
}
|
BIN
website/icon.png
Normal file
BIN
website/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Loading…
Add table
Add a link
Reference in a new issue