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

Configurable <head> #3

Open
2 of 3 tasks
chucker opened this issue Jul 14, 2022 · 3 comments
Open
2 of 3 tasks

Configurable <head> #3

chucker opened this issue Jul 14, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@chucker
Copy link

chucker commented Jul 14, 2022

We need some way to define some of these in a config, or at least in a documented way.

theme color

The Vuetify theme color is wrong:

<meta name="theme-color" content="#4DBA87">

I couldn't find the right place to change this. (Vuetify doesn't seem to pick up the configuration.)

title

The title tag needs to change. (It's "wikidown" right now.)

Maybe the root can be configurable in appsettings.local.json. After that, it should append a breadcrumb, or maybe just the current article's title.

favicon

(less important)

  • Theme color
  • Title tag
  • Favicon
@ricardoboss
Copy link
Member

Should be configurable using via https://next.vuetifyjs.com/en/features/theme/
May have to find a way to configure it before build without having to edit source code, but only via config files. Maybe some kind of pre-processor script?

@ricardoboss
Copy link
Member

Could use this for all meta-tags (including title): https://vue-meta.nuxtjs.org/guide/metainfo.html

Although I suppose some will get overwritten by vuetify... Need to test this.

@chucker
Copy link
Author

chucker commented Oct 19, 2022

(Title tag now works)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants