- Original org files can be found at
content-org
folder and the generated md files are incontent
.
How to Start
Quick and easy install.
- Install Hugo
For my Mac, I used Homebrew:
brew install hugo
For all other operating systems, click here
- Fork Repository
At the top of this window, make sure to fork this repository. Once forked, open the repository locally by running:
git clone *repository*
- Run Yarn Install
Yarn install
- Run Hugo server
make run
I host my website on Netlify which is simple to use. When hosting on Netlify, it will link your Github repository to Netlify. Every commit is saved and the website is rebuilt. Ensure the following command is listed within Netlify to build your files.
make build
- content-org/ : .ORG files for each sub-route, (e.g logs, posts, etc.)
- content/ : Markdown files generated by ox-hugo.
- docs/ : Static files to host from Github.
- themes/ : Flamingo theme.
- static/ : Pictures, icons, thumbnails, etc.
Special thanks to rudra.dev. Inspiration taken from here The direction for the first version of the portfolio was drawn from him.
Distributed under the MIT license.
See LICENSE
for more information.