Giter Site home page Giter Site logo

academicwebsite's Introduction

Files to Build John Christian Gaby's Personal Website

This repository contains the files needed to build John Christian Gaby's personal website.

Content

The website is built with Hugo, a static website builder, using a template for the Academic theme, which has since undergone multiple updates and has been rebranded Wowchemy.

The website content is created using Markdown, RMarkdown, and Jupyter Notebook.

The website is formatted as a Curriculum Vitae to provide up-to-date information on John Christian Gaby's career accomplishments and professional skills. It is also a site where he publishes blogposts on bioinformatics and data analysis. In addition, in the blogposts section he has also published galleries of some examples of his botanical photography.

Use These Commands to Rebuild and Push to Github

In the root repository folder for the website, use the following BASH commands to push changes to the GitHub repository the contains the files needed to build the website:

  1. git add .
  2. git commit -m "Repo update blogpost 2"
  3. git push -u origin master # use '--force' if necessary

Next, build the website with Hugo, which creates and organizes all the files needed for the website in the pubic folder off of the root repository folder, and then push the public folder to GitHub:

  1. hugo
  2. cd public
  3. git add .
  4. git commit -m "Web update blogpost 2"
  5. git push origin master

To check the appearance of the website before pushing, one can run the BASH command 'hugo server' then open http://localhost:1313/ in a web browser.

License

The original Academic theme for Hugo is copyright of George Cushen, 2017-present, and is released under the MIT license.

academicwebsite's People

Contributors

gcushen avatar chrisgaby avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.