From c7cae007a694bf41a86ae75665528adf05a114ea Mon Sep 17 00:00:00 2001 From: rdhox <36813150+rdhox@users.noreply.github.com> Date: Thu, 5 Jul 2018 15:06:04 +0200 Subject: [PATCH] Add avatar option and footer text option (#41) * Add avatar option and footer text option * add responsive avatar for narrow screen * improvement of code * conflicts solved --- README.md | 4 ++++ exampleSite/config.toml | 3 +++ layouts/partials/footer.html | 3 +++ layouts/partials/home.html | 3 +++ static/css/style.min.css | 2 +- static/images/avatar.jpg | Bin 0 -> 8346 bytes static/less/style.less | 13 +++++++++++-- 7 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 static/images/avatar.jpg diff --git a/README.md b/README.md index 28fbf25..a4f352c 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,9 @@ disqusShortname = "yourdiscussshortname" # Enable or disable Disqus info = "Full Stack DevOps and Magician" # Author's job title or info. description = "John Doe's personal website" # Site description. keywords = "blog,developer,personal" # Site keywords. + avatarurl = "images/avatar.jpg" # Contain the path of the optionnal avatar in the static folder. + + footercontent = "Enter a text here." # Add footer content # Whether you want to hide copyright and credits in the footer. hideCredits = false @@ -132,6 +135,7 @@ Coder is licensed under the [MIT license](https://github.com/luizdepra/hugo-code - [Vlad Ionescu](https://github.com/Vlaaaaaaad) - [Niels Reijn](https://github.com/reijnn) - [Harry Khanna](https://github.com/hkhanna) +- [rdhox](https://rdhox.io) - [Chip Senkbeil](https://github.com/chipsenkbeil) ## Special Thanks diff --git a/exampleSite/config.toml b/exampleSite/config.toml index d7fda4b..7c244ef 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -19,10 +19,13 @@ disqusShortname = "yourdiscussshortname" description = "John Doe's personal website" keywords = "blog,developer,personal" info = "Full Stack DevOps and Magician" + avatarurl = "images/avatar.jpg" + footercontent = "Enter a text here." hideCredits = false hideCopyright = false + # Custom CSS custom_css = [] diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 6dcae25..f88c0d1 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,5 +1,8 @@ diff --git a/layouts/partials/home.html b/layouts/partials/home.html index e497537..0e5d043 100644 --- a/layouts/partials/home.html +++ b/layouts/partials/home.html @@ -1,5 +1,8 @@
+ {{ with .Site.Params.avatarurl }} +
avatar
+ {{ end }}

{{ .Site.Params.author }}

{{ .Site.Params.info }}

{{ with .Site.Params.social }} diff --git a/static/css/style.min.css b/static/css/style.min.css index 1587d34..d8bc28d 100644 --- a/static/css/style.min.css +++ b/static/css/style.min.css @@ -1 +1 @@ -*,*:after,*:before{box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%}body{display:flex;color:#323232;background-color:#fefefe;font-family:'Fira Mono',monospace;font-size:1.6em;font-weight:400;letter-spacing:.0625em;line-height:1.8em}@media only screen and (min-device-width:320px) and (max-device-width:480px){body{font-size:1.4em;line-height:1.6em}}a{font-weight:700;color:#000;text-decoration:none}a:focus,a:hover{text-decoration:underline}p{margin:1.6rem 0 1.6rem 0}p a{font-weight:400;color:#000;text-decoration:underline;text-underline-position:under}p a:focus,p a:hover{color:#36c}h1,h2,h3,h4,h5,h6{color:#000;text-transform:uppercase;letter-spacing:.0625em;margin:3.2rem 0 1.6rem 0}h1{font-size:3.2rem;line-height:3.2rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){h1{font-size:2.8rem;line-height:2.8rem}}h2{font-size:2.8rem;line-height:2.8rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){h2{font-size:2.4rem;line-height:2.4rem}}h3{font-size:2.4rem;line-height:2.4rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){h3{font-size:2rem;line-height:2rem}}h4{font-size:2.2rem;line-height:2.2rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){h4{font-size:1.8rem;line-height:1.8rem}}h5{font-size:2rem;line-height:2rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){h5{font-size:1.6rem;line-height:1.6rem}}h6{font-size:1.4rem;line-height:1.4rem}pre{margin:1.6rem 0 1rem 0;padding:1.6rem;overflow-x:auto}code{display:inline-block;background-color:#000;color:#fefefe;padding:.4rem .8rem .4rem .8rem}blockquote{border-left:2px solid #dcdcdc;padding-left:1.6rem;font-style:italic}th,td{padding:1.6rem}table{border-collapse:collapse}table td,table th{border:2px solid #000}table tr:first-child th{border-top:0}table tr:last-child td{border-bottom:0}table tr td:first-child,table tr th:first-child{border-left:0}table tr td:last-child,table tr th:last-child{border-right:0}img{max-width:100%}.wrapper{display:flex;flex-direction:column;min-height:100vh;width:100%}.container{margin:0 auto;max-width:120rem;width:100%;padding-left:2rem;padding-right:2rem}.navigation{height:6rem;width:100%}.navigation a{display:inline;font-size:1.6rem;text-transform:uppercase;line-height:6rem;letter-spacing:.1rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){.navigation a{font-size:1.4rem}}.navigation ul{list-style:none;margin-bottom:0;margin-top:0}.navigation ul li{float:left;margin:0;position:relative}.navigation ul li a{margin-left:1rem;margin-right:1rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){a.navigation-title{font-size:0}a.navigation-title::after{content:'~';font-size:2.4rem;text-align:center;margin-left:-1.4rem}}.content{flex:1;margin-top:1.6rem;margin-bottom:3.2rem}.content article header{margin-top:3.2rem;margin-bottom:3.2rem}.content article header h1,.content article header h2{margin:0}.content article header h2{margin-top:1rem;font-size:1.8rem;color:#323232}@media only screen and (min-device-width:320px) and (max-device-width:480px){.content article header h2{font-size:1.6rem}}.list ul{margin:3.2rem 0 3.2rem 0;list-style:none;padding:0}.list ul li{font-size:1.6rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){.list ul li{font-size:1.4rem;margin:1.6rem 0 1.6rem 0}}.list ul li span{display:inline-block;text-align:right;width:20rem;margin-right:3rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){.list ul li span{display:block;text-align:left}}.list ul li a{text-transform:uppercase}.pagination{margin-top:6rem;text-align:center}.pagination li{display:inline;text-align:center}.pagination li span{margin:0;text-align:center;width:3.2rem}.pagination li a span{margin:0;text-align:center;width:3.2rem}.centered{display:flex;height:100%;align-items:center;justify-content:center}.centered .about{text-align:center}.centered .about h1{margin-top:2rem;margin-bottom:.5rem}.centered .about h2{margin-top:1rem;margin-bottom:.5rem;font-size:2.4rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){.centered .about h2{font-size:2rem}}.centered .about ul{list-style:none;margin:3rem 0 1rem 0;padding:0}.centered .about ul li{display:inline-block;position:relative}.centered .about ul li a{text-transform:uppercase;margin-left:1rem;margin-right:1rem;font-size:1.6rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){.centered .about ul li a{font-size:1.4rem}}.centered .error{text-align:center}.centered .error h1{margin-top:2rem;margin-bottom:.5rem;font-size:4.6rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){.centered .error h1{font-size:3.2rem}}.centered .error h2{margin-top:2rem;margin-bottom:3.2rem;font-size:3.2rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){.centered .error h2{font-size:2.8rem}}.footer{height:6rem;width:100%;text-align:center;line-height:6rem}.float-right{float:right}.float-left{float:left} +*,*:after,*:before{box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%}body{display:flex;color:#323232;background-color:#fefefe;font-family:'Fira Mono',monospace;font-size:1.6em;font-weight:400;letter-spacing:.0625em;line-height:1.8em}@media only screen and (min-device-width:320px) and (max-device-width:480px){body{font-size:1.4em;line-height:1.6em}}a{font-weight:700;color:#000;text-decoration:none}a:focus,a:hover{text-decoration:underline}p{margin:1.6rem 0 1.6rem 0}p a{font-weight:400;color:#000;text-decoration:underline;text-underline-position:under}p a:focus,p a:hover{color:#36c}h1,h2,h3,h4,h5,h6{color:#000;text-transform:uppercase;letter-spacing:.0625em;margin:3.2rem 0 1.6rem 0}h1{font-size:3.2rem;line-height:3.2rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){h1{font-size:2.8rem;line-height:2.8rem}}h2{font-size:2.8rem;line-height:2.8rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){h2{font-size:2.4rem;line-height:2.4rem}}h3{font-size:2.4rem;line-height:2.4rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){h3{font-size:2rem;line-height:2rem}}h4{font-size:2.2rem;line-height:2.2rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){h4{font-size:1.8rem;line-height:1.8rem}}h5{font-size:2rem;line-height:2rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){h5{font-size:1.6rem;line-height:1.6rem}}h6{font-size:1.4rem;line-height:1.4rem}pre{margin:1.6rem 0 1rem 0;padding:1.6rem;overflow-x:auto}code{display:inline-block;background-color:#000;color:#fefefe;padding:.4rem .8rem .4rem .8rem}blockquote{border-left:2px solid #dcdcdc;padding-left:1.6rem;font-style:italic}th,td{padding:1.6rem}table{border-collapse:collapse}table td,table th{border:2px solid #000}table tr:first-child th{border-top:0}table tr:last-child td{border-bottom:0}table tr td:first-child,table tr th:first-child{border-left:0}table tr td:last-child,table tr th:last-child{border-right:0}img{max-width:100%}.wrapper{display:flex;flex-direction:column;min-height:100vh;width:100%}.container{margin:0 auto;max-width:120rem;width:100%;padding-left:2rem;padding-right:2rem}.navigation{height:6rem;width:100%}.navigation a{display:inline;font-size:1.6rem;text-transform:uppercase;line-height:6rem;letter-spacing:.1rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){.navigation a{font-size:1.4rem}}.navigation ul{list-style:none;margin-bottom:0;margin-top:0}.navigation ul li{float:left;margin:0;position:relative}.navigation ul li a{margin-left:1rem;margin-right:1rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){a.navigation-title{font-size:0}a.navigation-title::after{content:'~';font-size:2.4rem;text-align:center;margin-left:-1.4rem}}.content{flex:1;margin-top:1.6rem;margin-bottom:3.2rem}.content article header{margin-top:3.2rem;margin-bottom:3.2rem}.content article header h1,.content article header h2{margin:0}.content article header h2{margin-top:1rem;font-size:1.8rem;color:#323232}@media only screen and (min-device-width:320px) and (max-device-width:480px){.content article header h2{font-size:1.6rem}}.avatar img{width:20rem;height:auto;border-radius:50%}@media only screen and (max-device-width:768px){.avatar img{width:10rem}}.list ul{margin:3.2rem 0 3.2rem 0;list-style:none;padding:0}.list ul li{font-size:1.6rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){.list ul li{font-size:1.4rem;margin:1.6rem 0 1.6rem 0}}.list ul li span{display:inline-block;text-align:right;width:20rem;margin-right:3rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){.list ul li span{display:block;text-align:left}}.list ul li a{text-transform:uppercase}.pagination{margin-top:6rem;text-align:center}.pagination li{display:inline;text-align:center}.pagination li span{margin:0;text-align:center;width:3.2rem}.pagination li a span{margin:0;text-align:center;width:3.2rem}.centered{display:flex;height:100%;align-items:center;justify-content:center}.centered .about{text-align:center}.centered .about h1{margin-top:2rem;margin-bottom:.5rem}.centered .about h2{margin-top:1rem;margin-bottom:.5rem;font-size:2.4rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){.centered .about h2{font-size:2rem}}.centered .about ul{list-style:none;margin:3rem 0 1rem 0;padding:0}.centered .about ul li{display:inline-block;position:relative}.centered .about ul li a{text-transform:uppercase;margin-left:1rem;margin-right:1rem;font-size:1.6rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){.centered .about ul li a{font-size:1.4rem}}.centered .error{text-align:center}.centered .error h1{margin-top:2rem;margin-bottom:.5rem;font-size:4.6rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){.centered .error h1{font-size:3.2rem}}.centered .error h2{margin-top:2rem;margin-bottom:3.2rem;font-size:3.2rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){.centered .error h2{font-size:2.8rem}}.footer{width:100%;text-align:center;line-height:2rem;margin-bottom:1rem}.float-right{float:right}.float-left{float:left} diff --git a/static/images/avatar.jpg b/static/images/avatar.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0431831feeecbe27de16d5716553ce489b5a1804 GIT binary patch literal 8346 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 literal 0 HcmV?d00001 diff --git a/static/less/style.less b/static/less/style.less index fe9811a..96b3c2d 100644 --- a/static/less/style.less +++ b/static/less/style.less @@ -234,6 +234,15 @@ img { } } +.avatar img{ + width: 20rem; + height: auto; + border-radius: 50%; + @media only screen and (max-device-width : 768px) { + width: 10rem; + } +} + .list { ul { margin: 3.2rem 0 3.2rem 0; @@ -344,10 +353,10 @@ img { } .footer { - height: 6.0rem; width: 100%; text-align: center; - line-height: 6.0rem; + line-height: 2.0rem; + margin-bottom:1.0rem; } .float-right {