Skip to content

The source code for my website

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE.md
CC-BY-4.0
LICENSE.ccby40
MIT
LICENSE.mit
Notifications You must be signed in to change notification settings

sstelfox/stelfox.net

Personal Website Source

This repository contains the source code for https://stelfox.net.

All raw content can be found in the "content/". This is designed to be compiled using hugo.

Please refer to LICENSE.md for official information related to licenses related to my content and code. Unofficially, the content is basically "Give me attribution for my work and you're free to use it as you will".

Build Instructions

I'm currently using the hugo packaged and available in Arch Linux along with npm to build the site.

$ sudo pacman -Sy hugo
$ npm install

Build a fresh version (into "public/") with either of the two following commands (they're equivalent):

$ make
$ make build

Or to run a live server with the content:

$ make server

About

The source code for my website

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE.md
CC-BY-4.0
LICENSE.ccby40
MIT
LICENSE.mit

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published