generated from skills/github-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from bakiroo/my-pages
My pages
- Loading branch information
Showing
3 changed files
with
87 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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,4 @@ | ||
theme: minima, | ||
title: first theme, | ||
author: ghnima, | ||
description: learning with github is always awesome! :airplane: |
This file contains 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,7 @@ | ||
_posts/2024-12-13-FirstPost.md | ||
--- | ||
title: "FirstPost" | ||
date: 2024-12-13 | ||
--- | ||
|
||
> Let's test \> for quot |
This file contains 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,76 @@ | ||
--- | ||
title: Welcome to my page | ||
--- | ||
# Hello world | ||
|
||
## This is my first page on github platform | ||
|
||
### Contents: | ||
|
||
- **Text:** | ||
1. bold | ||
1. italic | ||
1. plain text | ||
1. escaping | ||
- **Link:** | ||
* simple link | ||
* with title | ||
* by reference | ||
- **Image:** | ||
1. web link | ||
2. local link | ||
3. by reference | ||
- **Code:** | ||
+ inline code | ||
+ block code | ||
- language code | ||
- **Imoji:** | ||
- **Conclution** | ||
|
||
|
||
♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ | ||
<br /> | ||
|
||
- **Text:** | ||
1. **bold** or __bold__ | ||
1. *italic* or _italic_ | ||
1. ***italic & bold*** | ||
1. escaping we use backslash for symboles to be showed for user :-) like this parenthesis \(\) brakets \[\] | ||
- **Link:** | ||
* simple link | ||
* with title | ||
* by reference | ||
- **Image:** | ||
1. web link ![humble thanks](https://github.com/user-attachments/assets/a52a7fa4-82d8-46f5-9690-bfe74f1f513d) | ||
2. local link [interior link](C:\Users\1144\Desktop\Default.jpg) | ||
* for testing and it not works I will learn about it later :upside_down_face: | ||
4. by reference \[1\] for example ![1](https://github.com/user-attachments/assets/a52a7fa4-82d8-46f5-9690-bfe74f1f513d) | ||
- **Code:** | ||
+ `<p> hello github pages</p> ` | ||
+ ``` | ||
body { | ||
justify-content; center; | ||
} | ||
``` | ||
- ```JavaScript | ||
function test() { | ||
if test<0; | ||
return false; | ||
} | ||
``` | ||
- **Imoji:** | ||
For this topic I think a table is good for this: | ||
| **imoji** | **markdown** | | ||
| - | - | | ||
| :heart: | `:heart:` | | ||
| :white_heart: | `:white_heart:` | | ||
| :100: | `:100:` | | ||
| :wave: | `:wave:` | | ||
<br /> | ||
Above examples is imported from [link](https://github.com/ikatyang/emoji-cheat-sheet/blob/master/README.md) | ||
- **Conclution** | ||
- Headers used in head, ul & ol used in contents. That's not all, that is just the begin :slightly_smiling_face: For more knowlege visite [github doc](https://docs.github.com/en) and if you meet an probleme go to [github support](https://support.github.com/). *Thank you for testing my page* ***boubakeur*** | ||