Giter Site home page Giter Site logo

phila_political's Introduction

Personal Website

This repo contains the stuff making up my personal site.

Current Setup

  • hosted with GitHub Pages
  • uses Jekyll with the Hyde theme based on Poole

Development Workflow

Jekyll is a static site generator. With that in mind, you need to build the static files anytime you want to make change.

Making a Post

Write the post content in a markdown file in the _posts directory. The publish date and title should be stored in the markdown filename; for example 2016-12-14-file-permissions-for-django-media-uploads.md.

When your satisfied with that beautiful prose, we can build the static files with Jekyll. Because we have a Gemfile, we need to build like this:

bundle exec jekyll serve

This should start a local server on which we can view the changes:

Configuration file: /home/adam/projects/aerispaha.github.io/_config.yml
            Source: /home/adam/projects/aerispaha.github.io
       Destination: /home/adam/projects/aerispaha.github.io/_site
 Incremental build: disabled. Enable with --incremental
      Generating...
       Jekyll Feed: Generating feed for posts
                    done in 0.316 seconds.
 Auto-regeneration: enabled for '/home/adam/projects/aerispaha.github.io'
    Server address: http://127.0.0.1:4000/
  Server running... press ctrl-c to stop.

When all looks good, we can publish the changes by merging the static file changes into the master branch (the branch configured in Github to host the GH pages content)

phila_political's People

Contributors

aerispaha avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

gitsean

phila_political's Issues

Create README

Create a project readme helping to explain what this project is about. Can use language from the project proposal.

Organize GH project structure

Currently, the project is awkwardly contained in a doc/ directory, with Django source code and a ipython notebook adjacent. Rearrange this to make more sense.

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.