Giter VIP home page Giter VIP logo

blog's Introduction

blog

This project is the source code for my personal blog.

Hugo

The site is generated using Hugo. The root of the Hugo code is in the /src directory.

Docker

The site runs in a docker container built using a 2 stage process. The first stage builds the static site, the second stage copies the files into the final container.

$ docker build --tag devans10/blog:latest .
$ docker push devans10/blog:latest

Kubernetes

The site is running on a Kubernetes cluster running on Digital Ocean, and is deployed using Terraform.

terraform.tfvars

docker_server = "https://index.docker.io/v1/"
docker_username = "<docker hub username"
docker_email = "<email>"
docker_password = "<docker hub password>"
do_token = "<do-token>"
sitename = "www"
image = "devans10/blog:latest"
cluster_name = "<DO Kubernetes Cluster>"

blog's People

Contributors

devans10 avatar

Stargazers

Szymon Piątkowski avatar Alexey Dubovskoy avatar

Watchers

James Cloos avatar

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.