Start a new journey for Hugo theme.
This commit is contained in:
0
layouts/404.html
Normal file
0
layouts/404.html
Normal file
11
layouts/_default/baseof.html
Normal file
11
layouts/_default/baseof.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{- partial "head.html" . -}}
|
||||
<body>
|
||||
{{- partial "header.html" . -}}
|
||||
<div id="content">
|
||||
{{- block "main" . }}{{- end }}
|
||||
</div>
|
||||
{{- partial "footer.html" . -}}
|
||||
</body>
|
||||
</html>
|
||||
0
layouts/_default/list.html
Normal file
0
layouts/_default/list.html
Normal file
0
layouts/_default/single.html
Normal file
0
layouts/_default/single.html
Normal file
10
layouts/index.html
Normal file
10
layouts/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<header>
|
||||
<title>Hugo theme of NexT</title>
|
||||
</header>
|
||||
<body style="text-align: center;">
|
||||
<h1>Start a new journey for Hugo's theme of NexT.<h1>
|
||||
<h1>Easily & powerful theme for Hugo engine.<h1>
|
||||
</body>
|
||||
</html>
|
||||
0
layouts/partials/footer.html
Normal file
0
layouts/partials/footer.html
Normal file
0
layouts/partials/head.html
Normal file
0
layouts/partials/head.html
Normal file
0
layouts/partials/header.html
Normal file
0
layouts/partials/header.html
Normal file
Reference in New Issue
Block a user