Skip to content

Commit 3997fce

Browse files
committed
Updated look
1 parent cbc9232 commit 3997fce

23 files changed

+269
-389
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "themes/hugo-citation"]
55
path = themes/hugo-citation
66
url = https://github.com/Fooftilly/hugo-citation.git
7+
[submodule "themes/hugo-PaperMod"]
8+
path = themes/hugo-PaperMod
9+
url = https://github.com/adityatelange/hugo-PaperMod.git

archetypes/article/bib.json

Whitespace-only changes.

assets/img/icons/tiktok.svg

-1
This file was deleted.

config.toml

-114
This file was deleted.

config.yml

+197
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,197 @@
1+
baseURL: "https://www.peroniko.xyz/"
2+
title: Nikola Perović
3+
paginate: 5
4+
theme:
5+
- hugo-PaperMod
6+
- hugo-cloak-email
7+
- hugo-citation
8+
9+
enableInlineShortcodes: true
10+
enableRobotsTXT: true
11+
buildDrafts: false
12+
buildFuture: false
13+
buildExpired: false
14+
enableEmoji: true
15+
pygmentsUseClasses: true
16+
googleAnalytics: G-7XL7CEV7EW
17+
18+
minify:
19+
disableXML: true
20+
# minifyOutput: true
21+
22+
languages:
23+
en:
24+
languageName: "English"
25+
weight: 1
26+
taxonomies:
27+
category: categories
28+
tag: tags
29+
series: series
30+
menu:
31+
main:
32+
- name: Posts
33+
url: posts
34+
weight: 5
35+
- name: Search
36+
url: search/
37+
weight: 10
38+
- name: Tags
39+
url: tags/
40+
weight: 10
41+
42+
sr:
43+
languageName: "Srpski"
44+
languageAltTitle: Serbian
45+
weight: 2
46+
title: Nikola Perović
47+
taxonomies:
48+
tag: SRtags
49+
profileMode:
50+
enabled: true
51+
title: Nikola Perović
52+
imageUrl: "avatar.webp"
53+
imageTitle: Avatar
54+
# imageWidth: 120
55+
# imageHeight: 120
56+
subtitle: ""
57+
buttons:
58+
- name: Objave
59+
url: posts
60+
menu:
61+
main:
62+
- name: Objave
63+
url: posts
64+
weight: 5
65+
- name: Pretraga
66+
url: /search
67+
weight: 10
68+
- name: Tags
69+
url: /tags
70+
weight: 10
71+
72+
73+
outputs:
74+
home:
75+
- HTML
76+
- RSS
77+
- JSON
78+
79+
params:
80+
env: production # to enable google analytics, opengraph, twitter-cards and schema.
81+
description: "Personal Website"
82+
author: Nikola Perović
83+
84+
defaultTheme: auto
85+
# disableThemeToggle: true
86+
ShowShareButtons: true
87+
ShowReadingTime: true
88+
# disableSpecial1stPost: true
89+
displayFullLangName: true
90+
ShowPostNavLinks: true
91+
ShowBreadCrumbs: true
92+
ShowCodeCopyButtons: true
93+
ShowRssButtonInSectionTermList: true
94+
ShowToc: true
95+
ShowWordCount: true
96+
comments: true
97+
images: ["featured.svg"]
98+
99+
profileMode:
100+
enabled: true
101+
title: Nikola Perović
102+
imageUrl: "avatar.webp"
103+
imageTitle: Avatar
104+
# imageWidth: 120
105+
# imageHeight: 120
106+
buttons:
107+
- name: Posts
108+
url: /posts
109+
110+
homeInfoParams:
111+
Title: "Nikola Perović"
112+
Content:
113+
114+
socialIcons:
115+
- name: github
116+
url: "https://github.com/Fooftilly"
117+
- name: letterboxd
118+
url: "https://letterboxd.com/Fooftilly"
119+
- name: trakt
120+
url: "https://trakt.tv/users/cobe10"
121+
- name: RateYourMusic
122+
url: "https://rateyourmusic.com/~Fooftilly"
123+
- name: RSS
124+
url: "index.xml"
125+
126+
editPost:
127+
URL: "https://github.com/Fooftilly/Fooftilly.github.io/tree/master/content"
128+
Text: "🖍️" # edit text
129+
appendFilePath: true # to append file path to Edit link
130+
131+
label:
132+
text: "Nikola Perović"
133+
icon: favicon.svg
134+
iconHeight: 35
135+
136+
# analytics:
137+
# google:
138+
# SiteVerificationTag: "XYZabc"
139+
140+
assets:
141+
disableHLJS: true
142+
favicon: "favicon.svg"
143+
favicon16x16: "favicon-16x16.png"
144+
favicon32x32: "favicon-32x32.png"
145+
apple_touch_icon: "apple-touch-icon.png"
146+
safari_pinned_tab: "safari-pinned-tab.svg"
147+
148+
# cover:
149+
# hidden: true # hide everywhere but not in structured data
150+
# hiddenInList: true # hide on list pages and home
151+
# hiddenInSingle: true # hide on single page
152+
153+
# fuseOpts:
154+
# isCaseSensitive: false
155+
# shouldSort: true
156+
# location: 0
157+
# distance: 1000
158+
# threshold: 0.4
159+
# minMatchCharLength: 0
160+
# limit: 10 # refer: https://www.fusejs.io/api/methods.html#search
161+
# keys: ["title", "permalink", "summary", "content"]
162+
163+
markup:
164+
goldmark:
165+
renderer:
166+
unsafe: true
167+
highlight:
168+
noClasses: false
169+
# anchorLineNos: true
170+
# codeFences: true
171+
# guessSyntax: true
172+
# lineNos: true
173+
# style: monokai
174+
175+
privacy:
176+
vimeo:
177+
disabled: false
178+
simple: true
179+
180+
twitter:
181+
disabled: false
182+
enableDNT: true
183+
simple: true
184+
185+
instagram:
186+
disabled: false
187+
simple: true
188+
189+
youtube:
190+
disabled: false
191+
privacyEnhanced: true
192+
193+
services:
194+
instagram:
195+
disableInlineCSS: true
196+
twitter:
197+
disableInlineCSS: true

content/posts.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "Posts"
3+
layout: "archives"
4+
url: "/content/**"
5+
summary: "archives"
6+
---

content/posts.sr.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "Objave"
3+
layout: "archives"
4+
url: "/content/posts"
5+
summary: "archives"
6+
---
File renamed without changes.

content/guide/torrentRatio.md content/posts/torrentRatio.md

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "Simple Torrent Ratio Calculator"
33
date: 2023-02-26
44
lastmod: 2023-02-26
55
tags: ["Torrent", "Ratio","Calculator"]
6-
translationKey: "torrentRatio"
76
---
87

98
## Online Ratio Calculator

content/guide/torrentRatio.sr.md content/posts/torrentRatio.sr.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
title: "Kalkulator za torent ratio"
33
date: 2023-02-26
44
lastmod: 2023-02-26
5-
tags: ["Torent", "Ratio","Kalkulator"]
6-
translationKey: "torrentRatio"
5+
SRtags: ["Torent", "Ratio","Kalkulator"]
76
---
87

98
## Ratio kalkulator

content/search.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: "Search"
3+
layout: "search"
4+
---

content/search.sr.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: "Pretraga"
3+
layout: "search"
4+
---

i18n/en.toml

-8
This file was deleted.

i18n/sr.toml

-8
This file was deleted.

0 commit comments

Comments
 (0)