Site メソッド
これらのメソッドは Site オブジェクトに対して利用します。 マルチ言語プロジェクトの場合は、複数のサイトを持っていることがあります。 各メソッドはそれぞれの言語に対して用います。
これらのメソッドは Site オブジェクトに対して利用します。 マルチ言語プロジェクトの場合は、複数のサイトを持っていることがあります。 各メソッドはそれぞれの言語に対して用います。
SITE.BuildDrafts ⟼ boolReports whether the current build includes draft pages. 詳しく見る »
SITE.DisqusShortname ⟼ stringReturns the Disqus shortname as defined in the site configuration. 詳しく見る »
SITE.GoogleAnalytics ⟼ stringReturns the Google Analytics tracking ID as defined in the site configuration. 詳しく見る »
SITE.IsDevelopment ⟼ boolReports whether the current running environment is “development”. 詳しく見る »
SITE.IsMultiLingual ⟼ boolReports whether there are two or more configured languages. 詳しく見る »
SITE.LanguagePrefix ⟼ stringReturns the URL language prefix, if any, for the given site. 詳しく見る »
SITE.LastChange ⟼ time.TimeReturns the last modification date of site content. 詳しく見る »
SITE.MainSections ⟼ []stringReturns a slice of the main section names as defined in the site configuration, falling back to the top level section with the most pages. 詳しく見る »
SITE.RegularPages ⟼ page.PagesReturns a collection of all regular pages. 詳しく見る »
SITE.Taxonomies ⟼ page.TaxonomyListReturns a data structure containing the site’s Taxonomy objects, the terms within each Taxonomy object, and the pages to which the terms are assigned. 詳しく見る »