Skip to content

cristianrcv/personal-website

Repository files navigation

Netlify Status

Code Status

Language

License

Cristian Ramon-Cortes Vilarrodona Personal Website

Live Website

A personal website using Academic, Hugo, and Netlify.

Based on Academic Kickstart

System Preparation

Since all the builds are performed on the Netlify platform you don't really need to run any system setup.

However, for local builds/test you will require to:

Download and Install HUGO

The steps for the HUGO installation depend on your system so please follow the instructions available in the HUGO website.

Template customization

  • config/ : General website configuration
  • content/lang
    • authors : One entry per author
    • home : One entry per section on the main page
    • post : One entry per post
    • project : One entry per project
    • publication : One entry per publication
    • talk : One entry per talk

Multiple languages are supported by adding the content to different lang folders.

Building

hugo server --watch
firefox http://localhost:1313

Deploying to Netlify

  • Commit all changes
git add .
git commit -m "New version"
git push origin master
  • Netlify triggers build on master commits so just check out the updated website

Academic makes it easy to create a beautiful website for free using Markdown, Jupyter, or RStudio. Customize anything on your site with widgets, themes, and language packs. Check out the latest demo of what you'll get in less than 10 minutes, or view the showcase.

Academic Kickstart provides a minimal template to kickstart your new website.

Screenshot

Install

You can choose from one of the following four methods to install:

Then personalize your new site.

Ecosystem

  • Academic Admin: An admin tool to import publications from BibTeX or import assets for an offline site
  • Academic Scripts: Scripts to help migrate content to new versions of Academic

License

Copyright 2017-present George Cushen.

Released under the MIT license.