Dos4dev / dos4dev.com

Source code for Oleksii Danyliuk's website.

Home Page:https://dos4dev.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dos4dev.com

This repo contains the source code of the dos4dev.com website. It is built using Hugo and hosted on GitHub Pages.

Editing

Launch a local Hugo server including live reload by running (append -F for including future posts):

hugo server -D --debug

Deployment

Deployment to GitHub pages happens automatically upon pushing the master branch to the upstream repository by means of a GitHub Action.

In order to deploy to GitHub pages manually, commit all changes, then run:

./publish_to_ghpages.sh && git push upstream gh-pages

Credits

The material was originally created by Gunnar Morling (https://github.com/gunnarmorling) and forked from https://github.com/gunnarmorling/morling.dev

About

Source code for Oleksii Danyliuk's website.

https://dos4dev.com


Languages

Language:HTML 52.3%Language:CSS 34.5%Language:JavaScript 11.4%Language:Shell 1.8%