https://github.com/alexhedley/workshop
Builds from the Workshop
https://github.com/alexhedley/workshop
woodwork woodworking
Last synced: 3 months ago
JSON representation
Builds from the Workshop
- Host: GitHub
- URL: https://github.com/alexhedley/workshop
- Owner: AlexHedley
- License: mit
- Created: 2021-04-03T08:47:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-05T16:43:06.000Z (about 3 years ago)
- Last Synced: 2025-03-20T09:52:49.848Z (3 months ago)
- Topics: woodwork, woodworking
- Language: CSS
- Homepage: https://alexhedley.github.io/workshop/
- Size: 1.22 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# workshop
> Builds from the Workshop
## Site
- [local](http://localhost:8000/)
- [Published](https://alexhedley.github.io/workshop)## License
- [MIT License](LICENSE)
## DocFX
- [Walkthrough Part I: Generate a Simple Documentation Website](https://dotnet.github.io/docfx/tutorial/walkthrough/walkthrough_create_a_docfx_project.html)
Pulled the source of this repo.
`docfx init -q`
Moved to root folder.
Updated [docfx.json](docfx.json)
Added favicon etc to the images folder.
Build `docfx docfx.json`
Run `docfx serve _site`
Build and Run `docfx docfx.json --serve`
- [Local](http://localhost:8080/)
- [Live](https://alexhedley.github.io/workshop)## Deploy
The site is auto-deployed to [GitHub Pages](https://pages.github.com/) using [ci-cd.yml](.github/workflows/publish-docs.yml)