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

How do I edit the CSS? [Params] doesn't seem to work #13

Open
valzi opened this issue Dec 8, 2017 · 4 comments
Open

How do I edit the CSS? [Params] doesn't seem to work #13

valzi opened this issue Dec 8, 2017 · 4 comments

Comments

@valzi
Copy link

valzi commented Dec 8, 2017

I tried

[params.assets]
customCSS = ["css/custom.css"]

and


[params]
customCSS = ["css/custom.css"]

but neither seems to work. What is the best way to do this in Kiera?

bkanuka added a commit to bkanuka/hugo-kiera that referenced this issue Dec 28, 2017
@bkanuka
Copy link

bkanuka commented Dec 28, 2017

After merging the above PR, you should be able to use

  [params]
    customCSS = ["css/custom.css"]

@RamanBut-Husaim
Copy link

@valzi @bkanuka

It seems that the working section at the moment looks something like this for yml:

params:
  assets:
    customCSS:
      - "css/custom.css"

@RamanBut-Husaim
Copy link

@funkydan2 Hello,
Does it make sense to update the documentation on how to include custom css?
Thanks.

@funkydan2
Copy link
Contributor

In my fork I've changed the Custom CSS to be configured like this

params:
    customCSS:
        -"custom.css"
        -"more.css"

And updated the README to reflect this.

WojciechNagorski pushed a commit to WojciechNagorski/hugo-kiera that referenced this issue Jan 2, 2020
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

4 participants