About me website!
This site is built using Hugo and hosted on Github Pages.
The theme is a port of the original Hyde Jekyll theme also called Hyde. However I have customised it ever so slightly.
New computer? Keep in mind that this repo uses submodules (for the Hyde theme) so you will need to also clone that to
the correct path. Luckily git
can help us.
$ git clone --recurse-submodules [email protected]:mezpahlan/mezpahlan.github.io.git
To create a draft do the following on the main
branch:
- Run
$ hugo new blog/20YY/MM/DD/post-title
substituting the appropriate date characters. - Edit your post.
- Hard wrap at 120 except Hugo shortcodes.
- Preview the site by running
$ hugo server
.
To deploy do the following:
- Commit your changes in the
main
branch. - Run
$ ./deploy.sh
.
- Add portfolio section.
- Custom CNAME.