Skip to content

Commit 2b48a99

Browse files
committed
Adaugare logo.
1 parent 8634cf9 commit 2b48a99

9 files changed

+13
-2
lines changed

devsettings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
CACHE_CONTENT = False
88
RELATIVE_URLS = True
99
REAL_SITEURL = SITEURL = 'http://localhost'
10-
ASSET_DEBUG = True # doesn't properly relocate fonts, damnit!
10+
# ASSET_DEBUG = True # doesn't properly relocate fonts, damnit!
1111
GOOGLE_ANALYTICS_ACCOUNT = 'UA-822534-16'
1212
#####################

theme/static/layout.css

+3
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,7 @@ body > .container {
5757
font-style: italic;
5858
font-size: 80%;
5959
margin: 0;
60+
}
61+
.sitename {
62+
margin: 15px;
6063
}

theme/static/ropython-logo-full.png

83.6 KB
Loading

theme/static/ropython-logo.png

4.82 KB
Loading

theme/static/ropython-logo2.png

8.19 KB
Loading

theme/static/ropython-logo3.png

5.18 KB
Loading

theme/static/ropython-logo4.png

7.38 KB
Loading

theme/static/style.css

+8
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ h1 + p.date {
4242
font-style: italic;
4343
}
4444

45+
.sitename {
46+
text-indent: -100em;
47+
background: url(ropython-logo2.png);
48+
width: 170px;
49+
height: 66px;
50+
display: inline-block;
51+
}
52+
4553

4654
/* margins and stuff */
4755
p, div.line-block, ul, ol, pre, table {

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ whitelist_externals =
1616
#
1717
commands =
1818
run: []
19-
clean: cmd /c "rmdir /S /Q cache"
19+
clean: cmd /c "rmdir /S /Q .cache .web_cache"
2020
build: pelican --output output --settings {posargs:}settings.py --delete-output-directory
2121
watch: pelican --output output --settings devsettings.py --delete-output-directory --autoreload []
2222
web: twistd -n web --path=output --port=80

0 commit comments

Comments
 (0)