diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..adc3ddb --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +shell.nix +dist/ +_site/ +_cache/ diff --git a/css/default.css b/css/default.css index 30185a7..371271e 100644 --- a/css/default.css +++ b/css/default.css @@ -21,11 +21,13 @@ html,body,p,div,h1,h2,h3,h4,h5,h6,img,article,section { src: url('/fonts/oxygen.otf'); }*/ + /* GENERAL */ html { - font-family: 'Oxygen', sans-serif; - + /*font-family: 'Oxygen', sans-serif;*/ + font-family: 'Lora', sans-serif; + font-size: 13pt; } body { @@ -96,6 +98,7 @@ header { height: 60px; background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.7)); border-bottom: 3px solid black; + font-size: 11pt; } header > a { @@ -310,4 +313,4 @@ figcaption { font-weight: bold; font-size: 0.8em; color: gray; -} \ No newline at end of file +} diff --git a/javascript/scroll.js b/javascript/scroll.js index 6deba3e..02dc31b 100644 --- a/javascript/scroll.js +++ b/javascript/scroll.js @@ -44,7 +44,7 @@ function computeScroll () { } function animateScroll (timestamp) { - if (timestamp - scrollTS >= 500) { + if (timestamp - scrollTS >= 100) { scrollTS = timestamp; var newScroll = computeScroll(); @@ -70,4 +70,4 @@ function makeTOCTransparent (evt) { function makeTOCOpaque (evt) { // document.getElementById("toc").getElementsByTagName("ul")[0].style.color = "rgba(255,255,255,1.0)"; document.getElementById("toc").getElementsByTagName("ul")[0].className = ""; -} \ No newline at end of file +} diff --git a/site.hs b/site.hs index 2a74bd2..1930e52 100644 --- a/site.hs +++ b/site.hs @@ -115,7 +115,8 @@ nschoeslabsRSSConfig = FeedConfiguration config :: Configuration config = defaultConfiguration { - deployCommand = "rsync -avz -e ssh ./_site/ nschoe@nschoe.com:public_html/" + -- deployCommand = "rsync -avz -e ssh ./_site/ nschoe@nschoe.com:public_html/" + deployCommand = "rsync -avz -e ssh ./_site/ nschoe@178.32.220.77:/www/" } -------------------------------------------------------------------------------- @@ -148,4 +149,4 @@ myPandocCompiler' withToc = pandocCompilerWith defaultHakyllReaderOptions $ { writerTableOfContents = True , writerTemplate = "$if(toc)$