Open jmcclelland opened 7 years ago
I have final exams going on, I will try to look into this tommorow. Please provide me a sample of your toml file if possible.
Thanks!
languageCode = "en-us"
title = "Institute for the Study of Society"
baseurl = "https://instituteforthestudyofthescienceofsociety.org/"
canonifyurls = true
paginate = 10
theme = "startbootstrap-clean-blog"
copyright = "Code released under the Apache 2.0 license."
noTimes = true
[author]
name = "Institute for the Study of Society"
[params]
DateForm = "Mon, Jan 2, 2006"
Description = "Welcome to the Institute for the Study of the Science of Society"
Author = "Institute for the Study of Society"
email = "joe@bob.org"
postSummariesFrontPage = 4
showReadTime = true
[[menu.main]]
name = "home"
url = "/"
Same error here.
Microsoft Windows [Versione 10.0.17134.228] (c) 2018 Microsoft Corporation. Tutti i diritti sono riservati.
C:\Users\andrea.bisello>cd C:\Users\andrea.bisello\Desktop\Lipi.v0.6.0b_WIN
C:\Users\andrea.bisello\Desktop\Lipi.v0.6.0b_WIN>java -jar "Lipi 0.6.0b.jar" Exception in thread "JavaFX Application Thread" java.lang.NullPointerException at view.wizard.WelcomeWizard.openDirBlog(WelcomeWizard.java:58) at view.wizard.WelcomeWizard$1.handle(WelcomeWizard.java:119) at view.wizard.WelcomeWizard$1.handle(WelcomeWizard.java:116) at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191) at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74) at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54) at javafx.event.Event.fireEvent(Event.java:198) at javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:3470) at javafx.scene.Scene$ClickGenerator.access$8100(Scene.java:3398) at javafx.scene.Scene$MouseHandler.process(Scene.java:3766) at javafx.scene.Scene$MouseHandler.access$1500(Scene.java:3485) at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1762) at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2494) at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:394) at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$353(GlassViewEventHandler.java:432) at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:389) at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:431) at com.sun.glass.ui.View.handleMouseEvent(View.java:555) at com.sun.glass.ui.View.notifyMouse(View.java:937) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$null$147(WinApplication.java:177) at java.lang.Thread.run(Unknown Source)
C:\Users\andrea.bisello\Desktop\Lipi.v0.6.0b_WIN>
toml
baseURL = "http://localhost:1313/" languageCode = "it-IT" title = "Recensioni Facili" theme = "hugo-lamp" googleAnalytics = ""
[params] subtitle = "Quello che ti basta sapere." author = "Andrea Bisello" logo = "/img/avatar.jpg" description = "Non sai qualcosa? Te lo spieghiamo, in modo semplice." paginate = 10
Publisher
adsensePublisher = "ca-pub-XXX" # Required if you want to include Google Adsense
adsenseSlot = "XXX" # Required slot to display ads
adsenseSlotSticky = "XXX" # Enables sticky ads feature, value maybe the same with adsenseSlot, remove if you don't want display sticky ads
SEO configs
seotitle = "Recensioni di elettrodomestici e tecnologia facili da capire"
googleSiteVerification = "" # Google Webmaster
msValidate = "bing_site_verification_code" # Bing Webmaster
Social networks
email = "name@domain.com"
github = "huyb1991"
twitter = "twitter_username"
linkedin = "linkedin_username"
facebook = "facebook_username"
google = "googleplus_id_number"
instagram = "instagram_username"
youtube = "youtube_username"
dribbble = "dribbble_username"
[taxonomies] tag = "tags" category = "categories"
[[menu.main]] name = "Computer Portatili" weight = 1 identifier = "notebook" url = "/recensioni-computer-portatili-notebook/"
All front matter should be in toml format... yet when I point lipi to an existing hugo site it immediately crashes with: