-
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.
- Loading branch information
1 parent
13c4e6f
commit eb0cf7a
Showing
4,593 changed files
with
58,818 additions
and
1 deletion.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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,11 @@ | ||
{ | ||
"presets": [ | ||
[ | ||
"@babel/preset-env", | ||
{ | ||
"targets": "> 0.25%, not dead" | ||
} | ||
], | ||
"minify" | ||
] | ||
} |
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,36 @@ | ||
--- | ||
name: Bug Report | ||
about: Create a bug report | ||
title: "[BUG] Some problem..." | ||
labels: bug | ||
|
||
--- | ||
|
||
### Describe the bug | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
### Expected behavior | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
### Screenshots | ||
|
||
If applicable, add screenshots to help explain your problem. | ||
|
||
### Build Environment | ||
|
||
- OS: [e.g. Windows 10, macOS, Ubuntu] | ||
- Theme version/commit: [e.g. 1.0.0, [0548952](https://github.com/khusika/FeelIt/commits/0548952d216928c072948a91beb6279842bbf783)] | ||
- Hugo version: [e.g. 0.110.0] | ||
|
||
Please try to use Hugo **extended** version before opening the issue. | ||
|
||
### Preview Environment | ||
|
||
- OS: [e.g. Windows 10, macOS, Ubuntu, iOS, Android] | ||
- Browser [e.g. Chrome, Safari, Firefox] | ||
|
||
### Additional Information | ||
|
||
Configuration files or front matter code... |
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Theme Documentation | ||
url: https://feelit.khusika.dev/categories/documentation/ | ||
about: Please read the documentation carefully. |
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,19 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[FEATURE] Some feature" | ||
labels: enhancement | ||
|
||
--- | ||
|
||
### Describe the feature you want | ||
|
||
- Feature 1 | ||
I want this feature to solve ... | ||
- Feature 2 | ||
I want this feature to solve ... | ||
- ... | ||
|
||
### Useful reference | ||
|
||
If available, provide useful links to fulfill the feature. |
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,29 @@ | ||
--- | ||
name: Upstream Issues | ||
about: Create a bug report generated from Hugo upstream version | ||
title: "[UPSTREAM ISSUES] Some problem..." | ||
labels: upstreamIssues | ||
|
||
--- | ||
|
||
|
||
### Describe the issues | ||
|
||
A clear and concise description of what the issue is. | ||
|
||
### Describe the workaround | ||
|
||
Describe the workaround if possible... | ||
|
||
### Related topic | ||
|
||
Provides related topic | ||
|
||
- Link 1 | ||
- Link 2 | ||
- ... | ||
|
||
### Build Environment | ||
|
||
- Theme version/commit: [e.g. 1.0.0, [0548952](https://github.com/khusika/FeelIt/commits/0548952d216928c072948a91beb6279842bbf783)] | ||
- Hugo commit version: [e.g. [724d5db](https://github.com/gohugoio/hugo/commits/724d5db5803adee657a34a05d81460d4453bfcb4)] |
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,31 @@ | ||
name: Page Test | ||
|
||
on: [push] | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: true | ||
fetch-depth: 0 | ||
|
||
- name: Setup Hugo | ||
uses: peaceiris/actions-hugo@v2 | ||
with: | ||
hugo-version: 'latest' | ||
extended: true | ||
|
||
- name: Build Page | ||
env: | ||
HUGO_OEMBED_ACCESSTOKEN: ${{ secrets.HUGO_OEMBED_ACCESSTOKEN }} | ||
HUGO_VSSUE_CLIENTSECRET: ${{ secrets.HUGO_VSSUE_CLIENTSECRET }} | ||
run: | | ||
npm ci | ||
npm run deploy | ||
- name: Validate HTML | ||
run: | | ||
wget -P ./exampleSite https://github.com/validator/validator/releases/download/latest/vnu.jar | ||
java -jar ./exampleSite/vnu.jar --verbose --skip-non-html --also-check-css --errors-only ./exampleSite/public |
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,21 @@ | ||
# Hugo default output directory | ||
public/ | ||
/exampleSite/resources/ | ||
/exampleSite/assets/js/ | ||
/exampleSite/.hugo_build.lock | ||
|
||
node_modules/ | ||
build/ | ||
|
||
## OS Files | ||
# Windows | ||
Thumbs.db | ||
ehthumbs.db | ||
Desktop.ini | ||
$RECYCLE.BIN/ | ||
|
||
# OSX | ||
.DS_Store | ||
|
||
# Linux | ||
.directory |
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,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
npm run build && npm run copy && git add resources |
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,22 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2018 LIUZHICHAO.COM | ||
Copyright (c) 2019 DILLONZQ.COM | ||
Copyright (c) 2020 KHUSIKA.DEV | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
this software and associated documentation files (the "Software"), to deal in | ||
the Software without restriction, including without limitation the rights to | ||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of | ||
the Software, and to permit persons to whom the Software is furnished to do so, | ||
subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS | ||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR | ||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER | ||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | ||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
Oops, something went wrong.