noxerating.dev

License React GitHub Pages CSS Website Maintenance

Overview

personal website wip

Technologies Used

  • React.js
  • CSS
  • GitHub Pages

Blog Post Markdown Guide

When writing blog posts, you can use the following markdown syntax:

Text Formatting

**Bold text** or __Bold text__
*Italic text* or _Italic text_
`inline code`

Headers

## Main Header
### Sub Header

Lists

- First item
- Second item
- Third item with `code`

Code Blocks

```js // JavaScript code block const example = { name: "test", value: 123 }; ```

```python

Python code block

def example(): return "Hello world" ```

Blockquotes

> This is a blockquote
> It can span multiple lines

Links

[Link text](https://example.com)

Tips

  • Use two newlines between paragraphs
  • Code blocks support syntax highlighting for different languages (js, python, etc)
  • Inline code uses single backticks, code blocks use triple backticks
  • You can combine formatting: Bold text with code

Live

Check out the live site here.

License

This project is licensed under the MIT License. See the LICENSE file for details.