-
Notifications
You must be signed in to change notification settings - Fork 25
Theming still needed for "general" guide pages #280
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
Comments
The answer depends on a lot of things, but to start:
|
Speaking for myself, an example would be the general healer prog guide. Ideally, it should just look like any other healer guide page. As for the "route", I think that would vary by guide. e.g. mine would be from the healer role landing page. |
If you're just looking for something generic, just mkdir content/jobs/melee/ninja/guides/
cat << EOF > content/jobs/melee/ninja/guides/standardized-title.md
---
title: My first guide
card_header_image: /img/jobs/nin/basic.png
authors:
- nono
patch: "6.11"
lastmod: 2022-07-20T01:02:03.456Z
changelog:
- date: 2022-07-20T01:02:03.456Z
message: My first guide submission
---
I can read more about how frontmatter works in the documentation [here](https://gohugo.io/content-management/front-matter#readout)
EOF
If you need something closer to other guide pages, look at `kind:` and `layout:` frontmatter variables. |
Actually, if that's all you need, then you can close this issue since the functionality is available in the static site today (assuming you created the folders and configure the editor for it – see docs here). |
What is desired is the possibility to create a guide under eg |
Same for general guides that do not fall under a job category. Eg https://www.thebalanceffxiv.com/jobs/my-general-guide |
Actually instead of putting it under /jobs/ it would be better to have them under https://www.thebalanceffxiv.com/general-guides/ |
Thank you for answering the questions. For role-based guides, I would suggest There are several solutions for this (from least preferable to most preferable):
|
This would allow us to differentiate similar to the way that raid guides are done, which would allow for general healing guides, general dps guides, general tank guides, prog guides for each class, and all the other general guides that have been in the planning or drafting stage to be in one place. From an organizing and editing perspective, this makes the most sense to me and would not require any redesign of role landing pages to accomodate another guide. If the structure were to be similar to the raid guides, where it could be organized by type (instead of Ultimate/Savage/Panda/Eden/Whatever Healer/Tank/DPS/All) would allow a lot of flexibility going forward and not look strange if some jobs had guides ready to go immediately and others did not have anything on that page from role landing. |
I'll re-emphasize because I think it was missed from my previous post to encourage the solution to nest generic guides under a
|
As it stands, guides published not under a job don't have any CSS assigned. Mentors have been asking for some form of theming to publish these and directly link to.
The text was updated successfully, but these errors were encountered: