Pawlik преди 5 години
родител
ревизия
52a0e6c668
променени са 5 файла, в които са добавени 75 реда и са изтрити 0 реда
  1. 1
    0
      .gitignore
  2. 3
    0
      .gitmodules
  3. 6
    0
      archetypes/default.md
  4. 64
    0
      config.toml
  5. 1
    0
      themes/minimal

+ 1
- 0
.gitignore Целия файл

@@ -0,0 +1 @@
public/

+ 3
- 0
.gitmodules Целия файл

@@ -0,0 +1,3 @@
[submodule "themes/minimal"]
path = themes/minimal
url = https://github.com/calintat/minimal.git

+ 6
- 0
archetypes/default.md Целия файл

@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---


+ 64
- 0
config.toml Целия файл

@@ -0,0 +1,64 @@
baseURL = "https://linuxmintpl.github.io/blog/"
languageCode = "en-us"
title = "Blog LinuxMint.pl"
theme = "minimal"
disqusShortname = "username" # 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
1,1 Top


+ 1
- 0
themes/minimal

@@ -0,0 +1 @@
Subproject commit 6bc3f62cb1314511f272b2e6871a8afde4cab201

Loading…
Отказ
Запис