Giter Site home page Giter Site logo

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)

Adam Erispaha's Projects

epanet icon epanet

The Water Distribution System Hydraulic and Water Quality Analysis Toolkit

geomtools icon geomtools

Collection of tools for doing some geometry calculations

hhcalcs icon hhcalcs

Tools for common hydraulic and hydrologic engineering calculations

networkx icon networkx

Official NetworkX source code repository.

pyneurgen icon pyneurgen

Github fork of Python Neural Genetic Algorithm Hybrids (Pyneurgen)

pyplan icon pyplan

Tools for alternatives analysis of progressive capital planning projects

recurrentshop icon recurrentshop

Framework for building complex recurrent neural networks with Keras

rrsim icon rrsim

Tools for simulating the efficacy of a infrastructure renew and replacement program

sample-flask icon sample-flask

Sample Flask Application to be deployed on DigitalOcean's App Platform

wackywords icon wackywords

pointless app that creates random nonsense sentences. be inspired!

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.