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

non-obfuscate email and non-fontawesome style icons #17

Open
ezaron opened this issue Sep 21, 2020 · 2 comments
Open

non-obfuscate email and non-fontawesome style icons #17

ezaron opened this issue Sep 21, 2020 · 2 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@ezaron
Copy link

ezaron commented Sep 21, 2020

Hi Jean-Francois,
Thanks for responding about the run.jl file. So far, everything has been working okay. A couple of questions, though:

  1. I would like to make my email address in the left panel clickable. It looks like the email() function has an optional argument to make it obfuscated or not, but I don't see where or how I would use it. Maybe you could clarify?
  2. I would like to add fontawesome-style icons for Fossil-scm and GnuPGP. I have square graphics for this, but not encoded as fonts, just small .png or .jpg. I have not studied the code enough, yet, but I would like to change how the argument to info is parsed to allow for an ordinary graphical icon. Perhaps you already have a solution for this?

All the best,
Ed

@Azzaare
Copy link
Member

Azzaare commented Sep 23, 2020

Hi @ezaron

For the email thing, there was a bug when it was not obfuscated. A link should be generated (from version v0.2.4). Thank you!
In the code it should appear like this:

my_email = email(
    "[email protected]";
    content = "content that appears as the email link", # ignored if obfuscated
    obfuscated = false
    )

```Some text with an awesome $my_email```

I used obfuscated by default, even if it is confusing, I think it is safer this way.

Regarding fontawesome-style icons, if you have access to them online in a fashion similar to classical fontawesome icon, I can make them available.
If you only have access to the icons, I will modify the code to make it works. Could send me one of these (or a dummy with similar properties)?

@Azzaare Azzaare self-assigned this Sep 26, 2020
@Azzaare Azzaare added bug Something isn't working enhancement New feature or request labels Sep 26, 2020
@Azzaare
Copy link
Member

Azzaare commented Jul 2, 2022

@ezaron any update ? I will close the issue in a couple of weeks if I have no news.

I am working on the website generator this summer, so it is a good time to let me know

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

No branches or pull requests

2 participants