Coder Social home page Coder Social logo

trendingtechnology / dwmkerr.com Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dwmkerr/dwmkerr.com

0.0 2.0 0.0 142.21 MB

The 'dwmkerr.com' website content and setup. Static site managed with Hugo.

Home Page: https://dwmkerr.com

Shell 8.29% Makefile 4.01% JavaScript 87.70%

dwmkerr.com's Introduction

dwmkerr.com

Code, articles and utilities for the dwmkerr.com website.

Introduction

This is the code for the dwmkerr.com website. It is a static site generated with Hugo

Structure

The structure of this project is:

Folder Usage
_wip Work in progress articles and ideas.
dmwkerr.com The actual Hugo website
scripts Helper scripts.
makefile A makefile to build the site, run locally, etc.

Hugo

This website uses the Hugo static site generator. For the details of why Hugo was chosen, see TODO.

To setup your local environment work on the site, run:

make setup

Then serve the site in development mode with:

make serve

The site can be built with:

make build

# The built site is in the public folder below.
# dwmkerr.com/public

CI/CD

Any changes to the master branch, or a branch which matches the build/* pattern will trigger a deployment to GitHub Pages.

The address of the deployed site is:

https://dwmkerr.github.io/dwmkerr.com/

Theming

The site uses the hugo_theme_pickles theme.

To use my own fork which I use for fixing bugs/testing etc, run:

git submodule add -b release [email protected]:dwmkerr/hugo_theme_pickles.git dwmkerr.com/themes/dwmkerr_hugo_theme_pickles

And update the config.toml to use this theme.

When a new release of the theme needs to be used, update the submodules with:

git submodule update --init --recursive --remote

dwmkerr.com's People

Contributors

dwmkerr avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.