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

rss issue + request to be added #3

Open
tlienart opened this issue Aug 1, 2023 · 2 comments
Open

rss issue + request to be added #3

tlienart opened this issue Aug 1, 2023 · 2 comments

Comments

@tlienart
Copy link
Collaborator

tlienart commented Aug 1, 2023

Hello Kevin:

  1. in the build action you can see that there's a ton of warnings like
┌ Warning: {{ ... }}
│ ---------
│ A block '{{website_title}}' was found but the name 'website_title' does not
│ correspond to a built-in block or hfun nor does it match anything
│ defined in `utils.jl`. It might have been misspelled.
└ @ Xranklin ~/.julia/packages/Xranklin/ELeJI/src/convert/postprocess/dbb.jl:168

This is a pretty simple fix, just add website_title in your config.md. More broadly though, I think the RSS build of your website is broken, I didn't look into it but maybe either put generate_rss = false or we should try to figure out what are the issues (good test case again!)

  1. since you seem to like testing the new stuff with F/Xranklin (for which I'm very grateful), you can now specify all that is in config.md in a config.jl file (and get proper syntax highlighting as a result), just remove the +++ and for the \newcommand definition at the bottom, if you're still using it, you can declare it with
# (...)
fn_title = ""
ignore=["_drafts/"]
lx"""
\newcommand{\html}[1]{~~~#1~~~}
"""
# end of config.jl
  1. would you mind adding me to this repo? I won't do anything else than triggering the build action from time to time and experimenting with using the julia cache action for instance. With close to 400 contexts, your website is a great test case and we should really be able to bring down the build time under 10 minutes. I could just fork your repo but thought that at the same time I might try to do very light fixes here and there if I see stuff that can be fixed and that it'd be easier that way. Thanks!
@kescobo
Copy link
Owner

kescobo commented Aug 1, 2023

More broadly though, I think the RSS build of your website is broken

Yeah, it's on my list to look at 😆 . Low priority at the moment, but it would be great

since you seem to like testing the new stuff with F/Xranklin (for which I'm very grateful), you can now specify all that is in config.md in a config.jl file (and get proper syntax highlighting as a result),

Oh cool! Will do. Commands are from the template, not using them ATM

would you mind adding me to this repo?

I think you are? Do you need increased privileges?

@kescobo
Copy link
Owner

kescobo commented Aug 1, 2023

Fixed some of this here: 34e281a

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

No branches or pull requests

2 participants