Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install-activate-setup-theme #95

Closed
Tracked by #92
bph opened this issue Jan 29, 2025 · 1 comment · Fixed by #120
Closed
Tracked by #92

Update install-activate-setup-theme #95

bph opened this issue Jan 29, 2025 · 1 comment · Fixed by #120
Assignees

Comments

@bph
Copy link
Collaborator

bph commented Jan 29, 2025

Use the InstallTheme > themeData option
and resource=git:directory.
current step:

{
	"step": "installTheme",
	"themeZipFile": {
		"resource": "url",
		"url": "https://github-proxy.com/proxy/?repo=richtabor/kanso&branch=main"
	},
	"options": {
		"activate": true
	}
},

The new step:

{
  "step": "installTheme",
  "themeData": {
    "resource": "git:directory",
    "repositoryUrl": "https://github.com/richtabor/kanso",
    "ref": "main",
    "path": "/"
  },
  "options": {
    "activate": true
  }
}
@bph
Copy link
Collaborator Author

bph commented Feb 6, 2025

The correct InstallTheme step

{
	"step": "installTheme",
		"themeData": {
			"resource":"url",
			  "url": "https://github.com/richtabor/kanso/archive/refs/heads/main.zip"
			},
			"options": {
			  "activate": true
			}
},

@bph bph closed this as completed in 8ecfe8d Feb 7, 2025
@bph bph closed this as completed in #120 Feb 7, 2025
@github-project-automation github-project-automation bot moved this from Inbox to Done in Playground Board Feb 7, 2025
@github-project-automation github-project-automation bot moved this from Inbox to Done in Playground Board Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant