File tree Expand file tree Collapse file tree 3 files changed +31
-16
lines changed Expand file tree Collapse file tree 3 files changed +31
-16
lines changed Original file line number Diff line number Diff line change 1
- name : ' Pages'
1
+ name : " Pages"
2
2
3
3
on :
4
4
push :
5
- branches : ['master']
5
+ branches :
6
+ - master
6
7
paths :
7
8
- src/**
8
9
repository_dispatch :
@@ -16,34 +17,34 @@ permissions:
16
17
id-token : write
17
18
18
19
concurrency :
19
- group : ' pages'
20
+ group : " pages"
20
21
cancel-in-progress : false
21
22
22
23
jobs :
23
24
build :
24
- name : ' Build'
25
+ name : " Build"
25
26
runs-on : ubuntu-latest
26
27
timeout-minutes : 5
27
28
28
29
steps :
29
- - name : ' Checkout'
30
+ - name : " Checkout"
30
31
uses : actions/checkout@v4
31
32
32
- - name : ' Configure Pages'
33
+ - name : " Configure Pages"
33
34
uses : actions/configure-pages@v5
34
35
35
- - name : ' Jekyll Build Pages'
36
+ - name : " Jekyll Build Pages"
36
37
uses : actions/jekyll-build-pages@v1
37
38
with :
38
- source : ' ./src'
39
+ source : " ./src"
39
40
40
- - name : ' Upload Pages Artifact'
41
- uses : actions/upload-pages-artifact@v2
41
+ - name : " Upload Pages Artifact"
42
+ uses : actions/upload-pages-artifact@v3
42
43
with :
43
44
path : _site/
44
45
45
46
deploy :
46
- name : ' Deploy'
47
+ name : " Deploy"
47
48
runs-on : ubuntu-latest
48
49
timeout-minutes : 5
49
50
needs : build
53
54
url : ${{ steps.deployment.outputs.page_url }}
54
55
55
56
steps :
56
- - name : ' Deploy Pages'
57
+ - name : " Deploy Pages"
57
58
id : deployment
58
- uses : actions/deploy-pages@v2
59
+ uses : actions/deploy-pages@v4
59
60
with :
60
61
artifact_name : github-pages
Original file line number Diff line number Diff line change 1
- [ ![ Pages] ( https://github.com/cssnr/cssnr.github.io/actions/workflows/build.yaml/badge.svg )] ( https://github.com/cssnr/cssnr.github.io/actions/workflows/build.yaml )
1
+ [ ![ Pages] ( https://img.shields.io/github/actions/workflow/status/cssnr/cssnr.github.io/pages.yaml?logo=github&logoColor=white&label=pages )] ( https://github.com/cssnr/cssnr.github.io/actions/workflows/pages.yaml )
2
+ [ ![ GitHub Top Language] ( https://img.shields.io/github/languages/top/cssnr/update-version-tags-action?logo=htmx&logoColor=white )] ( https://github.com/cssnr/update-version-tags-action )
3
+ [ ![ GitHub Org Stars] ( https://img.shields.io/github/stars/cssnr?style=flat&logo=github&logoColor=white&label=org%20stars )] ( https://github.com/cssnr/ )
4
+
2
5
# CSSNR GitHub Pages
3
6
4
7
* Website: https://cssnr.github.io/
Original file line number Diff line number Diff line change 8
8
< div class ="container-fluid ">
9
9
< h1 class ="animate__animated animate__zoomIn "> < i class ="fa-regular fa-address-card me-2 "> </ i > {{ page.title }}</ h1 >
10
10
11
+ < div class ="d-flex flex-column flex-sm-row align-items-start " style ="min-height: 24px; ">
12
+ < a href ="https://github.com/cssnr " class ="me-2 mb-1 " target ="_blank " rel ="noopener ">
13
+ < img alt ="GitHub Org Stars " src ="https://img.shields.io/github/stars/cssnr?label=Org%20Stars " height ="24 "> </ a >
14
+ < a href ="https://github.com/orgs/cssnr/followers " class ="me-2 mb-1 " target ="_blank " rel ="noopener ">
15
+ < img alt ="GitHub Org Followers " src ="https://img.shields.io/github/followers/cssnr?label=Org%20Followers " height ="24 "> </ a >
16
+
17
+ < a href ="https://github.com/smashedr " class ="me-2 mb-1 " target ="_blank " rel ="noopener ">
18
+ < img alt ="GitHub User Stars " src ="https://img.shields.io/github/stars/smashedr?label=User%20Stars " height ="24 "> </ a >
19
+ < a href ="https://github.com/smashedr?tab=followers " class ="me-2 mb-1 " target ="_blank " rel ="noopener ">
20
+ < img alt ="GitHub User Followers " src ="https://img.shields.io/github/followers/smashedr?label=User%20Followers " height ="24 "> </ a >
21
+ </ div >
22
+
11
23
< figure >
12
24
< blockquote class ="blockquote ">
13
25
Give a man a fish, and you feed him for a day. Teach a man to fish, and you feed him for a lifetime...
@@ -52,8 +64,7 @@ <h1 class="animate__animated animate__zoomIn"><i class="fa-regular fa-address-ca
52
64
53
65
< p class ="fst-italic ">
54
66
Note: These stats only include personal repositories; however, most my work is done in the
55
- < a href ="{{ site.github_url }} " target ="_blank " rel ="noopener "> CSSNR Organization</ a >
56
- due to the extra features provided for GitHub Organizations.
67
+ < a href ="{{ site.github_url }} " target ="_blank " rel ="noopener "> CSSNR Organization</ a > .
57
68
</ p >
58
69
59
70
< div class ="d-flex flex-column flex-md-row ">
You can’t perform that action at this time.
0 commit comments