Skip to content
This repository was archived by the owner on Apr 19, 2022. It is now read-only.

FrancesCoronel/personal-website-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fvcproductions.github.io

Github Issues GitHub Pull-Requests MIT License Become a Patron!

FOSSA Status

My blog and portfolio all in one. You can view it on GitHub Pages at fvcproductions.github.io

Table of Contents

Installation

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.

Usage

This website was created from the bottom-up and is a migration from my Wordpress website at fvcproductions.wordpress.com.

Contributing

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! 😊

Contact

Acknowledgements

License

FOSSA Status

About

My old website that was created with Jekyll.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published