Skip to content

Seneca-CDOT/kimchi-ssg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

kimchi-ssg

Static Site Generator Open Source Development

Built with

Installation

  1. Clone the reposistory
  2. Open the cmd
  3. Move to ./kimchi-ssg/bin/release, you can find "kimchi-ssg.1.0.0.nupkg" nuget package file
  4. Type command dotnet tool install --global --add-source {your project directory including kimchi-ssg.1.0.0.nupkg} kimchi-ssg
  5. Check installation dotnet tool list --global

Without Installation

  1. Clone repository
  2. Open "kimchi-ssg.csproj" C# project file
  3. Build the project with ctrl+shift+B (if you Windows user)
  4. Go to directory "\bin\Release\net5.0", you can find kimchi-ssg.exe
  5. Run command prompt and change directory where kimchi-ssg.exe locates at

Option

  • --i --input <arguments> Input your text file to convert html
  • --version Show version information
  • -?, -h, --help Show help and usage information

Author

Minsu Kim

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%