All Projects → luminousmen → Huddy

luminousmen / Huddy

Licence: BSD-3-Clause license
Huddy = Hugo + Caddy docker container

Projects that are alternatives of or similar to Huddy

Dockers
https://hub.docker.com/r/chenhw2/
Stars: ✭ 42 (+200%)
Mutual labels:  hugo, caddy
Caddy Docker
Docker container for Caddy
Stars: ✭ 729 (+5107.14%)
Mutual labels:  container, caddy
website
KubeSphere website and documentation 3.0 & 3.1 & 3.2
Stars: ✭ 50 (+257.14%)
Mutual labels:  hugo
hugo-identity-theme
Little profile/card-style template for Hugo. Based on Identity by HTML5 UP.
Stars: ✭ 87 (+521.43%)
Mutual labels:  hugo
aafu
Portfolio theme with blog
Stars: ✭ 32 (+128.57%)
Mutual labels:  hugo
hugo-sugoi
Hugo-Sugoi - An Ultra Minimal Hugo Theme based on Skeleton
Stars: ✭ 29 (+107.14%)
Mutual labels:  hugo
website
Bennett's personal website.
Stars: ✭ 16 (+14.29%)
Mutual labels:  hugo
container-amiga-gcc
Containerfile for AmigaOS Cross-Compiler Toolchain
Stars: ✭ 51 (+264.29%)
Mutual labels:  container
hugo-theme-iris
Hugo IRIS Theme - Portfolio and Blog
Stars: ✭ 49 (+250%)
Mutual labels:  hugo
inspr
Inspr is an agnostic application mesh for simpler, faster, and securer development of distributed applications (dApps).
Stars: ✭ 49 (+250%)
Mutual labels:  container
comdev-site
Website sources for the Apache Community Development Website
Stars: ✭ 70 (+400%)
Mutual labels:  hugo
docker-rsyslog
Rsyslog server with multiple input listeners (UDP/TCP/RELP) and outputs (file/kafka/syslog).
Stars: ✭ 18 (+28.57%)
Mutual labels:  container
HerokuContainer
Dockerized ASP.NET Core Web API app in Heroku
Stars: ✭ 26 (+85.71%)
Mutual labels:  container
fastfreeze
Turn-key solution to checkpoint/restore applications running in Linux containers
Stars: ✭ 68 (+385.71%)
Mutual labels:  container
northstar
Embedded container runtime
Stars: ✭ 82 (+485.71%)
Mutual labels:  container
hugo eiio
Hugo Blog Theme
Stars: ✭ 19 (+35.71%)
Mutual labels:  hugo
influencer-hugo
Influencer is a Hugo theme for book authors and writers. It has also Snipcart supports for order books and payments.
Stars: ✭ 66 (+371.43%)
Mutual labels:  hugo
EvDev
Full-Featured Dockerized Development Environment
Stars: ✭ 21 (+50%)
Mutual labels:  container
miguelmota.github.com
My Hugo powered blog
Stars: ✭ 34 (+142.86%)
Mutual labels:  hugo
github-ci
An example GitHub Action (CI) to build a Singularity container
Stars: ✭ 46 (+228.57%)
Mutual labels:  container

Huddy

Huddy = Hugo + Caddy docker container

Installation
    docker pull luminousmen/huddy:latest
    docker run -d -p 80:80 luminousmen/huddy caddy
Build site

To actually generate site and run it in container uncomment last two lines in Dockerfile then:

    docker build -t <tag> .
    docker run -d -p 80:80 <tag> caddy
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].