Kaynağa Gözat

config changes (enable projects, bla bla)

master
wacked 4 yıl önce
işleme
2833448fd9
2 değiştirilmiş dosya ile 57 ekleme ve 0 silme
  1. +4
    -0
      .gitmodules
  2. +53
    -0
      config.toml

+ 4
- 0
.gitmodules Dosyayı Görüntüle

@@ -0,0 +1,4 @@
[submodule "themes/minimal-no-third-party"]
path = themes/minimal-no-third-party
#url = https://github.com/calintat/minimal.git


+ 53
- 0
config.toml Dosyayı Görüntüle

@@ -0,0 +1,53 @@
baseURL = "http://wacked.codes/"
languageCode = "en-us"
title = "wacked's useless page"
theme = "minimal-no-third-party"

[params]
author = "Calin Tataru"
description = "Personal blog theme powered by Hugo"
githubUsername = "#"
accent = "red"
showBorder = true
backgroundColor = "white"
highlight = true
highlightStyle = "default"
highlightLanguages = []

[[menu.main]]
url = "/"
name = "Home"
weight = 1

[[menu.main]]
url = "/about/"
name = "About"
weight = 2

[[menu.main]]
url = "/posts/"
name = "Posts"
weight = 3

[[menu.main]]
url = "/projects/"
name = "Projects"
weight = 4

# Social icons to be shown on the right-hand side of the navigation bar.
# The "name" field should match the name of the icon in my theme

[[menu.icon]]
url = "mailto:me@example.com"
name = "email"
weight = 1

[[menu.icon]]
url = "http://vcs.wacked.codes/"
name = "git"
weight = 2

[[menu.icon]]
url = "https://twitter.com/username/"
name = "twitter"
weight = 3

Yükleniyor…
İptal
Kaydet