Skip to content

TechDufus/techdufus.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

91c665a Â· Nov 7, 2024
Oct 25, 2024
Nov 4, 2024
Oct 29, 2024
Sep 14, 2023
Jul 26, 2020
Nov 7, 2024
Jul 26, 2020
Dec 6, 2022
Nov 4, 2024
Nov 7, 2024
Jul 26, 2020
Oct 25, 2024
Oct 29, 2024
Sep 14, 2023
Nov 4, 2024
Oct 29, 2024
Jul 26, 2020
Oct 9, 2022
Oct 9, 2022
Oct 9, 2022
Jul 26, 2020
Nov 4, 2024
Oct 25, 2024
Oct 29, 2024
Oct 29, 2024
Jul 26, 2020
Jul 26, 2020
Jul 26, 2020
Sep 14, 2023
Jul 26, 2020
Oct 25, 2024
Jul 26, 2020
Jul 26, 2020

Repository files navigation

{ TechDufus }

Build Status license

{ TechDufus } is my responsive Jekyll themed Blog / Portfolio, about me 😉

You can see it in action here!

How to run locally

First, you need to install jekyll and the dependencies of { TechDufus } by running:

./scripts/install

Then, you can build and serve your website by simply running:

./scripts/serve-production

To serve across lan (requires su to forward the port 4000 over lan):

./scripts/serve-lan-production

Docker

Run using Docker:

docker run --rm -it -p 4000:4000 -v "$PWD:/srv/jekyll" jekyll/jekyll jekyll serve --watch --host "0.0.0.0" --config _config.yml,_config.dev.yml

Run using Docker with Docker Compose:

docker-compose up

About

Github Pages hosting my personal Blog.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published