Giter Site home page Giter Site logo

personal-site's Introduction

Matthew Cook's website

Running on http://mcook.me

How to run locally

(Assuming you have git, python, and pip)

First, clone the repo:

[mcook@mcook04 ~]$ git clone https://github.com/mcookhome/personal-site.git

Next, we need to enter the directory and install the requirements:

[mcook@mcook04 ~]$ cd personal-site/   
[mcook@mcook04 personal-site]$ sudo pip install -r requirements.txt  

We need to create a credentials file in the util folder with this structure:

[mcook@mcook04 personal-site]$ vi util/credentials.py
login = {
    "email": "<your_email>",
    "password": "<your_password>"
}

Finally, we can run the app:

[mcook@mcook04 personal-site]$ python app.py  
 * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)  
 * Restarting with stat  
 * Debugger is active!  
 * Debugger PIN: 133-415-911  

If you want to be able to send emails, you have to turn on 'less secure apps' for your email address.

personal-site's People

Contributors

mcookhome avatar

Watchers

James Cloos avatar  avatar

personal-site's Issues

Image duplicates on the Skills part of the page

duplicate

Image repeats horizontally, which is unusual because none of the other with the same CSS class have this issue.

I suspected that I just did not close one of my HTML tags, but after a cursory glance, that does not seem to be the issue. Will look more some other day.

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.