diff options
author | Olivier Roques <oroques@fastmail.com> | 2020-08-08 11:53:57 +0200 |
---|---|---|
committer | Olivier Roques <oroques@fastmail.com> | 2020-08-08 11:53:57 +0200 |
commit | 2bf20987451afc5cb02faa1a5ade503dd708ba3d (patch) | |
tree | 557448ee36ece3566841d30f7b8fd0c26ccf626f | |
parent | c8850f73d569319a913e25c9d0279a8f3331f01d (diff) |
Add resources folder
-rw-r--r-- | exampleSite/resources/_gen/assets/scss/sass/researcher.scss_b95b077eb505d5c0aff8055eaced30ad.content | 1 | ||||
-rw-r--r-- | exampleSite/resources/_gen/assets/scss/sass/researcher.scss_b95b077eb505d5c0aff8055eaced30ad.json | 1 | ||||
-rwxr-xr-x | exampleSite/static/resume.pdf | bin | 97344 -> 96781 bytes | |||
-rw-r--r-- | layouts/partials/footer.html | 2 | ||||
-rw-r--r-- | layouts/partials/head.html | 2 | ||||
-rw-r--r-- | layouts/partials/header.html | 2 |
6 files changed, 5 insertions, 3 deletions
diff --git a/exampleSite/resources/_gen/assets/scss/sass/researcher.scss_b95b077eb505d5c0aff8055eaced30ad.content b/exampleSite/resources/_gen/assets/scss/sass/researcher.scss_b95b077eb505d5c0aff8055eaced30ad.content new file mode 100644 index 0000000..442f15a --- /dev/null +++ b/exampleSite/resources/_gen/assets/scss/sass/researcher.scss_b95b077eb505d5c0aff8055eaced30ad.content @@ -0,0 +1 @@ +.nav-link,#content a{color:#dc3545;text-decoration:none}.nav-link:hover,#content a:hover{color:#dc3545;text-decoration:underline}footer a,.navbar-brand{color:#000;text-decoration:none}footer a:hover,.navbar-brand:hover{color:#000;text-decoration:underline}#content table tr th,#content table tr td{border:1px solid #ccc;padding:6px 12px;text-align:left}.nav-link,#content a{color:#dc3545;text-decoration:none}.nav-link:hover,#content a:hover{color:#dc3545;text-decoration:underline}footer a,.navbar-brand{color:#000;text-decoration:none}footer a:hover,.navbar-brand:hover{color:#000;text-decoration:underline}#content table tr th,#content table tr td{border:1px solid #ccc;padding:6px 12px;text-align:left}#content blockquote{border-left:4px solid;font-style:italic;margin:16px 0;padding:8px}#content blockquote p{margin:0}#content code{color:#28a745}#content h1,#content h2,#content h3,#content h4,#content h5,#content h6{font-size:medium;font-weight:700;line-height:normal;margin:1.2rem 0 .8rem}#content h1{font-size:1.8rem}#content h2{font-size:1.6rem}#content h3{font-size:1.4rem}#content h4{font-size:1.2rem}#content img{display:block;margin:16px auto}#content ol{counter-reset:list;list-style:none;padding-left:0}#content ol>li{padding-left:4ch;text-indent:-4ch;margin:4px 0}#content ol>li:before{content:"[" counter(list,decimal)"] ";counter-increment:list}#content pre code{color:inherit}#content ul{list-style:inside;padding-left:0}#content ul>li{margin:4px 0}#content table{margin:16px auto;width:100%}#content table tr{background-color:#fff;border:1px solid #ccc}#content table tr th{font-weight:700}#content table tr:nth-child(2n){background-color:#f8f8f8}#content .avatar>img{border-radius:50%;float:right;margin:-8px 0 0 16px;height:90px;width:90px}#content .highlight{margin:16px auto}#content .highlight>pre{padding:8px}*{color:#000;font-family:inconsolata;line-height:normal}.container{max-width:750px}.navbar-brand{font-size:2rem}
\ No newline at end of file diff --git a/exampleSite/resources/_gen/assets/scss/sass/researcher.scss_b95b077eb505d5c0aff8055eaced30ad.json b/exampleSite/resources/_gen/assets/scss/sass/researcher.scss_b95b077eb505d5c0aff8055eaced30ad.json new file mode 100644 index 0000000..30a9eb6 --- /dev/null +++ b/exampleSite/resources/_gen/assets/scss/sass/researcher.scss_b95b077eb505d5c0aff8055eaced30ad.json @@ -0,0 +1 @@ +{"Target":"sass/researcher.min.css","MediaType":"text/css","Data":{}}
\ No newline at end of file diff --git a/exampleSite/static/resume.pdf b/exampleSite/static/resume.pdf Binary files differindex d71bd6e..f720ae6 100755 --- a/exampleSite/static/resume.pdf +++ b/exampleSite/static/resume.pdf diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 44bb678..354ef99 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,6 +1,6 @@ {{ with .Site.Params.footer }} <hr> <div class="container text-center mb-2"> - <a href="{{ .url | relURL }}"><small>{{ .text }}</small></a> + <a href="{{ .url | absURL }}"><small>{{ .text }}</small></a> </div> {{ end }} diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 2b5566e..cfeff03 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -13,6 +13,6 @@ <link rel="stylesheet" href="{{ $style.RelPermalink }}"> {{ with .Site.Params.favicon }} - <link rel="icon" type="image/ico" href="{{ . | relURL }}"> + <link rel="icon" type="image/ico" href="{{ . | absURL }}"> {{ end }} </head> diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 61fe360..6eed1d6 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -5,7 +5,7 @@ {{ with .Site.Menus.main }} {{ $navbar_len := len . }} {{ range $i, $nav_item := . }} - <a class="nav-item nav-link" href="{{ $nav_item.URL | relURL }}">{{ $nav_item.Name }}</a> + <a class="nav-item nav-link" href="{{ $nav_item.URL | absURL }}">{{ $nav_item.Name }}</a> {{ if ne (add $i 1) $navbar_len }} <span class="nav-item navbar-text mx-1">/</span> {{ end }} |