-
Notifications
You must be signed in to change notification settings - Fork 23
Feat/dark mode support #148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Abhinandankaushik
wants to merge
19
commits into
apache:main
Choose a base branch
from
Abhinandankaushik:feat/dark-mode-support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 13 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
f6e88b9
fixed:about
Abhinandankaushik e104587
Update content/theme/templates/menu.html
Abhinandankaushik 89aaef9
Merge remote-tracking branch 'upstream/main'
Abhinandankaushik ec241e7
Merge branch 'main' of https://github.com/Abhinandankaushik/datafusio…
Abhinandankaushik 1b2cfa6
added spell check action
Abhinandankaushik 5125719
added spell check github-action
Abhinandankaushik e6995c0
fixed blog-typos and added flase-positive in the list
Abhinandankaushik 2b3c715
typo lower-case issue fixed
Abhinandankaushik de5426c
added dark-mode support
Abhinandankaushik 5fac75f
fix blog-typos and added false-positive into the list
Abhinandankaushik fa6c303
typos fix-attempt-1
Abhinandankaushik 092883b
Merge branch 'ci/add-typos-spellcheck' of https://github.com/Abhinand…
Abhinandankaushik e8b8781
addec dark-mode
Abhinandankaushik d7d9801
Merge branch 'main' into feat/dark-mode-support
Abhinandankaushik 1f773c7
removed extra box-style and added simple dark-mode feature
Abhinandankaushik a7c36a1
Merge branch 'feat/dark-mode-support' of https://github.com/Abhinanda…
Abhinandankaushik 8160f80
fixed all dark-mode issues
Abhinandankaushik b9a5be3
finalyze dark-mode properties
Abhinandankaushik 9737883
Merge remote-tracking branch 'upstream/main' into feat/dark-mode-support
Abhinandankaushik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 @@ | ||
| # Licensed to the Apache Software Foundation (ASF) under one | ||
| # or more contributor license agreements. See the NOTICE file | ||
| # distributed with this work for additional information | ||
| # regarding copyright ownership. The ASF licenses this file | ||
| # to you under the Apache License, Version 2.0 (the | ||
| # "License"); you may not use this file except in compliance | ||
| # with the License. You may obtain a copy of the License at | ||
| # | ||
| # http://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # Unless required by applicable law or agreed to in writing, | ||
| # software distributed under the License is distributed on an | ||
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
| # KIND, either express or implied. See the License for the | ||
| # specific language governing permissions and limitations | ||
| # under the License. | ||
|
|
||
| name: Typo Check | ||
|
|
||
| on: | ||
| push: | ||
| branches: | ||
| - main | ||
| pull_request: | ||
|
|
||
| jobs: | ||
| typos: | ||
| name: Spell Check with Typos | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||
| with: | ||
| persist-credentials: false | ||
| - uses: crate-ci/typos@40156d6074bf731adb169cfb8234954971dbc487 # v1.37.1 | ||
| with: | ||
| files: ./content/blog/ |
This file contains hidden or 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,53 @@ | ||
| # Licensed to the Apache Software Foundation (ASF) under one | ||
| # or more contributor license agreements. See the NOTICE file | ||
| # distributed with this work for additional information | ||
| # regarding copyright ownership. The ASF licenses this file | ||
| # to you under the Apache License, Version 2.0 (the | ||
| # "License"); you may not use this file except in compliance | ||
| # with the License. You may obtain a copy of the License at | ||
| # | ||
| # http://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # Unless required by applicable law or agreed to in writing, | ||
| # software distributed under the License is distributed on an | ||
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
| # KIND, either express or implied. See the License for the | ||
| # specific language governing permissions and limitations | ||
| # under the License. | ||
|
|
||
| # Configuration for typos spell checker | ||
| # https://github.com/crate-ci/typos | ||
|
|
||
| # Ignore patterns for strings that contain false positives | ||
| [default] | ||
| extend-ignore-re = [ | ||
| "chloro-pn", # GitHub username | ||
| "2010YOUY01", # GitHub username | ||
| "RinChanNOWWW", # GitHub username | ||
| "ANDed", # Technical term (ANDed predicates) | ||
| "NDJson", # Data format name | ||
| "efully express fo\\|", # TPC-H dataset artifact (truncated data) | ||
| ] | ||
|
|
||
| # Custom dictionary for technical terms (whole word matching only) | ||
| [default.extend-words] | ||
| # Add any false positives here if needed | ||
|
|
||
| # GitHub usernames (keys must be lowercase for case-insensitive matching) | ||
| youy = "youy" | ||
|
|
||
| # Product/Service names | ||
| vertica = "vertica" | ||
|
|
||
| # Personal names | ||
| parth = "parth" | ||
| authers = "authers" | ||
|
|
||
| # Technical terms | ||
| ndjson = "ndjson" | ||
| anded = "anded" | ||
| rin = "rin" | ||
|
|
||
| # Add any false positives here if needed | ||
|
|
||
|
|
||
Abhinandankaushik marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.