Socket
Book a DemoInstallSign in
Socket

github.com/TypicalAM/Static-Site-Generator

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/TypicalAM/Static-Site-Generator

v0.0.0-20220913160356-23cc37327d00
Source
Go
Version published
Created
Source

Static Site Generator

👋 Hi! This is a static site generator made in Gin. It checks for markdown files in the markdown directory, renders them to HTML and serves them locally. For example the file markdown/test/example.md can be viewed in the browser at example.com/test/example.md. This app was created for me to try to tidy my university notes (and start finally learning golang and gin).

✨ Getting Started

1. Get the prerequisites

🛠 This project requires golang, if you're unsure how to set it up I recommend this page.

2. Clone the repository and enter it

git clone --depth=1 https://github.com/TypicalAM/Static-Site-Generator.git && cd Static-Site-Generator

3. Run the app!

🌟 To run in a dev environment

go run .

✨ Starting the app in a cointainer

If you have a possiblity to run docker containers on your machine, you can also run the dev version of this product directly in the container using the provided Dockerfile.

docker build -t go-docker . 
docker run -d -p 3006:3004 go-docker

FAQs

Package last updated on 13 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.