summaryrefslogtreecommitdiffstats
path: root/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml60
1 files changed, 0 insertions, 60 deletions
diff --git a/hugo.toml b/hugo.toml
index e5fdd95..e69de29 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -1,60 +0,0 @@
-baseURL = 'https://danix.xyz/'
-title = 'danilo m.'
-locale = 'en-US'
-
-# Sections
-[outputs]
- home = ['HTML', 'RSS']
- section = ['HTML']
- page = ['HTML']
-
-[markup]
- [markup.highlight]
- codeFences = true
- lineNos = false
- tabWidth = 2
- # Style: monokai - customize colors in layout files and CSS
- style = 'monokai'
- noClasses = false
- [markup.tableOfContents]
- endLevel = 3
- ordered = false
- startLevel = 2
-
-# Navigation Menu
-# Add menu items below. Items are displayed left-to-right in order of weight.
-# Parameters:
-# name = Text displayed in menu (visible to users)
-# pageRef = Path to your page (e.g., /articles, /is/about)
-# weight = Order (lower numbers = leftmost, higher = rightmost)
-#
-# For external links, use 'url' instead of 'pageRef':
-# url = 'https://example.com'
-
-[[menu.main]]
- name = 'articles'
- pageRef = '/articles'
- weight = 10
-
-[[menu.main]]
- name = 'about'
- pageRef = '/is'
- weight = 20
-
-[[menu.main]]
- name = 'contact'
- pageRef = '/is/here'
- weight = 30
-
-# Example: Add a new page to the menu
-# [[menu.main]]
-# name = 'uses'
-# pageRef = '/is/uses'
-# weight = 40
-
-# Content sections
-[params]
- description = 'Writing about IT, life, and the things that matter.'
- author = 'Danilo M.'
- avatar = 'DM' # Can be image path or initials
- typingPhrases = ['Security & Web Dev', 'WordPress Developer', 'Bash Enthusiast', 'Slackware Admin']