Added theme
This commit is contained in:
parent
5cbee19b9b
commit
4c08e92234
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "themes/minimal"]
|
||||
path = themes/minimal
|
||||
url = https://github.com/calintat/minimal.git
|
||||
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
||||
63
config.toml
Normal file
63
config.toml
Normal file
@ -0,0 +1,63 @@
|
||||
# Site settings
|
||||
baseURL = "https://haasp.net/"
|
||||
languageCode = "en-us"
|
||||
title = "Minimal"
|
||||
theme = "minimal"
|
||||
disqusShortname = "" # delete this to disable disqus comments
|
||||
googleAnalytics = ""
|
||||
|
||||
[params]
|
||||
author = "Calin Tataru"
|
||||
description = "Personal blog theme powered by Hugo"
|
||||
githubUsername = "#"
|
||||
accent = "red"
|
||||
showBorder = true
|
||||
backgroundColor = "white"
|
||||
font = "Raleway" # should match the name on Google Fonts!
|
||||
highlight = true
|
||||
highlightStyle = "solarized-dark"
|
||||
highlightLanguages = ["go", "haskell", "kotlin", "scala", "swift"]
|
||||
|
||||
[[menu.main]]
|
||||
url = "/"
|
||||
name = "Home"
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
url = "/post/"
|
||||
name = "Posts"
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
url = "/project/"
|
||||
name = "Projects"
|
||||
weight = 3
|
||||
|
||||
# Social icons to be shown on the right-hand side of the navigation bar
|
||||
# The "name" field should match the name of the icon to be used
|
||||
# The list of available icons can be found at http://fontawesome.io/icons/
|
||||
|
||||
[[menu.icon]]
|
||||
url = "mailto:me@example.com"
|
||||
name = "envelope-o"
|
||||
weight = 1
|
||||
|
||||
[[menu.icon]]
|
||||
url = "https://github.com/username/"
|
||||
name = "github"
|
||||
weight = 2
|
||||
|
||||
[[menu.icon]]
|
||||
url = "https://twitter.com/username/"
|
||||
name = "twitter"
|
||||
weight = 3
|
||||
|
||||
[[menu.icon]]
|
||||
url = "https://www.linkedin.com/in/username/"
|
||||
name = "linkedin"
|
||||
weight = 4
|
||||
|
||||
[[menu.icon]]
|
||||
url = "https://www.stackoverflow.com/username/"
|
||||
name = "stack-overflow"
|
||||
weight = 5
|
||||
0
content/.gitkeep
Normal file
0
content/.gitkeep
Normal file
0
static/images/.gitkeep
Normal file
0
static/images/.gitkeep
Normal file
4
static/js/jquery-2.x.min.js
vendored
Normal file
4
static/js/jquery-2.x.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
themes/minimal
Submodule
1
themes/minimal
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 488ca073fffae3f487ab2c46dd73c84e03dd7f45
|
||||
Loading…
x
Reference in New Issue
Block a user