go-hugo-lc

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2023 License: MIT Imports: 8 Imported by: 0

README

go-hugo-lc Paypal donate

Hugo site link checker written in Golang. Handy for checking internal link breakage after migration.

Table Of Content

Handy for checking internal link breakage after migration.

Highlight
  • Check using local content directory
  • Does not use markdown parser
  • Golang standard library only
Limitation
  • Verify internal link only
  • Links need server side redirection will be marked as fail
  • Only detect links in markdown format []()

All 3 may improve in future.

Binary

https://github.com/J-Siu/go-hugo-lc/releases

Compile
go get github.com/J-Siu/go-hugo-lc
cd $GOPATH/src/github.com/J-Siu/go-hugo-lc
go install
Usage
go-hugo-lc
go-hugo-lc v0.5.4
License : MIT License Copyright (c) 2023 John Siu
Support : https://github.com/J-Siu/go-hugo-lc/issues
Debug   : export _DEBUG=true
Usage   : go-hugo-lc <baseURL> <content dir> <public dir>

In Hugo site root:

go-hugo-lc https://example.com content public

Single page usage:

go-hugo-lc https://example.com content/post/post.md public
Repository
Contributors
Change Log
  • 0.5
    • Initial Commit
  • 0.5.1
    • Use mod
  • 0.5.2
    • Use github.com/J-Siu/go-helper
  • 0.5.3
    • Use Go routine
  • 0.5.4
    • Use github.com/J-Siu/go-ver
    • Remove site struct
  • 0.6.0
    • Use Go 1.16
  • v1.0.0
    • Update to Go 1.20 and dependency
License

The MIT License

Copyright (c) 2023 John Siu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL