Skip to content

kimjongyeol/DevOpsKoreaHOL

This branch is 1 commit ahead of, 3 commits behind ianychoi/DevOpsKoreaHOL:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ccc7a6e · Dec 20, 2019

History

8 Commits
Jun 4, 2019
Dec 20, 2019
Jun 2, 2019
Jun 9, 2019
Jun 4, 2019
Jun 9, 2019
Jun 2, 2019
Jun 4, 2019
Jun 4, 2019
Jun 9, 2019
Jun 9, 2019
Jun 9, 2019
Jun 4, 2019

Repository files navigation

Azure DevOps HOL

This is the source code for Azure DevOps HOL by taking an example of a documentation project.

The documentation can be hosted on any HTML repositories including your GitHub Pages, from the gh-pages branch.

Running locally

  1. Run dotnet run -p generator/src/generator.csproj -- . "http://localhost:8000/" _site to build the HTML files.
  2. Run ./copy-assets.bash _site to copy assets into the target directory.
  3. Run python3 -m http.server 8000 --directory _site/ (or whatever your favorite static http server is) to serve the website at port 8000.
  4. Open http://localhost/:8000 in your web browser to view the result.

About

A repository for an Azure DevOps Hands-on-Lab with https://dev.azure.com/devopskr/DevOps_KOREA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 90.9%
  • CSS 5.8%
  • HTML 2.4%
  • Other 0.9%