Skip to content

Commit

Permalink
Customized site
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansburgoyne committed Jan 30, 2025
1 parent 673a487 commit 90ee84a
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 13 deletions.
1 change: 1 addition & 0 deletions assets/icons/brand-linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/brand-x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions assets/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../../../home/node/.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/!cai!jimmy/hugo-theme-stack/[email protected]/assets/*"
]
}
}
}
4 changes: 2 additions & 2 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change baseurl before deploy
baseurl = "https://www.spacecraftxr.com/spacecraftxr-web"
languageCode = "en-us"
title = "Hugo Theme Stack Starter"
title = "Ryan Burgoyne"

# Theme i18n support
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el, uk, ar
Expand All @@ -12,7 +12,7 @@ defaultContentLanguage = "en"
hasCJKLanguage = false

# Change it to your Disqus shortname before using
disqusShortname = "hugo-theme-stack"
# disqusShortname = "spacecraftxr-web"

[pagination]
pagerSize = 5
16 changes: 8 additions & 8 deletions config/_default/menu.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
#newtab = true

[[social]]
identifier = "github"
name = "GitHub"
url = "https://github.com/CaiJimmy/hugo-theme-stack"
identifier = "linkedin"
name = "LinkedIn"
url = "https://linkedin.com/in/ryansburgoyne"

[social.params]
icon = "brand-github"
icon = "brand-linkedin"

[[social]]
identifier = "twitter"
name = "Twitter"
url = "https://twitter.com"
identifier = "x"
name = "X"
url = "https://x.com/spacecrafter3d"

[social.params]
icon = "brand-twitter"
icon = "brand-x"
6 changes: 3 additions & 3 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ published = "Jan 02, 2006"
lastUpdated = "Jan 02, 2006 15:04 MST"

[sidebar]
emoji = "🍥"
subtitle = "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
emoji = "🪽"
subtitle = "Exploring how AI and real-time VFX are transforming storytelling."

[sidebar.avatar]
enabled = true
Expand Down Expand Up @@ -76,7 +76,7 @@ enabled = true

## Comments
[comments]
enabled = true
enabled = false
provider = "disqus"

[comments.disqusjs]
Expand Down
Binary file modified static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 90ee84a

Please sign in to comment.