Closed sagitaninta closed 5 years ago
You have updated to the unreleased version. You'll need to remove the "CSS" output entry from config.Toml
Thanks, removing the CSS output in config.toml remove the warning message, but my widgets are still not updating when I render it in localhost. Now I say "widgets" as my "experience" widget was also not updating. I don't know if this is a hugo issue, hugo-academic issue, or blogdown issue 😂
If there are no errors/warnings then it would appear that Blogdown is not calling Hugo to update your local site. The Blogdown community should be able to help.
But when I edited the about.md file and other blog posts in .Rmd, also my project files, blogdown::serve_site()
still render my website updated with all those changes I had made within those files; only this new widget page that I made does not update, and there were no warning or error messages even when I built it with hugo.
Within this content/bio/
directory, there were only experience.md
, skills.md
, and index.md
, and the front matter of index.md
was just this:
+++
# Bio page
type = "widget_page" # Page type is a Widget Page
headless = true
+++
Just for anyone's information.
I have a similar issue after updating, is there a fix for this? I rolled back my upgrade but can't find a mention to a home.css anywhere
I am using hugo version 0.55.4 and Academic theme version 4.2.5. and trying to get the featurette widget on a separate widget page that is not homepage. I have followed the instruction in Managing Content documentation and managed to get my separate widget page with experience and skill widget, but I could not change the icon and the description on the featurette widget.
This is the featurette section, as you can see it does not look different from the example site...
...while I actually have changed the front matter for that widget as follows.
No matter how I see it, I could not spot any difference from the example on skill other that the choice of icon and the description. Could you please tell me where I got wrong or is this a bug?
UPDATE: I even change the active status in the skills.md file in my widget page (
active = false
) and it just did not respond to it (featurette still showing in the next render within localhost afteractive=false
). Is this something to do with the newest version of hugo? I should add that whenever I runblogdown::serve_site()
in R to render the website in localhost. I keep getting this message:Thanks in advance for anyone's assistance!