Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 1 addition & 98 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
"profile": "http://www.thatamazingprogrammer.com/",
"contributions": [
"code",
"bug",
"doc"
"bug"
]
},
{
Expand Down Expand Up @@ -315,108 +314,12 @@
"code"
]
},
{
"login": "michael0liver",
"name": "Michael Oliver",
"avatar_url": "https://avatars3.githubusercontent.com/u/55017335?v=4",
"profile": "https://michaeloliver.dev",
"contributions": [
"code"
]
},
{
"login": "epogrebnyak",
"name": "Evgeny Pogrebnyak",
"avatar_url": "https://avatars3.githubusercontent.com/u/9265326?v=4",
"profile": "https://epogrebnyak.github.io",
"contributions": [
"bug",
"ideas"
]
},
{
"login": "sosiristseng",
"name": "Wen Wei Tseng",
"avatar_url": "https://avatars2.githubusercontent.com/u/40054455?v=4",
"profile": "https://sosiristseng.github.io",
"contributions": [
"code"
]
},
{
"login": "sheldonhull",
"name": "sheldonhull",
"avatar_url": "https://avatars.githubusercontent.com/u/3526320?v=4",
"profile": "https://www.sheldonhull.com",
"contributions": [
"code",
"bug"
]
},
{
"login": "jadmadi",
"name": "Madi",
"avatar_url": "https://avatars.githubusercontent.com/u/29486218?v=4",
"profile": "https://github.com/jadmadi",
"contributions": [
"code",
"bug"
]
},
{
"login": "trmendes",
"name": "Thiago Mendes",
"avatar_url": "https://avatars.githubusercontent.com/u/16507629?v=4",
"profile": "https://tmendes.gitlab.io/28lbackpack",
"contributions": [
"code"
]
},
{
"login": "aiyasin",
"name": "Yasin",
"avatar_url": "https://avatars.githubusercontent.com/u/61509470?v=4",
"profile": "http://aimoon.top",
"contributions": [
"bug"
]
},
{
"login": "aplatanado",
"name": "Jesús Torres",
"avatar_url": "https://avatars.githubusercontent.com/u/266452?v=4",
"profile": "http://www.jesustorres.es/",
"contributions": [
"code"
]
},
{
"login": "ktw717",
"name": "Karl Webster",
"avatar_url": "https://avatars.githubusercontent.com/u/19327709?v=4",
"profile": "https://github.com/ktw717",
"contributions": [
"code",
"doc"
]
},
{
"login": "OnlyFor",
"name": "OnlyFor",
"avatar_url": "https://avatars.githubusercontent.com/u/16849187?v=4",
"profile": "https://github.com/OnlyFor",
"contributions": [
"code",
"doc"
]
},
{
"login": "tbm98",
"name": "Minh Tran",
"avatar_url": "https://avatars.githubusercontent.com/u/52562340?v=4",
"profile": "https://tbm98.dev",
"contributions": [
"code",
"bug"
]
}
Expand Down
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM klakegg/hugo:ext-ubuntu

ENV WAKATIME_HOME /workspaces/CodeIT/.wakatime/

# Configure apt
ENV DEBIAN_FRONTEND=noninteractive

Expand Down
5 changes: 3 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"resmon.show.battery": false,
"resmon.show.cpufreq": false,
"terminal.integrated.fontFamily": "CaskaydiaCove NF, Cascadia Mono, Consolas, 'Courier New', monospace",
"terminal.integrated.shell.linux": "/bin/zsh"
"terminal.integrated.defaultProfile.linux": "zsh"
},
"extensions": [
"budparr.language-hugo-vscode",
Expand All @@ -15,7 +15,8 @@
"eamodio.gitlens",
"mutantdino.resourcemonitor",
"budparr.language-hugo-vscode",
"vscode-icons-team.vscode-icons"
"vscode-icons-team.vscode-icons",
"wakatime.vscode-wakatime"
],
"forwardPorts": [1313]
}
35 changes: 35 additions & 0 deletions .github/workflows/lighthouse-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Lighthouse CI
on:
push:
branches:
- feat/lighthouse-ci
jobs:
build:
name: Collect LightHouse metrics
runs-on: ubuntu-20.04
defaults:
run:
working-directory: CodeIT
steps:
- name: Set up Git repository
uses: actions/checkout@v2
with:
path: "CodeIT"
fetch-depth: 0
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "latest"
extended: true
- name: Build static pages
run: hugo --source=exampleSite -v --gc
- name: Use Node.js 15.x
uses: actions/setup-node@v2
with:
node-version: 15.x
- name: Run the Lighthouse CI
run: |
npm install -g @lhci/cli@0.6.x
lhci autorun
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ $RECYCLE.BIN/

#idea IDE
.idea

# WakaTime
.wakatime/
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://suntprogramator.dev/"><img src="https://avatars1.githubusercontent.com/u/24962085?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Victor Pogor</b></sub></a><br /><a href="https://github.com/sunt-programator/CodeIT/commits?author=victor-pogor" title="Code">💻</a> <a href="https://github.com/sunt-programator/CodeIT/issues?q=author%3Avictor-pogor" title="Bug reports">🐛</a> <a href="#projectManagement-victor-pogor" title="Project Management">📆</a></td>
<td align="center"><a href="https://github.com/dillonzq"><img src="https://avatars1.githubusercontent.com/u/30786232?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Dillon</b></sub></a><br /><a href="https://github.com/sunt-programator/CodeIT/commits?author=dillonzq" title="Code">💻</a> <a href="https://github.com/sunt-programator/CodeIT/issues?q=author%3Adillonzq" title="Bug reports">🐛</a> <a href="#projectManagement-dillonzq" title="Project Management">📆</a></td>
<td align="center"><a href="https://giuseppepignataro.eu/"><img src="https://avatars0.githubusercontent.com/u/16869546?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Giuseppe Pignataro</b></sub></a><br /><a href="https://github.com/sunt-programator/CodeIT/commits?author=Fastbyte01" title="Code">💻</a> <a href="https://github.com/sunt-programator/CodeIT/issues?q=author%3AFastbyte01" title="Bug reports">🐛</a> <a href="#projectManagement-Fastbyte01" title="Project Management">📆</a></td>
<td align="center"><a href="http://www.thatamazingprogrammer.com/"><img src="https://avatars0.githubusercontent.com/u/11393826?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Christopher C. Johnson</b></sub></a><br /><a href="https://github.com/sunt-programator/CodeIT/commits?author=Programazing" title="Code">💻</a> <a href="https://github.com/sunt-programator/CodeIT/issues?q=author%3AProgramazing" title="Bug reports">🐛</a> <a href="https://github.com/sunt-programator/CodeIT/commits?author=Programazing" title="Documentation">📖</a></td>
<td align="center"><a href="http://www.thatamazingprogrammer.com/"><img src="https://avatars0.githubusercontent.com/u/11393826?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Christopher C. Johnson</b></sub></a><br /><a href="https://github.com/sunt-programator/CodeIT/commits?author=Programazing" title="Code">💻</a> <a href="https://github.com/sunt-programator/CodeIT/commits?author=Programazing" title="Documentation">📖</a> <a href="https://github.com/sunt-programator/CodeIT/issues?q=author%3Adillonzq" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://astropengu.in/"><img src="https://avatars2.githubusercontent.com/u/13254278?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Akio Taniguchi</b></sub></a><br /><a href="https://github.com/sunt-programator/CodeIT/commits?author=astropenguin" title="Code">💻</a></td>
<td align="center"><a href="https://www.holo.co.de/"><img src="https://avatars0.githubusercontent.com/u/6415842?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Dave A-W</b></sub></a><br /><a href="https://github.com/sunt-programator/CodeIT/commits?author=DaveA-W" title="Code">💻</a></td>
<td align="center"><a href="https://blog.realsangil.net/"><img src="https://avatars1.githubusercontent.com/u/15508203?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sangil Park</b></sub></a><br /><a href="https://github.com/sunt-programator/CodeIT/commits?author=realsangil" title="Code">💻</a></td>
Expand Down Expand Up @@ -269,21 +269,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/SilkeHenderickx"><img src="https://avatars0.githubusercontent.com/u/28140438?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Silke Henderickx</b></sub></a><br /><a href="https://github.com/sunt-programator/CodeIT/commits?author=SilkeHenderickx" title="Code">💻</a></td>
<td align="center"><a href="https://ghos.in/"><img src="https://avatars1.githubusercontent.com/u/26043355?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ghosin</b></sub></a><br /><a href="https://github.com/sunt-programator/CodeIT/commits?author=Ghosin" title="Code">💻</a></td>
<td align="center"><a href="https://automationd.com/"><img src="https://avatars2.githubusercontent.com/u/1790594?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Dmitry Kireev</b></sub></a><br /><a href="https://github.com/sunt-programator/CodeIT/commits?author=AutomationD" title="Code">💻</a></td>
<td align="center"><a href="https://michaeloliver.dev"><img src="https://avatars3.githubusercontent.com/u/55017335?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Michael Oliver</b></sub></a><br /><a href="https://github.com/sunt-programator/CodeIT/commits?author=michael0liver" title="Code">💻</a></td>
<td align="center"><a href="https://epogrebnyak.github.io"><img src="https://avatars3.githubusercontent.com/u/9265326?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Evgeny Pogrebnyak</b></sub></a><br /><a href="https://github.com/sunt-programator/CodeIT/issues?q=author%3Aepogrebnyak" title="Bug reports">🐛</a> <a href="#ideas-epogrebnyak" title="Ideas, Planning, & Feedback">🤔</a></td>
</tr>
<tr>
<td align="center"><a href="https://sosiristseng.github.io"><img src="https://avatars2.githubusercontent.com/u/40054455?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Wen Wei Tseng</b></sub></a><br /><a href="https://github.com/sunt-programator/CodeIT/commits?author=sosiristseng" title="Code">💻</a></td>
<td align="center"><a href="https://www.sheldonhull.com"><img src="https://avatars.githubusercontent.com/u/3526320?v=4?s=100" width="100px;" alt=""/><br /><sub><b>sheldonhull</b></sub></a><br /><a href="https://github.com/sunt-programator/CodeIT/commits?author=sheldonhull" title="Code">💻</a> <a href="https://github.com/sunt-programator/CodeIT/issues?q=author%3Asheldonhull" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/jadmadi"><img src="https://avatars.githubusercontent.com/u/29486218?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Madi</b></sub></a><br /><a href="https://github.com/sunt-programator/CodeIT/commits?author=jadmadi" title="Code">💻</a> <a href="https://github.com/sunt-programator/CodeIT/issues?q=author%3Ajadmadi" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://tmendes.gitlab.io/28lbackpack"><img src="https://avatars.githubusercontent.com/u/16507629?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Thiago Mendes</b></sub></a><br /><a href="https://github.com/sunt-programator/CodeIT/commits?author=trmendes" title="Code">💻</a></td>
<td align="center"><a href="http://aimoon.top"><img src="https://avatars.githubusercontent.com/u/61509470?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Yasin</b></sub></a><br /><a href="https://github.com/sunt-programator/CodeIT/issues?q=author%3Aaiyasin" title="Bug reports">🐛</a></td>
<td align="center"><a href="http://www.jesustorres.es/"><img src="https://avatars.githubusercontent.com/u/266452?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jesús Torres</b></sub></a><br /><a href="https://github.com/sunt-programator/CodeIT/commits?author=aplatanado" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/ktw717"><img src="https://avatars.githubusercontent.com/u/19327709?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Karl Webster</b></sub></a><br /><a href="https://github.com/sunt-programator/CodeIT/commits?author=ktw717" title="Code">💻</a> <a href="https://github.com/sunt-programator/CodeIT/commits?author=ktw717" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/OnlyFor"><img src="https://avatars.githubusercontent.com/u/16849187?v=4?s=100" width="100px;" alt=""/><br /><sub><b>OnlyFor</b></sub></a><br /><a href="https://github.com/sunt-programator/CodeIT/commits?author=OnlyFor" title="Code">💻</a> <a href="https://github.com/sunt-programator/CodeIT/commits?author=OnlyFor" title="Documentation">📖</a></td>
<td align="center"><a href="https://tbm98.dev"><img src="https://avatars.githubusercontent.com/u/52562340?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Minh Tran</b></sub></a><br /><a href="https://github.com/sunt-programator/CodeIT/commits?author=tbm98" title="Code">💻</a> <a href="https://github.com/sunt-programator/CodeIT/issues?q=author%3Atbm98" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://epogrebnyak.github.io"><img src="https://avatars3.githubusercontent.com/u/9265326?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Evgeny Pogrebnyak</b></sub></a><br /><a href="https://github.com/sunt-programator/CodeIT/issues?q=author%3Aepogrebnyak" title="Bug reports">🐛</a></td>
</tr>
</table>

Expand Down
4 changes: 2 additions & 2 deletions assets/data/cdn/jsdelivr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ libFiles:
cookieconsentJS: cookieconsent@3.1.1/build/cookieconsent.min.js
# twikoo@1.4.3 https://github.com/imaegoo/twikoo
twikooJS: twikoo@1.4.3/dist/twikoo.all.min.js
# waline@1.3.3 https://github.com/walinejs/waline
walineJS: waline/client@1.3.3/dist/Waline.min.js
# waline@1.3.4 https://github.com/walinejs/waline
walineJS: '@waline/client@1.3.4/dist/Waline.min.js'
1 change: 1 addition & 0 deletions layouts/partials/comment.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
serverURL: '{{ $waline.serverURL }}',
visitor: '{{ $waline.visitor }}',
dark: '{{ $waline.dark }}',
requiredMeta: '{{ $waline.requiredFields }}',
});
</script>
<noscript>
Expand Down
25 changes: 25 additions & 0 deletions lighthouserc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
module.exports = {
ci: {
collect: {
staticDistDir: "./exampleSite/public",
url: [
"/",
"theme-documentation-basics/",
"theme-documentation-content/",
"theme-documentation-built-in-shortcodes/",
"theme-documentation-extended-shortcodes/",
"basic-markdown-syntax/",
"emoji-support/",
"about/",
],
},
upload: {
target: "lhci",
serverBaseUrl: "https://hugo-codeit-lighthouse-server.herokuapp.com",
token: "02c88e64-cb81-4b0f-829a-affa3445cbb1",
},
assert: {
preset: "lighthouse:recommended",
},
},
};