From 6737b45317963a9de84ca753c9d0a71184a62f15 Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Mon, 12 Aug 2024 11:54:09 +0330 Subject: [PATCH 01/26] Create jekyll-gh-pages.yml --- .github/workflows/jekyll-gh-pages.yml | 51 +++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .github/workflows/jekyll-gh-pages.yml diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml new file mode 100644 index 0000000000000..0ebd768bf2aa9 --- /dev/null +++ b/.github/workflows/jekyll-gh-pages.yml @@ -0,0 +1,51 @@ +# Sample workflow for building and deploying a Jekyll site to GitHub Pages +name: Deploy Jekyll with GitHub Pages dependencies preinstalled + +on: + # Runs on pushes targeting the default branch + push: + branches: ["master"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + # Build job + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Setup Pages + uses: actions/configure-pages@v5 + - name: Build with Jekyll + uses: actions/jekyll-build-pages@v1 + with: + source: ./ + destination: ./_site + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + + # Deployment job + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 From fba4d6c7b0e346940b444b46d71175ebae527438 Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Mon, 12 Aug 2024 12:03:50 +0330 Subject: [PATCH 02/26] Rename jekyll-gh-pages.yml to ali.yml --- .github/workflows/{jekyll-gh-pages.yml => ali.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{jekyll-gh-pages.yml => ali.yml} (100%) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/ali.yml similarity index 100% rename from .github/workflows/jekyll-gh-pages.yml rename to .github/workflows/ali.yml From d86622ab5b67c7cd9af742f8d6f56fe1f3a422ef Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Mon, 12 Aug 2024 12:32:46 +0330 Subject: [PATCH 03/26] Update _config.yml --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index d4916414195c9..e8750fb4e0afe 100644 --- a/_config.yml +++ b/_config.yml @@ -3,10 +3,10 @@ # # Name of your site (displayed in the header) -name: Your Name +name: Seyed Ali Mousavi Kia # Short bio or description (displayed in the header) -description: Web Developer from Somewhere +description: Master of Computer Networking # URL of your avatar or profile pic (you could use your GitHub profile pic) avatar: https://raw.githubusercontent.com/barryclark/jekyll-now/master/images/jekyll-logo.png From d65a32a64620fc5aa89ef8c716ee54222bc1720e Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Mon, 12 Aug 2024 12:38:33 +0330 Subject: [PATCH 04/26] Update _config.yml --- _config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index e8750fb4e0afe..d66078a2d5e56 100644 --- a/_config.yml +++ b/_config.yml @@ -9,7 +9,7 @@ name: Seyed Ali Mousavi Kia description: Master of Computer Networking # URL of your avatar or profile pic (you could use your GitHub profile pic) -avatar: https://raw.githubusercontent.com/barryclark/jekyll-now/master/images/jekyll-logo.png +avatar: https://fiverr-res.cloudinary.com/images/t_main1,q_auto,f_auto,q_auto,f_auto/gigs/318284581/original/9bcae5770275d3b295208eb37285e447898324b8/train-on-basics-of-computer-networking.jpg # # Flags below are optional @@ -18,15 +18,15 @@ avatar: https://raw.githubusercontent.com/barryclark/jekyll-now/master/images/je # Includes an icon in the footer for each username you enter footer-links: dribbble: - email: + email:seyedmosavi29@gmail.com facebook: flickr: - github: barryclark/jekyll-now - instagram: - linkedin: + github: seyedalimousavikia + instagram:ali.mouska + linkedin:Seyed Ali Mousavi kia pinterest: rss: # just type anything here for a working RSS icon - twitter: jekyllrb + twitter: stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers" youtube: # channel/ or user/ googleplus: # anything in your profile username that comes after plus.google.com/ From 29a66446f7459c3d34ab0091f6ea7a7e6d9b785b Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Mon, 12 Aug 2024 12:39:29 +0330 Subject: [PATCH 05/26] Update _config.yml From 9456c618e390fdac3ce40c212596450cd1dd0469 Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Mon, 12 Aug 2024 13:08:38 +0330 Subject: [PATCH 06/26] Update post.html --- _layouts/post.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_layouts/post.html b/_layouts/post.html index d27c48066a71e..f019c9d9b5307 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -15,3 +15,4 @@

{{ page.title }}

{% include disqus.html %} + \ No newline at end of file From c520ea50c7e23d1d7ea748d5e75d562cc7b516a7 Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Mon, 12 Aug 2024 14:28:55 +0330 Subject: [PATCH 07/26] Create 2024-08-12-test-post.md --- _posts/2024-08-12-test-post.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 _posts/2024-08-12-test-post.md diff --git a/_posts/2024-08-12-test-post.md b/_posts/2024-08-12-test-post.md new file mode 100644 index 0000000000000..a675191a437c6 --- /dev/null +++ b/_posts/2024-08-12-test-post.md @@ -0,0 +1,6 @@ +## A New Post +### from me[my resume](https://cvbuilder.me/resume/fa/e161c16b-b0ab-47af-8ade-d3bd5729026c "my resume") + + + +Enter text in [Markdown](http://daringfireball.net/projects/markdown/). Use the toolbar above, or click the **?** button for formatting help. From 7e3561217ea068c2a1b591870089af16f8491a98 Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Mon, 12 Aug 2024 14:29:49 +0330 Subject: [PATCH 08/26] Update 2024-08-12-test-post.md From 87708985895d73a6baf46b5490f1cef1102c87a0 Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Mon, 12 Aug 2024 14:32:12 +0330 Subject: [PATCH 09/26] Update 2014-3-3-Hello-World.md --- _posts/2014-3-3-Hello-World.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2014-3-3-Hello-World.md b/_posts/2014-3-3-Hello-World.md index d4665b6d18e9e..1e2f9f5281c87 100644 --- a/_posts/2014-3-3-Hello-World.md +++ b/_posts/2014-3-3-Hello-World.md @@ -2,9 +2,9 @@ layout: post title: You're up and running! --- - +[my resume](https://cvbuilder.me/resume/fa/e161c16b-b0ab-47af-8ade-d3bd5729026c "resume") Next you can update your site name, avatar and other options using the _config.yml file in the root of your repository (shown below). ![_config.yml]({{ site.baseurl }}/images/config.png) -The easiest way to make your first post is to edit this one. Go into /_posts/ and update the Hello World markdown file. For more instructions head over to the [Jekyll Now repository](https://github.com/barryclark/jekyll-now) on GitHub. \ No newline at end of file +The easiest way to make your first post is to edit this one. Go into /_posts/ and update the Hello World markdown file. For more instructions head over to the [Jekyll Now repository](https://github.com/barryclark/jekyll-now) on GitHub. From 2f1b5f7498bb5a50661d0267f5d6d28b439d74a9 Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Mon, 12 Aug 2024 14:35:25 +0330 Subject: [PATCH 10/26] Update about.md --- about.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/about.md b/about.md index bc21f5731bf4b..ec98361552945 100644 --- a/about.md +++ b/about.md @@ -3,7 +3,7 @@ layout: page title: About permalink: /about/ --- - +[my resume](https://cvbuilder.me/resume/fa/e161c16b-b0ab-47af-8ade-d3bd5729026c) Some information about you! ### More Information @@ -12,4 +12,4 @@ A place to include any other types of information that you'd like to include abo ### Contact me -[email@domain.com](mailto:email@domain.com) \ No newline at end of file +[email@domain.com](mailto:email@domain.com) From 739224ab5d4aa95cc6afd2613c0220426d3f8c22 Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Mon, 12 Aug 2024 14:50:06 +0330 Subject: [PATCH 11/26] Update about.md --- about.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/about.md b/about.md index ec98361552945..45a7c1d383970 100644 --- a/about.md +++ b/about.md @@ -3,13 +3,11 @@ layout: page title: About permalink: /about/ --- -[my resume](https://cvbuilder.me/resume/fa/e161c16b-b0ab-47af-8ade-d3bd5729026c) Some information about you! ### More Information -A place to include any other types of information that you'd like to include about yourself. - +[my resume](https://cvbuilder.me/resume/fa/e161c16b-b0ab-47af-8ade-d3bd5729026c "resume") ### Contact me [email@domain.com](mailto:email@domain.com) From cd8e7ebebd71393afb5a7b8fd29071a94ae3b9eb Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Mon, 12 Aug 2024 14:50:44 +0330 Subject: [PATCH 12/26] Update about.md --- about.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/about.md b/about.md index 45a7c1d383970..4eb579ce6e63b 100644 --- a/about.md +++ b/about.md @@ -2,8 +2,12 @@ layout: page title: About permalink: /about/ +published: false --- Some information about you! +## + +hello ### More Information From 8556966b740b57fb06777475bc654a5d64e5da38 Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Mon, 12 Aug 2024 14:50:53 +0330 Subject: [PATCH 13/26] Update about.md From 1c85f7c24c387dc5a245ce22bee34199a6d62685 Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Mon, 12 Aug 2024 14:50:57 +0330 Subject: [PATCH 14/26] Update about.md --- about.md | 1 - 1 file changed, 1 deletion(-) diff --git a/about.md b/about.md index 4eb579ce6e63b..5e3270afe8635 100644 --- a/about.md +++ b/about.md @@ -2,7 +2,6 @@ layout: page title: About permalink: /about/ -published: false --- Some information about you! ## From 0a2acaf3b4b948c1f17c3eb8a71e9f9abfced93c Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Mon, 12 Aug 2024 14:51:15 +0330 Subject: [PATCH 15/26] Update about.md From 56138dae643e36189547568a0e22f96ce3ad4537 Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Mon, 12 Aug 2024 15:08:23 +0330 Subject: [PATCH 16/26] Update 2024-08-12-test-post.md --- _posts/2024-08-12-test-post.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-08-12-test-post.md b/_posts/2024-08-12-test-post.md index a675191a437c6..6f05bea3bb2e4 100644 --- a/_posts/2024-08-12-test-post.md +++ b/_posts/2024-08-12-test-post.md @@ -1,4 +1,4 @@ -## A New Post +1.1.1.## A New Post ### from me[my resume](https://cvbuilder.me/resume/fa/e161c16b-b0ab-47af-8ade-d3bd5729026c "my resume") From fa1179afdb9a94a20cf03bdb29555bd980cc64ea Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Mon, 12 Aug 2024 15:18:47 +0330 Subject: [PATCH 17/26] Update style.scss --- style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.scss b/style.scss index 3915a90244691..7afcf015ea19d 100644 --- a/style.scss +++ b/style.scss @@ -18,7 +18,7 @@ html { } body { - background: $white; + background: $blue; font: 18px/1.4 $helvetica; color: $darkGray; } @@ -69,7 +69,7 @@ p { } a { - color: $blue; + color: $red; text-decoration: none; cursor: pointer; &:hover, &:active { From 346d3ce55531a3065756acbf16d6c1a8216154a6 Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Mon, 12 Aug 2024 15:18:51 +0330 Subject: [PATCH 18/26] Update style.scss From e41d4c8ca3d2391ba232d688bc87006d8e17e87b Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Mon, 12 Aug 2024 15:25:48 +0330 Subject: [PATCH 19/26] test1 --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 5e0cb3ee5773d..68cae0ffe6c91 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ --- layout: default +published: false ---
@@ -12,7 +13,7 @@

{{ post.title }}

{{ post.excerpt }}
- Read More + Read More {% endfor %} - \ No newline at end of file + From 307630123fd458986041c9b69af956cc2635a590 Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Mon, 12 Aug 2024 15:28:46 +0330 Subject: [PATCH 20/26] Update index.html --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 68cae0ffe6c91..9b5f3b0402d3d 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,5 @@ --- layout: default -published: false ---
From 64b30a8d91d180f5e0e73fb078b82de693e9edfc Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Mon, 12 Aug 2024 15:57:07 +0330 Subject: [PATCH 21/26] Update index.html for test jikohguiotgiyu6 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9b5f3b0402d3d..d72be92f2cea2 100644 --- a/index.html +++ b/index.html @@ -5,14 +5,14 @@
{% for post in site.posts %} {% endfor %}
From 91100e1734b1cd29708f3f5c7f62d110c7d21159 Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Mon, 12 Aug 2024 16:05:28 +0330 Subject: [PATCH 22/26] Create jekyll-docker.yml --- .github/workflows/jekyll-docker.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/jekyll-docker.yml diff --git a/.github/workflows/jekyll-docker.yml b/.github/workflows/jekyll-docker.yml new file mode 100644 index 0000000000000..60e57369de43c --- /dev/null +++ b/.github/workflows/jekyll-docker.yml @@ -0,0 +1,20 @@ +name: Jekyll site CI + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: Build the site in the jekyll/builder container + run: | + docker run \ + -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \ + jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future" From 93273ab0ae38d2efd8ae747795ddbfd382b7d1bf Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Mon, 12 Aug 2024 16:06:10 +0330 Subject: [PATCH 23/26] Create jekyll-gh-pages.yml --- .github/workflows/jekyll-gh-pages.yml | 51 +++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .github/workflows/jekyll-gh-pages.yml diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml new file mode 100644 index 0000000000000..0ebd768bf2aa9 --- /dev/null +++ b/.github/workflows/jekyll-gh-pages.yml @@ -0,0 +1,51 @@ +# Sample workflow for building and deploying a Jekyll site to GitHub Pages +name: Deploy Jekyll with GitHub Pages dependencies preinstalled + +on: + # Runs on pushes targeting the default branch + push: + branches: ["master"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + # Build job + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Setup Pages + uses: actions/configure-pages@v5 + - name: Build with Jekyll + uses: actions/jekyll-build-pages@v1 + with: + source: ./ + destination: ./_site + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + + # Deployment job + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 From 134f9538d200c6341f3e3f5c532cc2427dfac3c3 Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Tue, 13 Aug 2024 08:28:57 +0330 Subject: [PATCH 24/26] Create mousavikia --- .github/workflows/mousavikia | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/mousavikia diff --git a/.github/workflows/mousavikia b/.github/workflows/mousavikia new file mode 100644 index 0000000000000..746e72c280e65 --- /dev/null +++ b/.github/workflows/mousavikia @@ -0,0 +1,36 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the "master" branch + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v4 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From 739248ec32f6e7ac2d7899debf38b2357f0a02ca Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Tue, 13 Aug 2024 08:31:57 +0330 Subject: [PATCH 25/26] Update CNAME --- CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNAME b/CNAME index 8b137891791fe..e461e5a85dcb2 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ - +seyedmousavi.github \ No newline at end of file From 6e998d8fa8527f8e9037113334a3bbc56b813578 Mon Sep 17 00:00:00 2001 From: seyedalimousavikia Date: Tue, 13 Aug 2024 08:47:27 +0330 Subject: [PATCH 26/26] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index e461e5a85dcb2..0000000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -seyedmousavi.github \ No newline at end of file