Jekyll-Vfolio is a jekyll theme for showcasing a film/video/cinematography portfolio.
_config.yml
' in a text editor. Make necessary changes to the file. You may use the hints in the comments or follow the documentation at jekyllrb.com. Note: After any changes we make to this file, we need to build the site again using the command'jekyll serve'
.bundle exec jekyll serve
in terminal.http://127.0.0.1:4000
_config.yml
file. Delete the README.md
and favicon.ico
files. You may add your own favicon.ico
file as well.index.md
file is the one which is use to serve the Homepage.index.md
files has HTML snippet with Liquid Syntax
which calls in data from the '_data/index.yml'
file.'_data/index.yml'
file to make the changes.'_data/film-reel.yml'
'_data'
folder to make changes to the 'fiction-films' and 'non-fiction-films' pages.'_data/film-reel.yml'
file translates for the navigation on the site.
Text on the banner can be changed from '_includes/banner.html'
file. Make necessary changes under <h1>
and <p>
tags.
News page is written in Markdown syntax ( except the line with <h1>
tag, this tag controls the title for this page ). To learn more about the markdown syntax follow this guide: https://www.markdownguide.org/basic-syntax
Note: The same guide can be used to edit or create the blog posts under
_posts
folder.
Use the 'awards-and-recognition.md'
file to make changes to Awards & Recognition page. Markdown syntax is used here.
The 'contact.md'
file controls the contact page. Find the following code in file and make changes accordingly:
<h1 class="text-title text-center">CONTACT</h1>
<p class="text-center">If you have a project to develop or have any question you would like to ask me, feel free to get in touch.</p>
<p class="text-center">Please, contact me at <a href="mailto:[email protected]">[email protected]</a></p>
<img class="img-fluid center-block" src="/img/paperplane.png" aria-hidden="true" alt="">
To use it simply paste your Google-Analytics tracking ID in front 'google-analytics:' key in _config.yml
file. Rebuild the site and we will be ready to use Google-Analytics.
Note: It would be turned off for the local-development environment. So, your browsing through pages while you are still developing and editing won't affect the metrics.