@@ -0,0 +1,4 @@
|
||||
<!-- <h5>About This Site</h5>
|
||||
This blog was created using the <a href="https://gohugo.io/">Hugo</a> static site generator, using
|
||||
<a href="https://getbootstrap.com/">Bootstrap</a>, using the Silhouette Hugo theme, created by
|
||||
<a href='https://www.mattbutton.com'>Matt Button</a> -->
|
||||
@@ -0,0 +1,2 @@
|
||||
<h5>{{ .Site.Copyright }}</h5>
|
||||
{{ .Site.Params.ContentSharing }}
|
||||
@@ -0,0 +1,2 @@
|
||||
<!-- <h5>Disclaimer</h5>
|
||||
Opinions expressed here are my own and may not reflect those of the company I work for, or the people I work with. -->
|
||||
@@ -0,0 +1,26 @@
|
||||
{{ with .Site.Social.gitlab -}}
|
||||
<link rel="me" type="text/html" href="https://gitlab.com/{{ . }}/" />
|
||||
{{ end -}}
|
||||
{{ with .Site.Social.github -}}
|
||||
<link rel="me" type="text/html" href="https://github.com/{{ . }}"/>
|
||||
{{ end -}}
|
||||
{{ with .Site.Social.linkedin -}}
|
||||
<link rel="me" type="text/html" href="https://www.linkedin.com/in/{{ . }}/"/>
|
||||
{{ end -}}
|
||||
|
||||
<link rel="icon" type="image/ico" href="../images/favicon.ico" sizes="16x16">
|
||||
<link rel="icon" type="image/ico" href="../images/favicon.ico" sizes="32x32">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href='{{ "index.xml" | absURL }}' />
|
||||
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||||
<meta name="author" content="{{.Site.Params.Author}}" />
|
||||
<meta name="copyright" content="{{.Site.Copyright}}" />
|
||||
|
||||
{{ if .Description }}
|
||||
<meta name="description" content="{{ .Description }}">
|
||||
{{ else if .IsPage }}
|
||||
<meta name="description" content="{{ .Summary | plainify }}">
|
||||
{{ else }}
|
||||
<meta name="description" content="{{ .Site.Params.Description }}">
|
||||
{{ end }}
|
||||
@@ -0,0 +1,2 @@
|
||||
<h1>{{ .Site.Params.Author }}</h1>
|
||||
<div class="intro-description d-none d-md-block">{{ .Site.Params.IntroDescription }}</div>
|
||||
@@ -0,0 +1 @@
|
||||
<a class="navbar-brand pr-2" href="{{ .Site.BaseURL }}">{{ .Site.Title | upper }}</a>
|
||||
@@ -0,0 +1,39 @@
|
||||
<a href="https://twitter.com/intent/tweet?url={{ .Permalink }}&text={{ .Title }}&tw_p=tweetbutton" class="p-2" title="Share on Twitter" target="_blank" rel="nofollow">
|
||||
<div>
|
||||
<span class="fa-stack">
|
||||
<i class="fas fa-circle fa-stack-2x"></i>
|
||||
<i class="fab fa-twitter fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</div>
|
||||
<div class="fa-inverse text-center"><small>Tweet</small></div>
|
||||
</a>
|
||||
|
||||
<a href="https://www.facebook.com/sharer.php?u={{ .Permalink }}&t={{ .Title }}" class="p-2" title="Share on Facebook" target="_blank" rel="nofollow">
|
||||
<div>
|
||||
<span class="fa-stack">
|
||||
<i class="fas fa-circle fa-stack-2x"></i>
|
||||
<i class="fab fa-facebook fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</div>
|
||||
<div class="fa-inverse text-center"><small>Share</small></div>
|
||||
</a>
|
||||
|
||||
<a href="https://www.linkedin.com/shareArticle?mini=true&url={{ .Permalink }}&title={{ .Title }}&source=mattbutton.com" class="p-2" title="Share on LinkedIn" target="_blank" rel="nofollow">
|
||||
<div>
|
||||
<span class="fa-stack">
|
||||
<i class="fas fa-circle fa-stack-2x"></i>
|
||||
<i class="fab fa-linkedin fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</div>
|
||||
<div class="fa-inverse text-center"><small>Share</small></div>
|
||||
</a>
|
||||
|
||||
<a href="javascript:window.print()" title="Print this article" class="p-2" target="_blank" rel="nofollow">
|
||||
<div>
|
||||
<span class="fa-stack">
|
||||
<i class="fas fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-print fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</div>
|
||||
<div class="fa-inverse text-center"><small>Print</small></div>
|
||||
</a>
|
||||
@@ -0,0 +1,10 @@
|
||||
{{ with .Site.Social.gitlab -}}
|
||||
<a class="py-2 px-2" href="https://git.gregandev.fr/gregandev"><i class="fab fa-gitlab" style="color: white;"></i></a>
|
||||
{{ end -}}
|
||||
{{ with .Site.Social.github -}}
|
||||
<a class="py-2 px-2" href="https://github.com/{{ . }}"><i class="fab fa-github" style="color: white;"></i></a>
|
||||
{{ end -}}
|
||||
{{ with .Site.Social.linkedin -}}
|
||||
<a class="py-2 px-2" href="https://www.linkedin.com/in/{{ . }}/"><i class="fab fa-linkedin" style="color: white;"></i></a>
|
||||
{{ end -}}
|
||||
<!-- <a class="py-2 px-2" href='{{ "index.xml" | absURL }}'><i class="fas fa-rss"></i></a> -->
|
||||
@@ -0,0 +1,12 @@
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" href="{{ "page/about" | absURL }}">A propos</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" href="{{ "page/garagenum" | absURL }}">Travail</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" href="{{ "page/projets" | absURL }}">Projets</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" href="{{ "page/liens" | absURL }}">Liens</a>
|
||||
</li>
|
||||
Reference in New Issue
Block a user