Skip to content

Latest commit

 

History

982 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

Personal website and blog using the Jekyll theme minima.

Uses template repository test-website.

Setup on Linux / macOS

  • Install Docker and ensure the Docker daemon is running

  • Clone the repository git clone https://github.com/family-guy/homepage.git

  • From the project root, docker build --tag homepage-dev . --file Dockerfile.dev

  • With the image built, start a container docker run --name homepage-dev --publish 4000:4000 --publish 35729:35729 --volume $(pwd):/homepage --rm homepage-dev

  • Navigate to http://localhost:4000, you should see the site running

  • The site should update automatically after updates to source files (the first change might require a manual refresh in the browser)

  • To stop the Docker container, docker container stop homepage-dev

Documentation

Wiki

Contributing Guidelines

This repository is more for personal use, but any comments / pull requests welcome.

License

MIT

About

Personal website and blog

Resources

Code of conduct

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages