UNFINISHED + there will be many updates
made by neuvillette; like and follow my github guys! click to go back to main page

how to make github read me. tutorial for people :) this is just my way of making one, i tried my best and i do hope this helps some people + just copy the code,, im really bad at explaining !

you will learn how to:


how to create a readme to begin with?

its simple, create a github account, then do: 1 profile > 2 menu > 3 home > 4 create readme after completing this step, you should see this : just delete what it says there, and start coding!

align text

how to center?

<p align="center">
[ text ]
</p>

how to align left?

<p align="left">
[ text ]
</p>

how to align right?

<p align="right">
[ text ]
</p>


how to put an image?

<img src=" [link] "/>

.> right click the image for which you want the url. A drop down menu will appear > choose the option that says "Copy image address", "Copy Image Location", or "Copy Link."
.> if youre on pc, you can drag the image to your tab bar, and just copy the url

why doesnt my img work?

.> the most common problem is that github only displays PNG, JPG, GIF, PSD, and SVG.
make sure your link ends with example .jpg

.> you could have written the code wrongly, just redo it :)


text

enter doesnt work, use <br> instead!

you just put it inbetween of align! although, if you want to create " space " inbetween them you must use <br> inbetween of your sentences
im not sure how to explain it so i will just put an image below :)


its the same as rentry actually!

cant type this one, apologies!

why doesnt it work?

.> possibility is that you didnt put enter between align text and the code! just do it like this :

how to make an image linkable?


i cant type this one, apologies!


colourful text

this one is quite difficult
$${\color{COLOURHERE} TEXT}$$
example:
$${\color{red} abc124 }$$

possible fonts!

$\mathcal{\color{purple}{this \ is \ a \ paragraph} \ \color{cyan}{in \ another \ font}}$
$\mathbb{\color{teal}{this \ is \ a } \ \color{magenta}{paragraph \ in \ another \ font}}$
$\mathscr{\color{red}{this} \ \ \color{blue}{is \ \ a \ \ paragraph} \ \ \color{yellow}{in \ \ another \ \ font}}$
$\mathfrak{\color{lime}{this \ is \ a \ paragraph \ in \ another \ font}}$
$\mathscr{\color{red}{mon}\color{white}{day}}$
$\textcolor{olive}{\TeX} \ \textcolor{darkgray}{workaround \ found \ by \ Dassalem \ Mohammed \ Yasser}$
$\textit{hello}$ #italic
$\text{hello}$ #normal
$\Large{hello}$$ #Bigger text size
$$\LaTeX$$

why there is no space?

use \ between text as a space (or \ \ for double space)

after you are done

click commit changes ( the green button, on your top right ) and DONT CHANGE ANYTHING otherwise, it wont pop out on your main page

click to go back to main page click to go back to main page click to go back to main page click to go back to main page click to go back to main page


Edit

Pub: 26 Mar 2024 22:54 UTC

Edit: 11 Apr 2024 22:11 UTC

Views: 1459