Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
www.hackthewater.co.za
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hackthewater
www.hackthewater.co.za
Commits
f79ea0bc
Commit
f79ea0bc
authored
7 years ago
by
Franco (nextime) Lanza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Start adding new logo
parent
5ae42ec7
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
2 deletions
+28
-2
config.toml
config.toml
+1
-1
index.html
layouts/index.html
+26
-0
logo.png
static/img/logo.png
+0
-0
screen.css
themes/casper-two/static/built/screen.css
+1
-1
No files found.
config.toml
View file @
f79ea0bc
...
...
@@ -22,7 +22,7 @@ canonifyurls = true
fbName
=
"fakeghost"
githubName
=
"eueung"
logo
=
"
hugo-
logo.png"
logo
=
"
img/
logo.png"
orgName
=
"EM"
orgWebsite
=
"https://www.telematika.org"
orgDescription
=
"Here is a description placeholder for your org"
...
...
This diff is collapsed.
Click to expand it.
layouts/index.html
0 → 100644
View file @
f79ea0bc
{{ partial "head" . }}
<body
class=
"home-template"
><div
class=
"site-wrapper"
>
{{ partial "header" . }}
<main
id=
"site-main"
class=
"site-main outer"
role=
"main"
>
<div
class=
"inner"
>
<div
class=
"post-feed"
>
{{ partial "post-list" . }}
</div>
<nav
class=
"pagination"
role=
"navigation"
>
{{if .Paginator.HasPrev}}
<a
class=
"newer-posts"
href=
"{{ .Paginator.Prev.URL }}"
>
←
<span
class=
"hide"
>
Next Posts
</span></a>
{{end}}
<span
class=
"page-number"
><span
class=
"hide"
>
Page {{ .Paginator.PageNumber }} of {{.Paginator.TotalPages}}
</span>
</span>
{{if .Paginator.HasNext}}
<a
class=
"older-posts"
href=
"{{ .Paginator.Next.URL }}"
><span
class=
"hide"
>
Previous Posts
</span>
→
</a>
{{end}}
</nav>
</div>
</main>
{{ partial "footer" . }}
</div>
{{ partial "js" . }}
</body></html>
This diff is collapsed.
Click to expand it.
static/img/logo.png
View replaced file @
5ae42ec7
View file @
f79ea0bc
121 KB
|
W:
0px
|
H:
0px
206 KB
|
W:
0px
|
H:
0px
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
themes/casper-two/static/built/screen.css
View file @
f79ea0bc
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment