From 6ad05802c0c791277502e7fa03e2b38c02066cde Mon Sep 17 00:00:00 2001 From: wc <78423238+de-soot@users.noreply.github.com> Date: Sat, 8 Feb 2025 13:02:24 +0800 Subject: [PATCH] Numbered Table of Contents and added conclusion to TOC --- _posts/2025-02-20-groff-apa.md | 24 +++++---- _site/README.md | 19 ------- _site/feed.xml | 90 ++++++++++++++++++++-------------- 3 files changed, 66 insertions(+), 67 deletions(-) diff --git a/_posts/2025-02-20-groff-apa.md b/_posts/2025-02-20-groff-apa.md index a915479..60464f3 100644 --- a/_posts/2025-02-20-groff-apa.md +++ b/_posts/2025-02-20-groff-apa.md @@ -8,17 +8,19 @@ permalink: /groff-apa # Table of Contents -[Preface](/groff-apa#preface) +1. [Table of Contents](/groff-apa#tableofcontents) -[Introduction](/groff-apa#introduction) +2. [Preface](/groff-apa#preface) -[Prerequisites](/groff-apa#prerequisites) +3. [Introduction](/groff-apa#introduction) -[Cover Page](/groff-apa#coverpage) +4. [Prerequisites](/groff-apa#prerequisites) -[Page Numbering](/groff-apa#pagenumbering) +5. [Cover Page](/groff-apa#coverpage) -[Font](/groff-apa#font) +6. [Page Numbering](/groff-apa#pagenumbering) + +7. [Font](/groff-apa#font) - [Font Family](/groff-apa#fontfamily) - [Default Fonts](/groff-apa#defaultfonts) - [Custom Fonts](/groff-apa#customfonts) @@ -26,18 +28,20 @@ permalink: /groff-apa - [Line Spacing](/groff-apa#linespacing) - [Font Style](/groff-apa#fontstyle) -[In-text Citation](/groff-apa#intextcitation) +8. [In-text Citation](/groff-apa#intextcitation) - [Parenthetical Citation](/groff-apa#parentheticalcitation) - [Narrative Citation](/groff-apa#narrativecitation) -[Reference List](/groff-apa#referencelist) +9. [Reference List](/groff-apa#referencelist) - [Formatting the Heading](/groff-apa#formattingtheheading) - [Space Between Entries](/groff-apa#spacebetweenentries) - [Field Ordering](/groff-apa#fieldordering) - [Punctuation](/groff-apa#punctuation) - [Period Suppression](/groff-apa#periodsuppression) -[Exporting as PDF](/groff-apa#exportingaspdf) +10. [Exporting as PDF](/groff-apa#exportingaspdf) + +11. [Conclusion](/groff-apa#conclusion) # Preface @@ -451,7 +455,7 @@ Below is a list explaining what each of the optional arguments mean: - `-R` selects refer macros. - (Optional) `-dpaper=a4` and `-P-pa4` exports the paper to the international-standard A4 size instead of the default US letter. -# Conclusion +# Conclusion If you found this helpful in any way or have any questions, feel free to leave a comment below. diff --git a/_site/README.md b/_site/README.md index 71737a5..a855682 100644 --- a/_site/README.md +++ b/_site/README.md @@ -31,22 +31,3 @@ bundle exec jekyll serve 7) Profit! Refer to the [official Jekyll documentation](https://jekyllrb.com/docs) for more information regarding installing and running Jekyll. - -### Write a Blog Post - -1. Create a markdown (`.md`) file inside `/_posts` with this at the top of the document: - -```md ---- -layout: post -title: -date: YYYY-MM-DD -categories: -permalink: /... ---- -``` - -2. Write the title of the post after `title:`. -3. Replace `YYYY`, `MM`, and `DD` with the year, month, and day the post is published, respectively. -4. Add any keywords related to the topic of your post after `categories:` separated by commas. -5. Replace the `...` after `permalink:` with the custom path given to the blog post. diff --git a/_site/feed.xml b/_site/feed.xml index 3f37919..45c5da3 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,47 +1,60 @@ -Jekyll2025-02-07T23:02:52+08:00http://localhost:4000/feed.xmlde_soothosted on github pagesGuide to APA with groff ms and refer2025-02-07T00:00:00+08:002025-02-07T00:00:00+08:00http://localhost:4000/groff-apaTable of Contents +Jekyll2025-02-08T12:55:36+08:00http://localhost:4000/feed.xmlde_soothosted on github pagesGuide to APA with groff ms and refer2025-02-07T00:00:00+08:002025-02-07T00:00:00+08:00http://localhost:4000/groff-apaTable of Contents -

Preface

- -

Introduction

- -

Prerequisites

- -

Cover Page

- -

Page Numbering

- -

Font

- - -

In-text Citation

- - -

Reference List

- - -

Exporting as PDF

+
  • Reference List + +
  • +
  • +

    Exporting as PDF

    +
  • +
  • Conclusion
  • +

    Preface

    @@ -189,6 +202,7 @@ sort A+ # Sorts References in alphabetical order label "(A1?(A1.n(A3?' et al.':A2&' & 'A2.n)):Q)', '(D.y|D)" # "Author(s), Date" format for parenthetical citation (joins author names using '&' if 2 authors; appends 'et. al.' if 3 or more) bracket-label " (" ) "; " # (same as `-S` argument for refer) no-label-in-reference # Do not display (Author(s), Date) like footnotes in reference list +join-authors " & " ", " " & " # Change default "and" to ampersand (&) when joining author names in reference entry .R2 \" Refer block end @@ -412,7 +426,7 @@ no-label-in-reference # Do not display (Author(s), Date) like footnotes in refer
  • (Optional) -dpaper=a4 and -P-pa4 exports the paper to the international-standard A4 size instead of the default US letter.
  • -

    Conclusion

    +

    Conclusion

    If you found this helpful in any way or have any questions, feel free to leave a comment below.