forked from adityatelange/hugo-PaperMod
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from BegoonLab/upgrade_theme
upgrade theme
- Loading branch information
Showing
14 changed files
with
535 additions
and
273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
name: Bug Report 🐞 | ||
description: Create a report to help us improve | ||
title: "[Bug]: " | ||
labels: ["bug", "triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report :) | ||
- Kindly **DO NOT** ask for instructions. | ||
- Use [Discussions](https://github.com/adityatelange/hugo-PaperMod/discussions) section if you have a query or doubts or any orther relevant question. | ||
- You may join [Discord community](https://discord.gg/ahpmTvhVmp) to interact with fellow contributors and users | ||
- Read project's [Wiki](https://github.com/adityatelange/hugo-PaperMod/wiki) for detailed documentation. | ||
- Read project's [FAQs](https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs) section for Frequently asked questions. | ||
- Search for previous [Issues](https://github.com/adityatelange/hugo-PaperMod/issues)/[Pull Requests](https://github.com/adityatelange/hugo-PaperMod/pulls) if this issue is already reported or fix has been created. | ||
- type: textarea | ||
id: what_happened | ||
attributes: | ||
label: What happened? | ||
description: Also tell us, what did you expect to happen? | ||
placeholder: A bug happened! Here are the screenshots.. Tell us what you see! | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps_to_reproduce | ||
attributes: | ||
label: Steps to reproduce | ||
description: How to reproduce this issue. Here are the steps... | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: hugo_version | ||
attributes: | ||
label: Hugo Version | ||
description: What version of Hugo are you running? | ||
options: | ||
- Hugo >= 0.112.4 (Recommended - Minimum version required for PaperMod) | ||
- Hugo < 0.112.4 (Incompatible - Not recommended to build PaperMod on lower verions) | ||
validations: | ||
required: true | ||
- type: input | ||
id: papermod_version | ||
attributes: | ||
label: PaperMod Version | ||
description: What version of PaperMod are you running? | ||
placeholder: | | ||
PaperMod v7.0 or | ||
Branch master or | ||
Commit-id: 3f50861a0ced88f9b614a43662edeb4c0bc45da8 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: browser_type | ||
attributes: | ||
label: What kind of devices are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Mobile | ||
- Desktop | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: browsers | ||
attributes: | ||
label: What browsers are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Firefox | ||
- Chrome | ||
- Safari | ||
- Microsoft Edge | ||
validations: | ||
required: false | ||
- type: input | ||
id: browser_version | ||
attributes: | ||
label: Browser Version | ||
description: Please add browser version or enter user agent string (navigator.userAgent) | ||
placeholder: ex. Google Chrome 86.0 | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
validations: | ||
required: true | ||
- type: input | ||
id: repo_url | ||
attributes: | ||
label: Repository/Source Code link where this issue can be reproduced | ||
description: Please add url of the repository where this issue can be reproduced | ||
placeholder: https://github.com/<username>/<repo name> | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/adityatelange/hugo-PaperMod?tab=coc-ov-file#readme). | ||
options: | ||
- label: I agree to follow this project's Code of Conduct | ||
required: true | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: Enhancement 🚀 | ||
description: Propose a new feature or change for enhancing the experience. | ||
title: "[Enhancement]: " | ||
labels: ["enhancement", "triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this enahancement form :) | ||
- Use [Discussions](https://github.com/adityatelange/hugo-PaperMod/discussions) section if you have a query or doubts or any orther relevant question. | ||
- You may join [Discord community](https://discord.gg/ahpmTvhVmp) to interact with fellow contributors and users | ||
- Read project's [Wiki](https://github.com/adityatelange/hugo-PaperMod/wiki) for detailed documentation. | ||
- Read project's [FAQs](https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs) section for Frequently asked questions. | ||
- Search for previous [Issues](https://github.com/adityatelange/hugo-PaperMod/issues)/[Pull Requests](https://github.com/adityatelange/hugo-PaperMod/pulls) if this issue is already reported or fix has been created. | ||
- type: textarea | ||
id: what_happened | ||
attributes: | ||
label: What you'd like to propose? | ||
description: | ||
placeholder: | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/adityatelange/hugo-PaperMod?tab=coc-ov-file#readme). | ||
options: | ||
- label: I agree to follow this project's Code of Conduct | ||
required: true | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
- id: prev_page | ||
translation: "Prec." | ||
|
||
- id: next_page | ||
translation: "Seg." | ||
|
||
- id: read_time | ||
translation: | ||
one : "1 min" | ||
other: "{{ .Count }} min" | ||
|
||
- id: words | ||
translation: | ||
one : "mot" | ||
other: "{{ .Count }} motss" | ||
|
||
- id: toc | ||
translation: "Taula de contengut" | ||
|
||
- id: translations | ||
translation: "Traduccions" | ||
|
||
- id: home | ||
translation: "Acuèlh" | ||
|
||
- id: edit_post | ||
translation: "Modificar" | ||
|
||
- id: code_copy | ||
translation: "copiar" | ||
|
||
- id: code_copied | ||
translation: "copiat !" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.