Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Maiklins/reflectoring.github.io

Open more actions menu
 
 

Repository files navigation

reflectoring.io

This is the repository for the reflectoring.io blog on software engineering and Java topics.

This blog runs on Hugo, a static site generator.

Local preview with Docker

If you have Docker installed, you can run the blog locally with this command:

docker-compose up

or, if you want to have more control over the Hugo command:

docker run -it \
  -v "$(pwd):/src" \
  -p 1313:1313 \
  "peaceiris/hugo:v0.91.2" \
  server --bind 0.0.0.0 --buildDrafts

You can replace server ... with the Hugo command that you want to run.

In any case, you can then browse the site via http://localhost:1313.

Local preview by installing Hugo

If you don't have Docker, you can install Hugo on your machine (version 0.91.2+extended) and then run this command:

hugo server

You can then browse the site via http://localhost:1313.

Contributing to this Blog

See the Become an Author page on the blog.

About

reflectoring blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • SCSS 71.8%
  • HTML 23.7%
  • CSS 2.7%
  • JavaScript 1.8%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.