This repo to serve as base for opensource healthcare worker profile for Doulas.
Example Site: #
- Fully Responsive
- Minimalist Design
- SEO Friendly.
- Light/Dark/auto
- Taxonomies
- Color customization
- Analytics Support
- Comment Support
- Integration with FormSpree for submitting "Contact me" form
Direct deployment using netlify
- Create a new hugo site formatted in YAML
hugo new site mySite -f=yaml
- Navigate inside of the new site
cd mySite
- Clone this repo into your empty themes forlder
git clone https://github.com/zothsu/hugo-profile-doula.git /themes
- Create config.yaml inside root folder. Setup the configurations in
config.yaml
. reference
touch config.yaml
Run hugo
. It will generate a folder called public. You can use the files inside public folder for deployment. You should delete the public folder for each time when you are using hugo
commend.
Fork this repo or create new repo using use this template
button and connect repo to netlify.
- whenever you customize the files exampleSite folder, netlify will automatically deploy your changes.
For more details: host on netlify
Standard README - The readme standard
Hugo theme forked from https://github.com/gurusabarish/hugo-profile.
Licensed under MIT