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.

37 lines
1.7 KiB

4 years ago
  1. +++
  2. title = "Post Bylines"
  3. description = "Membuat byline yang dapat dibaca manusia dan mesin di postingan."
  4. categories = ["experience"]
  5. tags = ["author", "posts", "taxonomy", "publishing"]
  6. feature = ["related content", "code highlighter"]
  7. notes = [
  8. "perbarui contoh postingan byline'taxonomy pages'jika dimodifikasi"
  9. ]
  10. [[copyright]]
  11. owner = "Josh Habdas"
  12. date = "2019"
  13. license = "agpl-3.0-or-later"
  14. +++
  15. After Dark mwmbuat postingan byline yang sangat banyak secara otomatis. Bylines termasuk pilihan nama penuis, jumlah kata, tautan ke [Halaman Taksonomi](../taxonomy-pages) dan [Structured Data](../structured-data).
  16. {{% hackcss-card header="Example Byline" %}}
  17. Diterbitkan [by `author`] [`publishdate` or `date`] di [navigation](/categories/navigation) dan ditandai [links](/tags/links) dan [taxonomy](/tags/taxonomy) menggunakan [`wordcount`] kata-kata.
  18. {{% /hackcss-card %}}
  19. 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:
  20. ```toml
  21. [params]
  22. author = "Billy Joe Jim Bob" # the guy behind the guy behind the guy
  23. ```
  24. Sesuaikan `hide_author` di {{< external href="https://gohugo.io/getting-started/configuration/" text="Site Configuration" />}} untuk menekan atribusi di seluruh situs:
  25. ```toml
  26. [params]
  27. author = "" # optional setting, not required in config
  28. hide_author = true # hides author name and related structured data
  29. ```
  30. Gabungkan dengan`categories` dan [Last Modified](../last-modified) untuk mengahasilkan [Structured Data](../structured-data) yang unik.