-
Notifications
You must be signed in to change notification settings - Fork 115
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
Weave implementation #1033
Comments
Hello @eljfe, if you're just starting with Franklin, I'd suggest you try https://github.com/tlienart/Xranklin.jl which will be the version I just played a bit with a demo repo that you can clone and replicate: https://github.com/tlienart/xranklin-weave (you can see the result here: https://tlienart.github.io/xranklin-weave/) The build time is a bit slow because Weave's FIR demo uses Stuff you'll want to look at:
|
Hi @tlienart - I installed Xranklin and ran I'll say here I'm just tinkering with the package. At the very least I hope you find this feedback useful. 🙂
|
Wait wait this is not weave, biblabel is a Franklin command, there is not a 100% overlap between the commands offered by Franklin and Xranklin yet (in some cases this is deliberate, in this particular one it'll be added). If you don't mind, could you check purely the weave stuff separately of special commands and see if it suits your needs? I'll separately open an issue to look into the bibref stuff |
@eljfe FYI this is now fixed in Xranklin if you want to try this again. I'll close this issue for now, feel free to re-open one either here if you have an issue with Franklin or at Xranklin if you have an issue with that. Thanks! |
Hi,
New to Franklin. Experienced enough to be dangerous in Weave. 😄
I have a repository of
.jmds
with accompanying html files for a self learning project. The repo is getting a little unruly so investigating a Franklin based solution.Franklin looks great! After initializing a site, I can't get past step 2 though, getting Franklin to serve a
.jmd
file.My error,
I hunted around some old threads and emulated the weave demo as best I could. Nothing working so far.
My
test.md
file looks like this,My
Project.toml
,Finally
utils.jl
,Not sure where to take this next.
Many thanks,
Jeff
The text was updated successfully, but these errors were encountered: