Skip to content

southgate/danielburka.github

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

danielburka.com

This repository houses the source code for the danielburka.com website

Development

We use Middleman to build the static pages which are hosted on GitHub Pages

To run the site on your own machine, simply clone the repo, install the packages necessary, and start up a Middleman server

$ git clone [email protected]:dburka/dburka.git
$ cd dburka
$ bundle install
$ middleman server

Now you should be able to go to http://localhost:4567 and see the site running locally

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 59.9%
  • HTML 36.5%
  • Ruby 3.6%