Make theme compatible with hugoBasicExamples
Signed-off-by: hossainemruz <emruz@appscode.com>
This commit is contained in:
parent
e7b2fba1b0
commit
dbd270eaee
60 changed files with 150 additions and 394 deletions
|
@ -1,20 +1,20 @@
|
|||
<div class="container-fluid home" id="home">
|
||||
<div
|
||||
class="background container-fluid"
|
||||
style="background-image: url('{{ .Site.Data.home.background }}');"
|
||||
style="background-image: url('{{ .Site.Data.site.background }}');"
|
||||
></div>
|
||||
<div class="container content text-center">
|
||||
<img
|
||||
src="{{ .Site.Data.home.author.image }}"
|
||||
src="{{ .Site.Data.site.author.image }}"
|
||||
class="rounded-circle mx-auto d-block img-fluid"
|
||||
/>
|
||||
<h1 class="greeting">Hi, I am {{ .Site.Data.home.author.name -}}</h1>
|
||||
<h1 class="greeting">Hi, I am {{ .Site.Data.site.author.name -}}</h1>
|
||||
<div class="typing-carousel">
|
||||
<span id="ityped" class="ityped"></span>
|
||||
<span class="ityped-cursor"></span>
|
||||
</div>
|
||||
<ul id="typing-carousel-data">
|
||||
{{ range .Site.Data.home.author.summary }}
|
||||
{{ range .Site.Data.site.author.summary }}
|
||||
<li>{{ . }}</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue