Giter VIP home page Giter VIP logo

Carissa's Super Awesome Website

Setup

Install Dependencies

  1. Install Homebrew.

  2. Install ImageMagick, pkg-config, and the latest Ruby version:

    brew install imagemagick pkg-config ruby
  3. Install FastImage and Jekyll:

    sudo gem install fastimage jekyll

Start Jekyll

  1. Clone the repository and cd into it:

    cd ~/Developer  # ...or wherever you want to clone it to
    git clone [email protected]:Calder/Carissa-Website.git Website
    cd Website
  2. You will do all your development in the source branch. Switch to it with:

    git checkout source

Making Changes

  1. Start Jekyll's test server:

    jekyll serve
  2. Never make changes to _site; it is generated. To change thumbnails, create the 256px by 256px thumbnail image file alongside the original full-sized file and append "-thumb" to its name.

  3. Visit http://localhost:4000

Publishing

Make all changes in the source branch. When you are ready to publish to the live site:

  1. Stage your changes and check what you're about to commit:

    git add --all .
    git status
  2. If that looks good, commit your changes:

    git commit -m "..."
  3. And finally push changes to Github and the live site:

    ./push

Notes

  • Certain special characters are problems, like apostrophes in gallery image descriptions
  • _includes/nav.html is where the menu on the top is stored

References

Carissa Knipe's Projects

data icon data

Data and code behind the stories and interactives at FiveThirtyEight

hellopython icon hellopython

Getting used to git and github with python hello world

semantic-elements icon semantic-elements

UW HTML100 course - Lesson 1. FYI future assignments for this course are at github.com/cknipe-learning/portfolio

shuffling icon shuffling

Just-for-fun project where I basically try to figure out if the way I shuffle cards as a human is okay, and then maybe make a visualization for a bunch of methods of shuffling cards

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.