You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

1.7 KiB

+++ title = "Post Bylines" description = "Membuat byline yang dapat dibaca manusia dan mesin di postingan." categories = ["experience"] tags = ["author", "posts", "taxonomy", "publishing"] feature = ["related content", "code highlighter"] notes = [ "perbarui contoh postingan byline'taxonomy pages'jika dimodifikasi" ] copyright owner = "Josh Habdas" date = "2019" license = "agpl-3.0-or-later" +++

After Dark mwmbuat postingan byline yang sangat banyak secara otomatis. Bylines termasuk pilihan nama penuis, jumlah kata, tautan ke Halaman Taksonomi dan Structured Data.

{{% hackcss-card header="Example Byline" %}} Diterbitkan [by author] [publishdate or date] di navigation dan ditandai links dan taxonomy menggunakan [wordcount] kata-kata. {{% /hackcss-card %}}

Jika author ditentukan di {{< external href="https://gohugo.io/getting-started/configuration/" text="Site Configuration" />}} params atau posting {{< external href="https://gohugo.io/content-management/front-matter/" text="Front Matter" />}} itu akan dimasukkan secara otomatis dalam byline yang menghubungkan penulis:

[params]
  author = "Billy Joe Jim Bob" # the guy behind the guy behind the guy

Sesuaikan hide_author di {{< external href="https://gohugo.io/getting-started/configuration/" text="Site Configuration" />}} untuk menekan atribusi di seluruh situs:

[params]
  author = "" # optional setting, not required in config
  hide_author = true # hides author name and related structured data

Gabungkan dengancategories dan Last Modified untuk mengahasilkan Structured Data yang unik.