personal website wip
- React.js
- CSS
- GitHub Pages
When writing blog posts, you can use the following markdown syntax:
**Bold text** or __Bold text__
*Italic text* or _Italic text_
`inline code`
## Main Header
### Sub Header
- First item
- Second item
- Third item with `code`
```js // JavaScript code block const example = { name: "test", value: 123 }; ```
```python
def example(): return "Hello world" ```
> This is a blockquote
> It can span multiple lines
[Link text](https://example.com)
- 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
Check out the live site here.
This project is licensed under the MIT License. See the LICENSE file for details.