Giter Club home page Giter Club logo

loganmarchione.com's Introduction

loganmarchione.com

CI/CD (loganmarchione.com)

Overview

This repo contains the source for https://loganmarchione.com, built via Hugo.

This repo also builds https://loganmarchione.github.io and https://loganmarchione.dev on every PR and update to every PR.

Usage

Pre-reqs

# get a copy of the code
git clone https://github.com/loganmarchione/loganmarchione.com.git
cd loganmarchione.com

Vagrant or Docker (choose one)

Vagrant

vagrant up
vagrant ssh

# update hugo modules (optional)
go mod tidy
hugo mod get

# run
hugo server -DEF --bind=0.0.0.0 --ignoreCache --disableFastRender --poll 700ms --logLevel info

Docker

# build the Dockerfile
docker compose -f docker-compose-dev.yml up -d

# view logs
docker compose -f docker-compose-dev.yml logs -f

# destroy when done
docker compose -f docker-compose-dev.yml down

add, commit, push to kick off GitHub Actions

git add .
git commit -m "Update some stuff"
git push

GitHub Actions

Below is a visual representation of the GitHub Actions workflows.

  graph TD
    A((Start)) --> B[Create branch] & C[Commit to master]
    B --> D[Commits to branch]
    C --> AA["Deploy to loganmarchione.com"] & BB["Deploy to loganmarchione.github.io"]
    D --> E[Pull request to master]
    G --> C
    E --> BB
    H{Dev site looks good?} -- No --> D
    BB --> CC["Deploy to loganmarchione.dev"]
    CC --> H
    H -- Yes --> G[Merge PR]
Loading

loganmarchione.com's People

Contributors

loganmarchione avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

loganmarchione.com's Issues

Renovate Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

docker-compose
docker-compose-dev.yml
dockerfile
Dockerfile
  • debian 12-slim
github-actions
.github/workflows/development.yml
  • actions/checkout v4
  • actions/setup-go v5
  • peaceiris/actions-hugo v3
  • peaceiris/actions-gh-pages v4
  • actions/checkout v4
  • actions/setup-go v5
  • peaceiris/actions-hugo v3
  • aws-actions/configure-aws-credentials v4
.github/workflows/production.yml
  • actions/checkout v4
  • actions/setup-go v5
  • peaceiris/actions-hugo v3
  • aws-actions/configure-aws-credentials v4
gomod
go.mod
  • go 1.19

  • Check this box to trigger a request for Renovate to run again on this repository

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.