diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d4a4537..8ce9e82 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,13 +1,13 @@ --- name: Bug report -about: Create a report to help us improve +about: Create a report to help us improve this theme title: '' labels: triage assignees: '' --- -## What version of Go are you using (`$ hugo version`)? +## What version of Hugo are you using (`$ hugo version`)? ## What operating system and processor architecture are you using? @@ -17,7 +17,7 @@ assignees: '' ## What did you see instead? -## Optional (best if completed) +## If you have a hugo log output, please paste it below. **To Reproduce** Steps to reproduce the behavior: diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md index 48e7c50..93d03b5 100644 --- a/exampleSite/content/about.md +++ b/exampleSite/content/about.md @@ -4,3 +4,13 @@ hasMath = false +++ Hello, I'm an example site that uses the Hugo Tufte theme. + + +Here is a bullet list: + +- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. +- Arcu felis bibendum ut tristique et. Volutpat odio facilisis mauris sit amet massa. +- Sed id semper risus in hendrerit gravida rutrum. + - Risus pretium quam vulputate dignissim suspendisse in est ante. Bibendum neque egestas congue quisque egestas diam in arcu. + - Nulla porttitor massa id neque aliquam. Laoreet non curabitur gravida arcu ac tortor dignissim convallis. +- Sit amet consectetur adipiscing elit. \ No newline at end of file