diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index 39c428d..0000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Jekyll", - "image": "mcr.microsoft.com/devcontainers/jekyll:2-bullseye", - "onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}", - "postCreateCommand": "bash .devcontainer/post-create.sh", - "customizations": { - "vscode": { - "settings": { - "terminal.integrated.defaultProfile.linux": "zsh" - }, - "extensions": [ - // Liquid tags auto-complete - "killalau.vscode-liquid-snippets", - // Liquid syntax highlighting and formatting - "Shopify.theme-check-vscode", - // Shell - "timonwong.shellcheck", - "mkhl.shfmt", - // Common formatter - "EditorConfig.EditorConfig", - "esbenp.prettier-vscode", - "stylelint.vscode-stylelint", - "yzhang.markdown-all-in-one", - // Git - "mhutchie.git-graph" - ] - } - } -} diff --git a/.devcontainer/post-create.sh b/.devcontainer/post-create.sh deleted file mode 100644 index a4bc282..0000000 --- a/.devcontainer/post-create.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env bash - -if [ -f package.json ]; then - bash -i -c "nvm install --lts && nvm install-latest-npm" - npm i - npm run build -fi - -# Install dependencies for shfmt extension -curl -sS https://webi.sh/shfmt | sh &>/dev/null - -# Add OMZ plugins -git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting -git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions -sed -i -E "s/^(plugins=\()(git)(\))/\1\2 zsh-syntax-highlighting zsh-autosuggestions\3/" ~/.zshrc - -# Avoid git log use less -echo -e "\nunset LESS" >>~/.zshrc diff --git a/.github/DISCUSSION_TEMPLATE/general_BACKUP_37702.yml b/.github/DISCUSSION_TEMPLATE/general_BACKUP_37702.yml deleted file mode 100644 index 18d0f85..0000000 --- a/.github/DISCUSSION_TEMPLATE/general_BACKUP_37702.yml +++ /dev/null @@ -1,17 +0,0 @@ -body: - - type: checkboxes - attributes: - label: Checklist - description: Following the guidelines can make you more likely to get responses. - options: - - label: >- - I have read and accepted the - [contributing guidelines](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md). - required: true - - - type: textarea - attributes: - label: Description - description: Please describe in detail what you want to share. - validations: - required: true diff --git a/.github/DISCUSSION_TEMPLATE/general_BACKUP_38091.yml b/.github/DISCUSSION_TEMPLATE/general_BACKUP_38091.yml deleted file mode 100644 index 18d0f85..0000000 --- a/.github/DISCUSSION_TEMPLATE/general_BACKUP_38091.yml +++ /dev/null @@ -1,17 +0,0 @@ -body: - - type: checkboxes - attributes: - label: Checklist - description: Following the guidelines can make you more likely to get responses. - options: - - label: >- - I have read and accepted the - [contributing guidelines](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md). - required: true - - - type: textarea - attributes: - label: Description - description: Please describe in detail what you want to share. - validations: - required: true diff --git a/.github/DISCUSSION_TEMPLATE/general_BACKUP_38288.yml b/.github/DISCUSSION_TEMPLATE/general_BACKUP_38288.yml deleted file mode 100644 index 18d0f85..0000000 --- a/.github/DISCUSSION_TEMPLATE/general_BACKUP_38288.yml +++ /dev/null @@ -1,17 +0,0 @@ -body: - - type: checkboxes - attributes: - label: Checklist - description: Following the guidelines can make you more likely to get responses. - options: - - label: >- - I have read and accepted the - [contributing guidelines](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md). - required: true - - - type: textarea - attributes: - label: Description - description: Please describe in detail what you want to share. - validations: - required: true diff --git a/.github/DISCUSSION_TEMPLATE/general_BACKUP_38466.yml b/.github/DISCUSSION_TEMPLATE/general_BACKUP_38466.yml deleted file mode 100644 index 18d0f85..0000000 --- a/.github/DISCUSSION_TEMPLATE/general_BACKUP_38466.yml +++ /dev/null @@ -1,17 +0,0 @@ -body: - - type: checkboxes - attributes: - label: Checklist - description: Following the guidelines can make you more likely to get responses. - options: - - label: >- - I have read and accepted the - [contributing guidelines](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md). - required: true - - - type: textarea - attributes: - label: Description - description: Please describe in detail what you want to share. - validations: - required: true diff --git a/.github/DISCUSSION_TEMPLATE/general_BACKUP_38614.yml b/.github/DISCUSSION_TEMPLATE/general_BACKUP_38614.yml deleted file mode 100644 index 18d0f85..0000000 --- a/.github/DISCUSSION_TEMPLATE/general_BACKUP_38614.yml +++ /dev/null @@ -1,17 +0,0 @@ -body: - - type: checkboxes - attributes: - label: Checklist - description: Following the guidelines can make you more likely to get responses. - options: - - label: >- - I have read and accepted the - [contributing guidelines](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md). - required: true - - - type: textarea - attributes: - label: Description - description: Please describe in detail what you want to share. - validations: - required: true diff --git a/.github/DISCUSSION_TEMPLATE/general_BASE_37702.yml b/.github/DISCUSSION_TEMPLATE/general_BASE_37702.yml deleted file mode 100644 index 4e879f9..0000000 --- a/.github/DISCUSSION_TEMPLATE/general_BASE_37702.yml +++ /dev/null @@ -1,26 +0,0 @@ -body: - - type: checkboxes - attributes: - label: Checklist - description: Following the guidelines can make you more likely to get responses. - options: - - label: >- - I have read and accepted the - [contributing guidelines](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md). - required: true - - - type: dropdown - attributes: - label: What is the topic? - options: - - Sharing tips and tricks - - Just chatting - validations: - required: true - - - type: textarea - attributes: - label: Description - description: Please describe in detail what you want to share. - validations: - required: true diff --git a/.github/DISCUSSION_TEMPLATE/general_BASE_38091.yml b/.github/DISCUSSION_TEMPLATE/general_BASE_38091.yml deleted file mode 100644 index 4e879f9..0000000 --- a/.github/DISCUSSION_TEMPLATE/general_BASE_38091.yml +++ /dev/null @@ -1,26 +0,0 @@ -body: - - type: checkboxes - attributes: - label: Checklist - description: Following the guidelines can make you more likely to get responses. - options: - - label: >- - I have read and accepted the - [contributing guidelines](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md). - required: true - - - type: dropdown - attributes: - label: What is the topic? - options: - - Sharing tips and tricks - - Just chatting - validations: - required: true - - - type: textarea - attributes: - label: Description - description: Please describe in detail what you want to share. - validations: - required: true diff --git a/.github/DISCUSSION_TEMPLATE/general_BASE_38288.yml b/.github/DISCUSSION_TEMPLATE/general_BASE_38288.yml deleted file mode 100644 index 4e879f9..0000000 --- a/.github/DISCUSSION_TEMPLATE/general_BASE_38288.yml +++ /dev/null @@ -1,26 +0,0 @@ -body: - - type: checkboxes - attributes: - label: Checklist - description: Following the guidelines can make you more likely to get responses. - options: - - label: >- - I have read and accepted the - [contributing guidelines](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md). - required: true - - - type: dropdown - attributes: - label: What is the topic? - options: - - Sharing tips and tricks - - Just chatting - validations: - required: true - - - type: textarea - attributes: - label: Description - description: Please describe in detail what you want to share. - validations: - required: true diff --git a/.github/DISCUSSION_TEMPLATE/general_BASE_38466.yml b/.github/DISCUSSION_TEMPLATE/general_BASE_38466.yml deleted file mode 100644 index 4e879f9..0000000 --- a/.github/DISCUSSION_TEMPLATE/general_BASE_38466.yml +++ /dev/null @@ -1,26 +0,0 @@ -body: - - type: checkboxes - attributes: - label: Checklist - description: Following the guidelines can make you more likely to get responses. - options: - - label: >- - I have read and accepted the - [contributing guidelines](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md). - required: true - - - type: dropdown - attributes: - label: What is the topic? - options: - - Sharing tips and tricks - - Just chatting - validations: - required: true - - - type: textarea - attributes: - label: Description - description: Please describe in detail what you want to share. - validations: - required: true diff --git a/.github/DISCUSSION_TEMPLATE/general_BASE_38614.yml b/.github/DISCUSSION_TEMPLATE/general_BASE_38614.yml deleted file mode 100644 index 4e879f9..0000000 --- a/.github/DISCUSSION_TEMPLATE/general_BASE_38614.yml +++ /dev/null @@ -1,26 +0,0 @@ -body: - - type: checkboxes - attributes: - label: Checklist - description: Following the guidelines can make you more likely to get responses. - options: - - label: >- - I have read and accepted the - [contributing guidelines](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md). - required: true - - - type: dropdown - attributes: - label: What is the topic? - options: - - Sharing tips and tricks - - Just chatting - validations: - required: true - - - type: textarea - attributes: - label: Description - description: Please describe in detail what you want to share. - validations: - required: true diff --git a/.github/DISCUSSION_TEMPLATE/general_LOCAL_37702.yml b/.github/DISCUSSION_TEMPLATE/general_LOCAL_37702.yml deleted file mode 100644 index e69de29..0000000 diff --git a/.github/DISCUSSION_TEMPLATE/general_LOCAL_38091.yml b/.github/DISCUSSION_TEMPLATE/general_LOCAL_38091.yml deleted file mode 100644 index e69de29..0000000 diff --git a/.github/DISCUSSION_TEMPLATE/general_LOCAL_38288.yml b/.github/DISCUSSION_TEMPLATE/general_LOCAL_38288.yml deleted file mode 100644 index e69de29..0000000 diff --git a/.github/DISCUSSION_TEMPLATE/general_LOCAL_38466.yml b/.github/DISCUSSION_TEMPLATE/general_LOCAL_38466.yml deleted file mode 100644 index e69de29..0000000 diff --git a/.github/DISCUSSION_TEMPLATE/general_LOCAL_38614.yml b/.github/DISCUSSION_TEMPLATE/general_LOCAL_38614.yml deleted file mode 100644 index e69de29..0000000 diff --git a/.github/DISCUSSION_TEMPLATE/general_REMOTE_37702.yml b/.github/DISCUSSION_TEMPLATE/general_REMOTE_37702.yml deleted file mode 100644 index 18d0f85..0000000 --- a/.github/DISCUSSION_TEMPLATE/general_REMOTE_37702.yml +++ /dev/null @@ -1,17 +0,0 @@ -body: - - type: checkboxes - attributes: - label: Checklist - description: Following the guidelines can make you more likely to get responses. - options: - - label: >- - I have read and accepted the - [contributing guidelines](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md). - required: true - - - type: textarea - attributes: - label: Description - description: Please describe in detail what you want to share. - validations: - required: true diff --git a/.github/DISCUSSION_TEMPLATE/general_REMOTE_38091.yml b/.github/DISCUSSION_TEMPLATE/general_REMOTE_38091.yml deleted file mode 100644 index 18d0f85..0000000 --- a/.github/DISCUSSION_TEMPLATE/general_REMOTE_38091.yml +++ /dev/null @@ -1,17 +0,0 @@ -body: - - type: checkboxes - attributes: - label: Checklist - description: Following the guidelines can make you more likely to get responses. - options: - - label: >- - I have read and accepted the - [contributing guidelines](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md). - required: true - - - type: textarea - attributes: - label: Description - description: Please describe in detail what you want to share. - validations: - required: true diff --git a/.github/DISCUSSION_TEMPLATE/general_REMOTE_38288.yml b/.github/DISCUSSION_TEMPLATE/general_REMOTE_38288.yml deleted file mode 100644 index 18d0f85..0000000 --- a/.github/DISCUSSION_TEMPLATE/general_REMOTE_38288.yml +++ /dev/null @@ -1,17 +0,0 @@ -body: - - type: checkboxes - attributes: - label: Checklist - description: Following the guidelines can make you more likely to get responses. - options: - - label: >- - I have read and accepted the - [contributing guidelines](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md). - required: true - - - type: textarea - attributes: - label: Description - description: Please describe in detail what you want to share. - validations: - required: true diff --git a/.github/DISCUSSION_TEMPLATE/general_REMOTE_38466.yml b/.github/DISCUSSION_TEMPLATE/general_REMOTE_38466.yml deleted file mode 100644 index 18d0f85..0000000 --- a/.github/DISCUSSION_TEMPLATE/general_REMOTE_38466.yml +++ /dev/null @@ -1,17 +0,0 @@ -body: - - type: checkboxes - attributes: - label: Checklist - description: Following the guidelines can make you more likely to get responses. - options: - - label: >- - I have read and accepted the - [contributing guidelines](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md). - required: true - - - type: textarea - attributes: - label: Description - description: Please describe in detail what you want to share. - validations: - required: true diff --git a/.github/DISCUSSION_TEMPLATE/general_REMOTE_38614.yml b/.github/DISCUSSION_TEMPLATE/general_REMOTE_38614.yml deleted file mode 100644 index 18d0f85..0000000 --- a/.github/DISCUSSION_TEMPLATE/general_REMOTE_38614.yml +++ /dev/null @@ -1,17 +0,0 @@ -body: - - type: checkboxes - attributes: - label: Checklist - description: Following the guidelines can make you more likely to get responses. - options: - - label: >- - I have read and accepted the - [contributing guidelines](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md). - required: true - - - type: textarea - attributes: - label: Description - description: Please describe in detail what you want to share. - validations: - required: true diff --git a/.github/DISCUSSION_TEMPLATE/ideas.yml b/.github/DISCUSSION_TEMPLATE/ideas.yml deleted file mode 100644 index e4c987d..0000000 --- a/.github/DISCUSSION_TEMPLATE/ideas.yml +++ /dev/null @@ -1,7 +0,0 @@ -body: - - type: textarea - attributes: - label: Description - description: Please describe in detail what you want to share. - validations: - required: true diff --git a/.github/workflows/pr-filter.yml b/.github/workflows/pr-filter.yml deleted file mode 100644 index 8e9a18b..0000000 --- a/.github/workflows/pr-filter.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: PR Filter - -on: - pull_request_target: - types: [opened, reopened] - -jobs: - check-template: - if: github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name - runs-on: ubuntu-latest - permissions: - pull-requests: write - - steps: - - name: Checkout Code - uses: actions/checkout@v4 - - - name: Check PR Content - id: intercept - uses: actions/github-script@v7 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - script: | - const script = require('.github/workflows/scripts/pr-filter.js'); - await script({ github, context, core }); diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index b0f9713..0000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Publish - -on: - push: - branches: - - docs - workflow_call: - secrets: - GH_PAT: - required: true - BUILDER: - required: true - workflow_dispatch: - -jobs: - launch: - runs-on: ubuntu-latest - steps: - - run: | - curl -X POST -H "Accept: application/vnd.github+json" \ - -H "Authorization: Bearer ${{ secrets.GH_PAT }}" \ - https://api.github.com/repos/${{ secrets.BUILDER }}/dispatches \ - -d '{"event_type":"deploy", "client_payload":{"branch": "${{ github.ref_name }}"}}' diff --git a/.github/workflows/scripts/pr-filter.js b/.github/workflows/scripts/pr-filter.js deleted file mode 100644 index 03f50dc..0000000 --- a/.github/workflows/scripts/pr-filter.js +++ /dev/null @@ -1,36 +0,0 @@ -function hasTypes(markdown) { - return /## Type of change/.test(markdown) && /-\s\[x\]/i.test(markdown); -} - -function hasDescription(markdown) { - return ( - /## Description/.test(markdown) && - !/## Description\s*\n\s*(##|\s*$)/.test(markdown) - ); -} - -module.exports = async ({ github, context, core }) => { - const pr = context.payload.pull_request; - const body = pr.body === null ? '' : pr.body; - const markdown = body.replace(//g, ''); - const action = context.payload.action; - - const isValid = - markdown !== '' && hasTypes(markdown) && hasDescription(markdown); - - if (!isValid) { - await github.rest.pulls.update({ - ...context.repo, - pull_number: pr.number, - state: 'closed' - }); - - await github.rest.issues.createComment({ - ...context.repo, - issue_number: pr.number, - body: `Oops, it seems you've ${action} an invalid pull request. No worries, we'll close it for you.` - }); - - core.setFailed('PR content does not meet template requirements.'); - } -}; diff --git a/.husky/commit-msg b/.husky/commit-msg deleted file mode 100644 index 0a4b97d..0000000 --- a/.husky/commit-msg +++ /dev/null @@ -1 +0,0 @@ -npx --no -- commitlint --edit $1 diff --git a/_data/contact.yml b/_data/contact.yml index 7e28f1a..0962c4a 100644 --- a/_data/contact.yml +++ b/_data/contact.yml @@ -2,7 +2,7 @@ - type: forgejo icon: "fa-solid fa-code-branch" - url: 'https://git.aliberksandikci.com.tr/' + url: 'https://git.asandikci.com/' - type: xmpp icon: 'fa fa-xmpp' @@ -32,6 +32,10 @@ icon: 'fl-codeberg' url: 'https://codeberg.org/asandikci' +- type: github + icon: 'fa-github' + url: 'https://github.com/asandikci' + - type: rss icon: "fas fa-rss" noblank: true @@ -46,4 +50,4 @@ # # - type: threads # icon: 'fa-brands fa-threads' -# url: '' # Fill with your Threads profile link \ No newline at end of file +# url: '' # Fill with your Threads profile link