Skip to content

Commit

Permalink
use hugo -blox instead of wowchemy modules
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlivio committed Jan 11, 2024
1 parent 11a35b2 commit 8da94e4
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 29 deletions.
10 changes: 3 additions & 7 deletions config/_default/config.yaml → config/_default/hugo.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
title: Alan Guedes
baseURL: 'https://alanlivio.github.io' # Website URL

defaultContentLanguage: en
hasCJKLanguage: false
defaultContentLanguageInSubdir: false
removePathAccents: true
module:
imports:
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5

enableGitInfo: false
summaryLength: 30
paginate: 10
staticDir: static
enableEmoji: true
enableRobotsTXT: true
footnotereturnlinkcontents: <sup>^</sup>
Expand Down
4 changes: 4 additions & 0 deletions config/_default/module.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
imports:
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5
40 changes: 23 additions & 17 deletions config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ appearance:
marketing:
seo:
site_type: EducationalOrganization
local_business_type: ""
org_name: "Alan Guedes"
description: "Alan Guedes"
twitter: "alanlivio"
local_business_type: ''
org_name: 'Alan Guedes'
description: 'Alan Guedes'
twitter: 'alanlivio'
analytics:
google_analytics: ""
google_analytics: ''
verification:
google: ""
google: ''
header:
navbar:
enable: true
Expand All @@ -25,15 +25,15 @@ header:
highlight_active_link: true
footer:
copyright:
notice: "© {year} Alan Guedes. This work is licensed under {license}"
notice: '© {year} Alan Guedes. This work is licensed under {license}'
license:
enable: true
allow_derivatives: false
share_alike: true
allow_commercial: false
locale:
date_format: "Jan 2, 2006"
time_format: "15:04"
date_format: 'Jan 2, 2006'
time_format: '3:04 PM'
address_format: en-us
features:
syntax_highlighter:
Expand All @@ -45,29 +45,35 @@ features:
enable: true
privacy_pack:
enable: false
repository:
url: 'https://github.com/<username>/<repository>'
content_dir: content
branch: main
avatar:
gravatar: false
shape: circle
comment:
provider: ""
provider: ''
disqus:
shortname: ""
shortname: ''
show_count: true
commento:
url: ""
url: ''
search:
provider: wowchemy
wowchemy:
algolia:
app_id: ''
api_key: ''
index_name: ''
show_logo: false
map:
provider: "mapnik"
api_key: ""
provider: 'mapnik'
api_key: ''
zoom: 15
extensions:
cms:
branch: main
local_backend: false
isotope:
enable: true
academicons:
enable: true
publications:
Expand Down
11 changes: 6 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
module github.com/wowchemy/starter-hugo-academic
module github.com/HugoBlox/theme-academic-cv

go 1.15

require (
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v1.0.0 // indirect
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.8.2-0.20230930171149-60baebf4deed
github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.6
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108141515-0478cf6921f9
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2
)

0 comments on commit 8da94e4

Please sign in to comment.