diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 112a70c..17196af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ validity-check: deploy: stage: deploy script: - - hugo + - hugo -b "http://joinpeertube.org" - mkdir "${HOME}/.ssh" - chmod 700 "${HOME}/.ssh" - echo -e "${DEPLOYEMENT_KNOWN_HOSTS}" > ${HOME}/.ssh/known_hosts @@ -23,7 +23,7 @@ deploy: pages: stage: deploy script: - - hugo + - hugo -b "https://joinpeertube.framalab.org/" artifacts: paths: - public diff --git a/config.toml b/config.toml index e1b641d..98d9331 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # hostname (and path) to the root eg. https://appernetic.github.io/ -baseurl = "https://framasoft.frama.io/joinpeertube/" +baseurl = "https://joinpeertube.framalab.org/" # Remark if you want to disable multilingual support. DefaultContentLanguage = "fr" diff --git a/themes/hugo-bootstrap-premium/static/css/style.css b/themes/hugo-bootstrap-premium/static/css/style.css index 3208ded..62aba89 100644 --- a/themes/hugo-bootstrap-premium/static/css/style.css +++ b/themes/hugo-bootstrap-premium/static/css/style.css @@ -196,108 +196,3 @@ body .medias .container { .getting-started h2 { color: #F1680D; } - -/* - - -#-home > .container { margin-bottom: 80px;} - - - -#-home .content > p:nth-child(5) a:last-child, -#-home .content .col-sm-8 p:last-child a:last-child { - display: inline-block; - margin-bottom: 0; - text-decoration:none; - text-align: center; - vertical-align: middle; - color: #333; - text-transform:uppercase; - background-color: #fff; - border-color: #bdbdbd; - box-shadow: 1px 1px 4px rgba(0,0,0,0.4); - padding: 6px 16px; - font-size: 13px; - line-height: 1.846; - border-radius: 3px; - touch-action: manipulation; -} -#-home .content > p a:last-child:hover, -#-home .content > p a:last-child:focus, -#-home .content .col-sm-8 a:last-child:hover, -#-home .content .col-sm-8 a:last-child:focus { - background-color: #e0e0e0; - border-color: #949494; -} - -.content { - font-size: 16px; - line-height: 25px; -} - -h1,h2,h3 { - color:#333 !important; -} - -section { - background-size: cover; - background-position: center center; -} - -.container.ombre { - margin-top:30px !important; -} - -.small { - font-size:14px; -} - -#youtube, #peertube, #infos { - background-image:url('img/network.png'); -} -#youtube .jumbotron { - background:#fff; -} - -#youtube img { - margin-bottom:30px; -} - -#enjeux, #solutions,#soutenir { - background-image:url('img/network-o.png'); -} - -#changeons { - background-image:url('img/player-peertube-flou.jpg'); - padding-top:100px; - padding-bottom:150px; - text-shadow:0 0 5px rgba(0, 0, 0, 0.5); -} -#soutenir { - background-color:#C48A1B; -} -#infos { - background-color:#6A5687; - display:none; -} -#enjeux .col-md-5 i { - color:#CC2D18; -} -#solutions .col-md-5 i { - color:#52632A; -} - -#enjeux .well, -#solutions .well { - margin:30px; -} - -#enjeux img, -#solutions img { - max-width:100%; -} - -#ready .bg-warning { - border: 1px solid #FFCF4F; - border-radius: 4px; -}*/