Giter Site home page Giter Site logo

Comments (2)

chenchenzi avatar chenchenzi commented on June 10, 2024 1

Thank you @yihui for your quick reply. Yes I am using Hugo Academic theme, and it seeems that the newer version of Hugo (0.121.1) doesn't work. Followed your advice, I installed hugo '0.69.0' with '64bit', and now serve_site() works! Thank you very much!

from blogdown.

yihui avatar yihui commented on June 10, 2024

Hugo 0.69.0 doesn't have an ARM64 version:

blogdown::hugo_installers('0.69.0')
version os arch extended
hugo_0.69.0_DragonFlyBSD-64bit.tar.gz 0.69.0 DragonFlyBSD 64bit FALSE
hugo_0.69.0_FreeBSD-32bit.tar.gz 0.69.0 FreeBSD 32bit FALSE
hugo_0.69.0_FreeBSD-64bit.tar.gz 0.69.0 FreeBSD 64bit FALSE
hugo_0.69.0_FreeBSD-ARM.tar.gz 0.69.0 FreeBSD ARM FALSE
hugo_0.69.0_Linux-32bit.tar.gz 0.69.0 Linux 32bit FALSE
hugo_0.69.0_Linux-64bit.tar.gz 0.69.0 Linux 64bit FALSE
hugo_0.69.0_Linux-ARM.tar.gz 0.69.0 Linux ARM FALSE
hugo_0.69.0_Linux-ARM64.tar.gz 0.69.0 Linux ARM64 FALSE
hugo_0.69.0_macOS-32bit.tar.gz 0.69.0 macOS 32bit FALSE
hugo_0.69.0_macOS-64bit.tar.gz 0.69.0 macOS 64bit FALSE
hugo_0.69.0_NetBSD-32bit.tar.gz 0.69.0 NetBSD 32bit FALSE
hugo_0.69.0_NetBSD-64bit.tar.gz 0.69.0 NetBSD 64bit FALSE
hugo_0.69.0_NetBSD-ARM.tar.gz 0.69.0 NetBSD ARM FALSE
hugo_0.69.0_OpenBSD-32bit.tar.gz 0.69.0 OpenBSD 32bit FALSE
hugo_0.69.0_OpenBSD-64bit.tar.gz 0.69.0 OpenBSD 64bit FALSE
hugo_0.69.0_OpenBSD-ARM.tar.gz 0.69.0 OpenBSD ARM FALSE
hugo_0.69.0_Windows-32bit.zip 0.69.0 Windows 32bit FALSE
hugo_0.69.0_Windows-64bit.zip 0.69.0 Windows 64bit FALSE
hugo_extended_0.69.0_Linux-64bit.tar.gz 0.69.0 Linux 64bit TRUE
hugo_extended_0.69.0_macOS-64bit.tar.gz 0.69.0 macOS 64bit TRUE
hugo_extended_0.69.0_Windows-64bit.zip 0.69.0 Windows 64bit TRUE

If you want to continue to use 0.69.0, you can try the 64bit version:

blogdown::install_hugo('0.69.0', arch = '64bit')

If you want to use a newer version, you can install it with blogdown::install_hugo(). Then search for 0.69.0 in your website project (e.g., Cmd + Shift + F in RStudio) and replace with the new version. Restart R and serve the site. It seems you are using the Hugo Academic theme. If that's true, you might have trouble if you use a newer version of Hugo for your old website. You can try, though. If 0.69.0 worked fine in the past, it's probably a good idea to stick to it.

from blogdown.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.