My blog and portfolio all in one.
View my website at https://www.fvcproductions.com
.
This website is a migration from my old Wordpress website at fvcproductions.wordpress.com
.
It was built from the bottom up!
About
Adventures
Archive
Awards
Blog
Colophon
Feedback
Mentoring
Portfolio
Resume
Search
Speaking
Travels
You need to have node
and npm
installed before running the following commands.
# install necessary dependencies
npm install
# start server
npm start
The site will be be displayed at localhost:3000
with BrowserSync automatically reloading the page with any new changes.
hugo new adventures/2018-06-19-xyz.md
This website is hosted on GitHub and deployed through Netlify.
# build static version in `/dist` folder
npm run build
# preview draft posts
npm run build-preview
# deploy dist folder to master (for GitHub pages)
npm run deploy
- See Colophon.
I am always looking for ways to make my website more modular, lean, and clean.
Project management is handled by ZenHub - check out the project board!
So if you have any suggestions, feel free to contribute!
To get started...
- 🍴 Fork this repo
- 🔨 View the contributing guidelines at CONTRIBUTING.md
- 👥 Add yourself as a contributor under the Credits section
- 🔧 Open a new pull request
- 🎉 Get your pull request approved - success!
Or just create an issue - any little bit of help counts! 😊
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
More details can be found at this project's code of conduct.