-
运行游戏时FML导致崩溃 于ForgeGradle 3.+版本(Forge 1.12.2-14.23.5.2854及以上版本)运行游戏时崩溃,日志提示:Caught exception from Forge Mod Loader (FML)。 ::: details 详细崩溃报告 1net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Forge Mod Loader (FML) 2Caused by: java.lang.NullPointerException 3 at …
Read More -
无法下载 fastutil.jar 配置开发环境时提示构建失败(BUILD FAILED),提示如下内容: 1* What went wrong: 2A problem occurred configuring root project '*******'. 3> Could not resolve all files for configuration ':_compileJava_1'. 4 > Could not download fastutil.jar (it.unimi.dsi:fastutil:7.1.0) 5 > Could not get resource …
Read More -
Page bundles are an optional way to organize page resources within Hugo. You can opt-in to using page bundles in Hugo Clarity with
usePageBundlesin your site configuration --- or in a page's front matter.
Read More -
The "Notices" shortcode enables you to call out pieces of information - sidebars, warnings, tips, etc. To create a notice on a page, you can use the notice shortcode. You use the notice shortcode, with the first parameter being one of note, info, tip, and warning. Then add a title for your note in quotes as the second …
Read More -
The "Notices" shortcode enables you to call out pieces of information - sidebars, warnings, tips, etc. To create a notice on a page, you can use the notice shortcode. You use the notice shortcode, with the first parameter being one of note, info, tip, and warning. Then add a title for your note in quotes as the second …
Read More -
This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. Headings The following HTML <h1>—<h6> elements represent six levels of section headings. <h1> is the highest section level while <h6> is the …
Read More -
Lorem est tota propiore conpellat pectoribus de pectora summo. Redit teque digerit hominumque toris verebor lumina non cervice subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis lumine cognoscere flos nubis! …
Read More -
Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries. In this example we will be using KaTeX Create a partial under /layouts/partials/hooks/head-end.html Add these lines to the newly created partial: 1{{ if or .Params.math .Site.Params.math }} 2{{ partial "math.html" . }} 3{{ …
Read More -
Emoji can be enabled in a Hugo project in a number of ways. The emojify function can be called directly in templates or Inline Shortcodes. To enable emoji globally, set enableEmoji to true in your site's configuration and then you can type emoji shorthand codes directly in content files; e.g. 🙈 :see_no_evil: 🙉 …
Read More