hugo

Trying to install Hugo via Homebrew - “Could Not Resolve HEAD to a Revision”

时光毁灭记忆、已成空白 提交于 2021-01-19 06:04:12
问题 I'm trying to take a stab at a new site using Hugo, and I am stuck during installation. I've installed Homebrew and when running the version, I get the following: ~ % brew --version Homebrew 2.7.2 Homebrew/homebrew-core (no git repository) Homebrew/homebrew-cask (git revision b96680c; last commit 2021-01-07) And when I run brew install hugo I get the following: ~ % brew install hugo fatal: Could not resolve HEAD to a revision ==> Searching for similarly named formulae... Error: No similarly

对标Oculus Quest2,爱奇艺奇遇VR打的什么牌?

廉价感情. 提交于 2021-01-08 11:31:15
出品 | AI科技大本营 作者 | 阿司匹林 1月6日,爱奇艺奇遇VR在京召开主题为“谁与争锋”的VR技术发布会,正式发布国内首个CV(计算机视觉技术)头手6DoF VR交互技术——追光,并面向全球VR游戏开发者启动“哥伦布计划”。 至此,爱奇艺奇遇VR面向游戏领域的硬件、软件和生态布局全面铺开。而作为首款搭载追光视觉交互技术方案的VR一体机,定位于“发烧级游戏大作”的奇遇3,也将于第二季度正式发布并开售,剑指Oculus Quest2。 据爱奇艺智能CEO熊文介绍,自2016年进入VR领域,奇遇VR五年时间先后推出了4款成熟产品,包括4K VR一体机、iQUT未来影院等。2017年,爱奇艺智能发布了4K VR一体机,并且首次实现了一体机的Inside Out 6DoF六自由度头部位置跟踪;2019年发布了奇遇2S,是首款real 4K显示的VR 一体机,同时首次和运营商合作实现5G+8K的全景直播;2020年发布了奇遇2 Pro,并支持头手6DoF的功能。 据介绍,过去一年(2020年)奇遇VR在京东等平台夺得6.18、双11销量与销售额双冠,并获得由屹唐长厚基金、清新资本共同投资的数亿元B轮融资,创下2020年至今国内VR领域单笔融资最高纪录。 熊文表示,“2021年奇遇VR要通过自主的技术创新,让中国的VR技术引领下一代计算平台。” 国内首款量产CV头手6DoF VR一体机—

Problem with rendering Hugo/blogdown site

隐身守侯 提交于 2020-12-12 10:07:55
问题 I've seen the post about blogdown::serve_site() no longer serving the site and read the release notes for blogdown 0.21, but it didn't help with my problem. My workflow is/was to write a post, then click "Serve Site" in RStudio and check out the newly generated files in the public/ folder of my project. I have a symbolic link of that folder in my ShinyApps directory so I can view my site via the Shiny server. This is great, because then my colleagues who also use the server can see my site as

Problem with rendering Hugo/blogdown site

梦想与她 提交于 2020-12-12 10:07:33
问题 I've seen the post about blogdown::serve_site() no longer serving the site and read the release notes for blogdown 0.21, but it didn't help with my problem. My workflow is/was to write a post, then click "Serve Site" in RStudio and check out the newly generated files in the public/ folder of my project. I have a symbolic link of that folder in my ShinyApps directory so I can view my site via the Shiny server. This is great, because then my colleagues who also use the server can see my site as

Problem with rendering Hugo/blogdown site

时光怂恿深爱的人放手 提交于 2020-12-12 10:07:10
问题 I've seen the post about blogdown::serve_site() no longer serving the site and read the release notes for blogdown 0.21, but it didn't help with my problem. My workflow is/was to write a post, then click "Serve Site" in RStudio and check out the newly generated files in the public/ folder of my project. I have a symbolic link of that folder in my ShinyApps directory so I can view my site via the Shiny server. This is great, because then my colleagues who also use the server can see my site as

Hugo post directory appearing on homepage, but not posts

旧巷老猫 提交于 2020-12-12 06:08:37
问题 For my blogdown-created website (using the Xmin theme), the posts directory - from which I can view individual posts - appears on the homepage, instead of individual posts. https://joshuamrosenberg.com/ This seemed to happen after updating to the lastest version of Hugo. The source for my website is here. I'm a bit puzzled about what to do: do you have any advice? 回答1: This is due to a breaking change in Hugo 0.57.0, and I have fixed the issue in the latest version of the XMin theme.

Hugo shortcode ignored saying “raw HTML omitted”

◇◆丶佛笑我妖孽 提交于 2020-12-08 15:02:18
问题 I have written a shortcode to create a bootstrap dismissable alert box. Below is my shortcode called as layouts/shortcodes/message.html . <div class="alert alert-{{.Get 0}} alert-dismissible fade show" role="alert"> {{.Inner}} <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> This is how I am calling from my content markdown file: {{% message warning%}} This can cause build errors {{% /message %}} However, in the

Hugo shortcode ignored saying “raw HTML omitted”

醉酒当歌 提交于 2020-12-08 15:02:13
问题 I have written a shortcode to create a bootstrap dismissable alert box. Below is my shortcode called as layouts/shortcodes/message.html . <div class="alert alert-{{.Get 0}} alert-dismissible fade show" role="alert"> {{.Inner}} <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> This is how I am calling from my content markdown file: {{% message warning%}} This can cause build errors {{% /message %}} However, in the

Hugo shortcode ignored saying “raw HTML omitted”

风格不统一 提交于 2020-12-08 14:59:38
问题 I have written a shortcode to create a bootstrap dismissable alert box. Below is my shortcode called as layouts/shortcodes/message.html . <div class="alert alert-{{.Get 0}} alert-dismissible fade show" role="alert"> {{.Inner}} <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> This is how I am calling from my content markdown file: {{% message warning%}} This can cause build errors {{% /message %}} However, in the

France beat Croatia 4-2 in World Cup final

自作多情 提交于 2020-11-18 08:40:43
France won the World Cup for the second time by beating Croatia 4-2 in a tremendous final in Moscow 【题目】法国4-2赢得了克罗地亚勇夺世界冠军 【第一段】在莫斯科举办的世界杯决赛中,法国4-2大比分击败克罗地亚,第二次获得世界杯冠军。 💡 tremendous adj.巨大的,指比分拉锯巨大。 A breathtaking encounter featured the first World Cup final own goal, two hugely controversial refereeing decisions and a goalkeeping howler 世界杯决赛上的第一粒乌龙球,两次 💡 breathtaking adj.吃惊的。 encounter n.意外的遭遇 vt 偶然的遇到,碰到 feature 的 v, 有特色的, adj.被形成的 own goal 乌龙球 controversial adj,引起争议的,有争议的。 referee n.仲裁人,调解人。 vt.仲裁,裁判。 refer vt.设计,委托。 howler a stupid mistake 低级错误。 France's victory meant Didier Deschamps,Who