My blog and portfolio all in one. You can view it on GitHub Pages at fvcproductions.github.io
Table of Contents
Install Ruby & Bundler if you haven't already.
Use the following commands to locally serve this website.
bundle install
bundle exec jekyll serve
Make sure to update your gems every now and then!
bundle update
For faster rendering...
bundle exec jekyll serve --watch --limit_posts 1
If you aren't running the latest version:
gem update jekyll
To convert multiple HTML files to Markdown:
for f in *.html; do pandoc ${f} -f html -t markdown -s -o ${f}.md; done
To convert Wordpress.com XML files to Jekyll format:
ruby -rubygems -e 'require "jekyll-import";
JekyllImport::Importers::WordpressDotCom.run({
"source" => "fvcproductions.wordpress.2017-03-04.002.xml",
"no_fetch_images" => true,
"assets_folder" => "assets"
})'
I use CodeKit 3 (config.codekit3
) to handle compilation.
This website was created from the bottom-up and is a migration from my Wordpress website at fvcproductions.wordpress.com
.
I am always looking for ways to make my website more modular, lean, and clean.
So if you have any suggestions, please feel free to contribute!
To get started...
- 🍴 Fork this repo here
- 🔨 Hack away
- 👥 Add yourself as a contributor under credits
- 🔧 Make a pull request here
- 🎉 Get your pull request approved - success!
Or just create an issue - any little bit of help counts! 😊
- FVCproductions 🍓🍫
- Twitter @fvcproductions