Skip to content

Commit ffdc629

Browse files
committed
init commit
0 parents  commit ffdc629

15 files changed

Lines changed: 266 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/PaperMod"]
2+
path = themes/PaperMod
3+
url = https://github.com/adityatelange/hugo-PaperMod.git

.hugo_build.lock

Whitespace-only changes.

.idea/.gitignore

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/kazemcodes.iml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

archetypes/default.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "{{ replace .Name "-" " " | title }}"
3+
date: {{ .Date }}
4+
draft: true
5+
---
6+

config.yml

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
baseURL: "https://kazemcodes.github.io/" # if your site is in 'https', then make sure your base url isn't written using 'http' otherwise your sitemap would contain http (as opposeed to https) URLs. This would affect Google indexing of your URLs.
2+
title: KazemCodes
3+
paginate: 5
4+
theme: PaperMod
5+
6+
enableInlineShortcodes: true
7+
enableRobotsTXT: true
8+
buildDrafts: false
9+
buildFuture: false
10+
buildExpired: false
11+
enableEmoji: true
12+
pygmentsUseClasses: true
13+
# googleAnalytics: UA-123-45
14+
15+
minify:
16+
disableXML: true
17+
# minifyOutput: true
18+
19+
languages:
20+
en:
21+
languageName: "English"
22+
weight: 1
23+
taxonomies:
24+
category: categories
25+
tag: tags
26+
series: series
27+
menu:
28+
main:
29+
- name: Blog Archive
30+
url: archives
31+
weight: 5
32+
- name: Projects
33+
url: projects
34+
weight: 10
35+
- name: Search
36+
url: search/
37+
weight: 10
38+
- name: Tags
39+
url: tags/
40+
weight: 10
41+
- name: Github
42+
url: https://github.com/kazemcodes
43+
44+
outputs:
45+
home:
46+
- HTML
47+
- RSS
48+
- JSON
49+
50+
params:
51+
env: production # to enable google analytics, opengraph, twitter-cards and schema.
52+
description: "kazemcodes - Kazem's personal website"
53+
author: Kazemcodes
54+
55+
56+
defaultTheme: auto
57+
# disableThemeToggle: true
58+
ShowShareButtons: true
59+
ShowReadingTime: true
60+
# disableSpecial1stPost: true
61+
displayFullLangName: true
62+
ShowPostNavLinks: true
63+
ShowBreadCrumbs: true
64+
ShowCodeCopyButtons: true
65+
ShowRssButtonInSectionTermList: true
66+
ShowToc: true
67+
# comments: false
68+
images: ["hdhr.png"]
69+
70+
profileMode:
71+
enabled: true
72+
title: "Hello there \U0001F44B"
73+
subtitle: "Welcome to my **personal website**! - Here you can find out all about me!"
74+
imageUrl: "/profile.jpg"
75+
imageTitle: my image
76+
# imageWidth: 120
77+
# imageHeight: 120
78+
buttons:
79+
- name: My blog
80+
url: archives
81+
- name: My projects
82+
url: projects
83+
84+
homeInfoParams:
85+
Title: "Hello there \U0001F44B"
86+
Content: >
87+
Welcome to my **personal website**!
88+
socialIcons:
89+
- name: GitHub
90+
url: "https://github.com/kazemcodes"
91+
- name: "kofi"
92+
title: "nowpayments"
93+
url: "https://nowpayments.io/donation/kazemcodes"
94+
95+
editPost:
96+
URL: "https://github.com/kazemcodes/kazem/tree/main/content"
97+
Text: "Suggest Changes" # edit text
98+
appendFilePath: true # to append file path to Edit link
99+
100+
101+
102+
assets:
103+
disableHLJS: true
104+
favicon: "favicon.ico"
105+
favicon16x16: "favicon-32x32.png"
106+
favicon32x32: "favicon-32x32.png"
107+
apple_touch_icon: "apple-touch-icon.png"
108+
safari_pinned_tab: "safari_pinned_tab.svg"
109+
theme_color: "#404040"
110+
msapplication_TileColor: "#404040"
111+
112+
113+
markup:
114+
goldmark:
115+
renderer:
116+
unsafe: true
117+
highlight:
118+
noClasses: false
119+
120+
privacy:
121+
vimeo:
122+
disabled: false
123+
simple: true
124+
125+
twitter:
126+
disabled: false
127+
enableDNT: true
128+
simple: true
129+
130+
instagram:
131+
disabled: false
132+
simple: true
133+
134+
youtube:
135+
disabled: false
136+
privacyEnhanced: true
137+
138+
services:
139+
instagram:
140+
disableInlineCSS: true
141+
twitter:
142+
disableInlineCSS: true

configTaxo.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
timeout: 30000
2+
enableInlineShortcodes: true
3+
4+
taxonomies:
5+
category: categories
6+
tag: terms
7+
series: series
8+
9+
privacy:
10+
vimeo:
11+
disabled: false
12+
simple: true
13+
14+
twitter:
15+
disabled: false
16+
enableDNT: true
17+
simple: true
18+
disableInlineCSS: true
19+
20+
instagram:
21+
disabled: false
22+
simple: true
23+
24+
youtube:
25+
disabled: false
26+
privacyEnhanced: true

content/archives.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "Blog Archive"
3+
layout: "archives"
4+
# url: "/archives"
5+
summary: "archives"
6+
---

0 commit comments

Comments
 (0)