Skip to content

Commit

Permalink
ft: update configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
kennedymwavu committed Oct 17, 2024
1 parent cbe5f02 commit 1308fd4
Show file tree
Hide file tree
Showing 6 changed files with 638 additions and 38 deletions.
Empty file added .hugo_build.lock
Empty file.
10 changes: 5 additions & 5 deletions config/_default/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Hugo Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/

title: "Hugo Docs" # Website name
baseURL: 'https://example.com/' # Website URL
title: "Ambiorix" # Website name
baseURL: "https://ambiorix.dev/" # Website URL

############################
## PAGE OPTIONS
Expand Down Expand Up @@ -63,9 +63,9 @@ footnotereturnlinkcontents: <sup>^</sup>
ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$]
enableInlineShortcodes: true
permalinks:
authors: '/author/:slug/'
tags: '/tag/:slug/'
categories: '/category/:slug/'
authors: "/author/:slug/"
tags: "/tag/:slug/"
categories: "/category/:slug/"
disableAliases: true
outputs:
home: [HTML, RSS, WebAppManifest, headers, redirects, backlinks]
Expand Down
58 changes: 29 additions & 29 deletions config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ appearance:
marketing:
seo:
site_type: Project
local_business_type: ''
org_name: ''
description: 'A highly-customizable Hugo documentation theme powered by Hugo Blox website builder.'
twitter: 'GetResearchDev'
local_business_type: ""
org_name: "ambiorix-web"
description: "Web framework for R inspired by express.js"
twitter: "ambiorixweb"
analytics:
google_analytics: ''
google_tag_manager: ''
microsoft_clarity: ''
baidu_tongji: ''
plausible: ''
fathom: ''
pirsch: ''
google_analytics: ""
google_tag_manager: ""
microsoft_clarity: ""
baidu_tongji: ""
plausible: ""
fathom: ""
pirsch: ""
verification:
google: ''
baidu: ''
google: ""
baidu: ""

# Site header
header:
Expand All @@ -36,20 +36,20 @@ header:
align: "center"
fixed_to_top: true
logo:
text: ""
text: "Ambiorix"
# Logo filename in `assets/media/` folder
filename: "logo.svg"
# filename: "logo.svg"
button:
enable: true
text: "Get Started"
url: "https://hugoblox.com/templates/details/docs/"
url: "/docs/"
show_search: true
show_theme_chooser: true

# Site footer
footer:
copyright:
notice: '© {year} My Company. This work is licensed under {license}'
notice: "© {year} Ambiorix"
license:
enable: true
allow_derivatives: false
Expand All @@ -58,8 +58,8 @@ footer:

# Localization
locale:
date_format: 'Jan 2, 2006'
time_format: '3:04 PM'
date_format: "Jan 2, 2006"
time_format: "3:04 PM"

# Site features
features:
Expand All @@ -68,17 +68,17 @@ features:
privacy_pack:
enable: false
repository:
url: 'https://github.com/HugoBlox/hugo-blox-builder/'
content_dir: 'starters/documentation/content'
branch: 'main'
url: "https://github.com/ambiorix-web/ambiorix-docs"
content_dir: "content"
branch: "main"
feedback:
responses:
positive: 'Glad to hear it! [Any ideas for improvements?](https://github.com/<USERNAME>/<REPO>/issues/new).'
negative: 'Sorry to hear that. [Please tell us how we can improve](https://github.com/<USERNAME>/<REPO>/issues/new).'
positive: "Glad to hear it! [Any ideas for improvements?](https://github.com/ambiorix-web/ambiorix/issues/new)."
negative: "Sorry to hear that. [Please tell us how we can improve](https://github.com/ambiorix-web/ambiorix/issues/new)."
comment:
provider: ''
provider: ""
giscus:
repo: ''
repo_id: ''
category: ''
category_id: ''
repo: ""
repo_id: ""
category: ""
category_id: ""
8 changes: 4 additions & 4 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Home'
date: 2023-10-24
date: 2024-10-17
type: landing

design:
Expand All @@ -10,11 +10,11 @@ design:
sections:
- block: hero
content:
title: Write Docs Fast, Focus on Your Content
text: The easy, no-code technical documentation solution your users will love 🎉
title: Ambiorix
text: Web framework for R inspired by express.js
primary_action:
text: Get Started
url: https://hugoblox.com/templates/details/docs/
url: /docs/
icon: rocket-launch
secondary_action:
text: Read the docs
Expand Down
5 changes: 5 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
github.com/HugoBlox/hugo-blox-builder/modules/blox-analytics v0.1.3/go.mod h1:0YQtVvRLCzZOpPmbVNk7WDx8t19/QfRTFO+pwyqQNk8=
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20240217212918-ae7f0c597978 h1:AMsITVwNWp5CR/OxnYEsXT6hxZJfD+XycPArm9jJUDk=
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20240217212918-ae7f0c597978/go.mod h1:C7jfxMLv1bEUqbM9XDSmEpfOpS8w06OgqNDEcbuRgL4=
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20241012174104-661cadc17327 h1:5P+3GBud67lEhxVevV2UbAZccMBMZnmsmSpP1amosXM=
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20241012174104-661cadc17327/go.mod h1:bUQKSt1XQhk60nSpI6D+MibQi6v8s7HghF5qoAtlhws=
Loading

0 comments on commit 1308fd4

Please sign in to comment.