GithubHelp home page GithubHelp logo

grking8 / minima Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 2.58 MB

Moved to https://github.com/family-guy/homepage

License: MIT License

HTML 43.05% Ruby 3.42% CSS 48.47% Shell 4.52% Dockerfile 0.53%
jekyll markdown docker dockerhub nginx ssl https minima lets-encrypt docker-hook personal-blog homepage continuous-integration continuous-deployment

minima's Introduction

Summary

Personal homepage / blog using the Jekyll theme minima.

Installation

Linux

  • Clone the git repository.

  • Install Jekyll, e.g. on Ubuntu (as superuser)

    • apt-get update
    • apt-get upgrade
    • apt-get install ruby-full
    • gem install jekyll. Check jekyll --version. If error:
    • gem install bundler
    • apt-get install zlib1g-dev
    • gem install nokogiri -v '1.8.1'
    • bundle install
    • jekyll --version
  • From the project root, jekyll serve

  • Go to localhost:4000 in the browser

Mac OS X

  • Install Vagrant with an Ubuntu box and fsnotify

  • Clone the git repository onto the host machine and the guest machine (latter requires ssh-ing into the Vagrant box).

  • Get the Vagrant box's IP address grep -nrw 'ip' Vagrantfile

  • Sync the newly-cloned git repositories on the guest and host machines by adding config.vm.synced_folder "/path/to/host-machine/repo", "/path/to/guest-machine/repo", fsnotify: true to Vagrantfile. This allows editing source files with your editor of choice on the host machine and for changes to take effect without restarting the server on a page refresh. If your editor of choice is Vim, Nano, etc. you can skip this step ๐Ÿ˜‰

  • Exit ssh, restart the Vagrant box vagrant reload --provision <vagrantboxid> and start a new session.

  • Install Jekyll. From the project root, jekyll serve --host=0.0.0.0 Go in the browser to <ipaddress>:4000 replacing <ipaddress> with the one obtained in the third step. You should see the app load.

Documentation

minima's People

Contributors

adyg avatar alxn avatar ashmaroli avatar ayushgoel avatar benbalter avatar crispgm avatar crunch09 avatar dirtyf avatar dret avatar grking8 avatar jekyllbot avatar kittygiraudel avatar mariolopjr avatar oncleben31 avatar parkr avatar pathawks avatar stjhimy avatar strangehill avatar swsnr avatar ward avatar zlatanvasovic avatar

Watchers

 avatar  avatar

minima's Issues

Unused docker images being created

  • Each time deploy-homepage.sh is run, a new docker image is downloaded
  • These images have tag <none>
  • Add line in deploy-homepage.sh to remove these images

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.