diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-22 12:42:56 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-22 12:42:56 +0200 |
| commit | 631547a75142326a7c71bdf123e1475217a5ad73 (patch) | |
| tree | f3cfef6b3c5b42bf626fc823ddcf63b8dcf4cdbb /hugo.toml | |
| parent | 77ccbe72fad5a4870185fff374f75471c16a9043 (diff) | |
| download | danixxyz-theme-631547a75142326a7c71bdf123e1475217a5ad73.tar.gz danixxyz-theme-631547a75142326a7c71bdf123e1475217a5ad73.zip | |
chore: replace with extracted danix.xyz-hacker theme (danix2-hugo-theme)
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 60 |
1 files changed, 0 insertions, 60 deletions
@@ -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'] |
