Git Product home page Git Product logo

Azure Citadel

The content for the public-facing website for Azure Citadel

The site is currently hosted on Azure Static Web Apps, using GitHub actions to deploy, sitting behind Azure Front Door

Local hugo install

Example commands for Ubuntu 20.04, run from the local directory for the cloned repo.

  1. Install npm

    sudo apt update && sudo apt install -y npm
  2. Install the npm modules

    npm install
  3. Determine the Hugo version from the Dockerfile

  4. Set the variable

    hugo_version=0.90.1
  5. Download the .deb file

    hugo_binary=hugo_extended_${hugo_version}_Linux-64bit.deb
    wget https://github.com/spf13/hugo/releases/download/v$hugo_version/$hugo_binary
  6. Install hugo

    sudo apt install ./$hugo_binary -y
  7. Remove the .deb file

    rm $hugo_binary

Run hugo

hugo server

Azure Citadel's Projects

aksworkshop icon aksworkshop

Azure Kubernetes Service (AKS) workshop website content

arm-workshop icon arm-workshop

Templated student repository for the https://aka.ms/citadel/arm workshop

certbot-runner icon certbot-runner

A containerised deployment of certbot, suitable for running in Azure Container Instances

nodejs-demoapp icon nodejs-demoapp

Simple demo Node.js Express web app for deploying to Azure, Docker etc

youtube icon youtube

Repo for YouTube videos and associated subtitle files,.

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.