diff options
-rwxr-xr-x | bin/auto-changelog | 8 | ||||
-rw-r--r-- | src/about.md (renamed from src/Andrew.md) | 0 | ||||
-rw-r--r-- | src/changelog.md (renamed from src/ChangeLog.md) | 0 | ||||
l--------- | src/dnd/Background.png | 1 | ||||
l--------- | src/dnd/background.png | 1 | ||||
-rw-r--r-- | src/dnd/background1.png (renamed from src/dnd/Background1.png) | bin | 4791704 -> 4791704 bytes | |||
-rw-r--r-- | src/dnd/background2.png (renamed from src/dnd/Background2.png) | bin | 1302911 -> 1302911 bytes | |||
-rw-r--r-- | src/dnd/background3.png (renamed from src/dnd/Background3.png) | bin | 2403525 -> 2403525 bytes | |||
-rw-r--r-- | src/dnd/psionic-schools.org (renamed from src/dnd/PsionicSchools.org) | 0 | ||||
-rw-r--r-- | src/dnd/psionist-class.md (renamed from src/dnd/Psionist.md) | 0 | ||||
-rw-r--r-- | src/dnd/spell-gauntlet.org (renamed from src/dnd/SpellGauntlet.org) | 0 | ||||
-rw-r--r-- | src/dnd/tastavi.md (renamed from src/dnd/Tastavi.md) | 0 | ||||
-rw-r--r-- | src/external.svg (renamed from src/External.svg) | 0 | ||||
-rw-r--r-- | src/main.scss | 4 | ||||
-rw-r--r-- | tmpl/page.html.erb | 4 |
15 files changed, 9 insertions, 9 deletions
diff --git a/bin/auto-changelog b/bin/auto-changelog index dcf33a2..2b8187f 100755 --- a/bin/auto-changelog +++ b/bin/auto-changelog @@ -6,7 +6,7 @@ list-files() { } list-articles() { - list-files | grep -E '^src/.*[.](md|org)$' | grep -v -e '/index[.]md$' -e '/ChangeLog[.]md$' + list-files | grep -E '^src/.*[.](md|org)$' | grep -v -e '/index[.]md$' -e '/changelog[.]md$' } should-insert() { @@ -30,15 +30,15 @@ insert() { generate-entry | html_escape echo - cat src/ChangeLog.md | sed '1,3d' - } | bin/write-atomic src/ChangeLog.md + cat src/changelog.md | sed '1,3d' + } | bin/write-atomic src/changelog.md } main() { cd "$(dirname -- "$0")/.." if should-insert; then insert - git add src/ChangeLog.md + git add src/changelog.md git commit -m 'Auto-insert entry to ChangeLog' fi } diff --git a/src/Andrew.md b/src/about.md index ddca263..ddca263 100644 --- a/src/Andrew.md +++ b/src/about.md diff --git a/src/ChangeLog.md b/src/changelog.md index 1fb497d..1fb497d 100644 --- a/src/ChangeLog.md +++ b/src/changelog.md diff --git a/src/dnd/Background.png b/src/dnd/Background.png deleted file mode 120000 index 4387255..0000000 --- a/src/dnd/Background.png +++ /dev/null @@ -1 +0,0 @@ -Background3.png
\ No newline at end of file diff --git a/src/dnd/background.png b/src/dnd/background.png new file mode 120000 index 0000000..ca3fb05 --- /dev/null +++ b/src/dnd/background.png @@ -0,0 +1 @@ +background3.png
\ No newline at end of file diff --git a/src/dnd/Background1.png b/src/dnd/background1.png Binary files differindex 837ce8c..837ce8c 100644 --- a/src/dnd/Background1.png +++ b/src/dnd/background1.png diff --git a/src/dnd/Background2.png b/src/dnd/background2.png Binary files differindex becc4c1..becc4c1 100644 --- a/src/dnd/Background2.png +++ b/src/dnd/background2.png diff --git a/src/dnd/Background3.png b/src/dnd/background3.png Binary files differindex c932f67..c932f67 100644 --- a/src/dnd/Background3.png +++ b/src/dnd/background3.png diff --git a/src/dnd/PsionicSchools.org b/src/dnd/psionic-schools.org index 9f71b15..9f71b15 100644 --- a/src/dnd/PsionicSchools.org +++ b/src/dnd/psionic-schools.org diff --git a/src/dnd/Psionist.md b/src/dnd/psionist-class.md index 66869db..66869db 100644 --- a/src/dnd/Psionist.md +++ b/src/dnd/psionist-class.md diff --git a/src/dnd/SpellGauntlet.org b/src/dnd/spell-gauntlet.org index 9eb030d..9eb030d 100644 --- a/src/dnd/SpellGauntlet.org +++ b/src/dnd/spell-gauntlet.org diff --git a/src/dnd/Tastavi.md b/src/dnd/tastavi.md index 77efda6..77efda6 100644 --- a/src/dnd/Tastavi.md +++ b/src/dnd/tastavi.md diff --git a/src/External.svg b/src/external.svg index 49076d4..49076d4 100644 --- a/src/External.svg +++ b/src/external.svg diff --git a/src/main.scss b/src/main.scss index 9a75c62..7f43a61 100644 --- a/src/main.scss +++ b/src/main.scss @@ -146,7 +146,7 @@ body.index { a.external { background-position: center right; background-repeat: no-repeat; - background-image: url(External.svg); + background-image: url(external.svg); background-size: 12px 12px; padding-right: 13px; } @@ -154,7 +154,7 @@ body.index { } body.dnd { - background: url(dnd/Background.png) repeat-y; + background: url(dnd/background.png) repeat-y; background-size: 100%; /* This bit mostly taken from the defaults of org-mode export */ diff --git a/tmpl/page.html.erb b/tmpl/page.html.erb index 5dc95ea..883ce9e 100644 --- a/tmpl/page.html.erb +++ b/tmpl/page.html.erb @@ -13,8 +13,8 @@ <nav> <ul> <li><a href="/">Projects</a> - <li><a href="/ChangeLog.html"><abbr title="Blog">Blahg</abbr></a> - <li><a href="/Andrew.html">Andrew</a> + <li><a href="/changelog.html"><abbr title="Blog">Blahg</abbr></a> + <li><a href="/about.html">Andrew</a> <li> <form method="GET" action="/search.html"> <input type=search name="s" placeholder="Search" /><input type=submit value="🔍" /> |