Anyone is allowed to create blog posts.
To create new pages, go to the blog folder.
-
Click
Add File
->Create New File
in the top right corner of the GitHub page. -
The filename must end in
.md
or.mdx
to work properly. If you are not sure which extension to choose,.md
is recommended. -
Add and edit this content as the first content in the new file:
--- title: Cloud Computing with Azure date: 2023-07-24 tags: - Development excerpt: A small excerpt of the blog post… authors: name: HiDeoo title: Starlight Aficionado picture: https://avatars.githubusercontent.com/u/494699 url: https://hideoo.dev --- ## The problem with Azure Azure is ...
-
When you have finished creating the content of the new page, click
Commit changes...
at the top right of the page, choose a commit message and confirm your action again. -
Press the
Create Pull Request
button and there you go.
If you are browsing the site and see an spelling mistake, we would be very grateful if you could fix it. The process of fixing it is very simple, as you don't need to download the entire GitHub repository.
- Scroll to the bottom of the page and click
✏️ Edit Page
. - Login to GitHub if necessary.
- Click the ✏️ icon at the top right of the file view.
- Click
Fork this repository
. This will create a copy of the repositorytrueberryless-org/blog
and save it under your account ({username}/blog
). - You should now see the edit view of the file, where you can fix the error you spotted earlier.
- Click
Commit changes...
at the top right of the page, choose a commit message and confirm your action again. - Now all you need to do is spam the
Create pull request
button a few times, and that's it...
Soon after you submit your pull request, a maintainer will review it and merge it if everything is OK.