One of the really cool features that GitHub offers is the profile page site feature
And it is so simple to set up too!
touch readme.md
1link### Hey there, I'm [Beau!](https://beauwilliams.dev) š
2link
3link<br />
4link<br />
5link
6link- š Leading the Google Developer Student Club at Macquarie University [site](https://dscmq.dev)
7link- š± Enjoys dabbling with lua in the hopes of releasing my own neovim plugin for a bit of fun. **UPDATE: Released!** [statusline.lua](https://github.com/beauwilliams/statusline.lua)
8link- š Passionate about vim, text editors and how we interface with our code
9link- šÆ Looking to collaborate on [Vimage: The Automated Neovim Dev Env](https://github.com/beauwilliams/vimage) && [statusline.lua](https://github.com/beauwilliams/statusline.lua)
10link- š¬ Ask me about anything [here](https://github.com/beauwilliams/beauwilliams/issues)
11link- ā” People describe me as.. adventurous, lot's of energy!
12link- ā¤ļø Stuff I enjoy.. Scootering, Skating, Mountain Biking, Surfing, Gardening, Cooking. Outdoors. Live life to the fullest!!
13link- š“ Fun fact about me.. I won a best trick prize during the 2018 Sydney Street Scootering Jam
14link
15link
16link<h1 align="center">
17link My Stats
18link</h1>
19link
20link<p align="center">
21link <a href="https://github.com/beauwilliams/">
22link <img align="center" src="https://github-readme-stats.vercel.app/api?username=beauwilliams&show_icons=true&theme=gruvbox" />
23link <img align="center" src="https://github-readme-stats.vercel.app/api/top-langs/?username=beauwilliams&langs_count=8&layout=compact&theme=gruvbox" />
24link </a>
25link</p>
26link
27link<h1></h1>
28link
29link<h1 align="center">
30link Check out my dotfiles for some vimscript / lua inspirations š¤
31link</h1>
32link<p align="center">
33link <a href="https://github.com/beauwilliams/Dotfiles">
34link <img width="460" height="300" src="https://github-readme-stats.vercel.app/api/pin/?username=beauwilliams&repo=dotfiles&show_owner=true">
35link </a>
36link</p>
37link
38link
39link <h1 align="center">
40link My first ever major coding project, a lua based statusline for neovim! š
41link</h1>
42link<p align="center">
43link <a href="https://github.com/beauwilliams/statusline.lua">
44link <img width="460" height="300" src="https://github-readme-stats.vercel.app/api/pin/?username=beauwilliams&repo=statusline.lua&show_owner=true">
45link </a>
46link</p>
47link
48link<h1 align="center">
49link Or my newly released focus.nvim - auto-focussing splits/windows for neovim š„
50link</h1>
51link<p align="center">
52link <a href="https://github.com/beauwilliams/focus.nvim">
53link <img width="460" height="300" src="https://github-readme-stats.vercel.app/api/pin/?username=beauwilliams&repo=focus.nvim&show_owner=true">
54link </a>
55link</p>
56link
57link<h1 align="center">
58link Perhaps one of my workshops? š¤
59link</h1>
60link<p align="center">
61link <a href="https://github.com/beauwilliams/Git-Workshop">
62link <img width="460" height="300" src="https://github-readme-stats.vercel.app/api/pin/?username=beauwilliams&repo=Git-Workshop&show_owner=true">
63link </a>
64link</p>
65link
66link<!--![Top Languages Card](https://github-readme-stats.vercel.app/api/top-langs/?username=beauwilliams&theme=gruvbox)
67link
68link<!--
69link**beauwilliams/beauwilliams** is a āØ _special_ āØ repository because its `README.md` (this file) appears on your GitHub profile.
70link
71linkHere are some ideas to get you started:
72link
73link- š Iām currently working on ....
74link- š± Iām currently learning ...
75link- šÆ Iām looking to collaborate on ...
76link- š¤ Iām looking for help with ...
77link- š¬ Ask me about ...
78link- š« How to reach me: ...
79link- š Pronouns: ...
80link- ā” Fun fact: ...
81link-->
82link
Home Backstory Why Git? Setting Up GitHub GitHub CLI Your GitHub Profile GitHub Pages Creating A New Repo Cloning A Repository Your First Commit Ignoring Files In Git Stashing Your Changes Branching With Git Merging Git Branches Rebasing Vs Merging Git Workflows Fork And Pull Flow Your First Pull Request Automated Security Alerts Seeing The Differences Removing/Deleting Files Reverting Your Commits Configuring your Git Commit Templates Creating Shortcuts Dotfile Management Sponsoring Open Source Handy Commands Thank You