Skip to content

Commit

Permalink
changed name of folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-m-masood committed Oct 22, 2023
1 parent 13c4e6f commit eb0cf7a
Show file tree
Hide file tree
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.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "themes/feelIt"]
path = themes/feelIt
url = https://github.com/khusika/FeelIt.git
[submodule "themes/themes/FeelIt"]
path = themes/themes/FeelIt
url = https://github.com/khusika/FeelIt.git
11 changes: 11 additions & 0 deletions themes/FeelIt/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": "> 0.25%, not dead"
}
],
"minify"
]
}
36 changes: 36 additions & 0 deletions themes/FeelIt/.github/ISSUE_TEMPLATE/bug-report.md
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...
5 changes: 5 additions & 0 deletions themes/FeelIt/.github/ISSUE_TEMPLATE/config.yml
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.
19 changes: 19 additions & 0 deletions themes/FeelIt/.github/ISSUE_TEMPLATE/feature-request.md
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.
29 changes: 29 additions & 0 deletions themes/FeelIt/.github/ISSUE_TEMPLATE/upstream-issues.md
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)]
31 changes: 31 additions & 0 deletions themes/FeelIt/.github/workflows/page-test.yaml
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
21 changes: 21 additions & 0 deletions themes/FeelIt/.gitignore
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
4 changes: 4 additions & 0 deletions themes/FeelIt/.husky/pre-commit
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
22 changes: 22 additions & 0 deletions themes/FeelIt/LICENSE
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.
Loading

0 comments on commit eb0cf7a

Please sign in to comment.