Skip to content

The src of the homepage of the artist Nikolaus Eckhard

Notifications You must be signed in to change notification settings

derhackler/nikolauseckhard

Repository files navigation

This is the source of the homepage of the artist Nikolaus Eckhard

Usage

Create a new project (based on the template)

  1. hugo new projects/name-of-the-project
  2. Replace the title, tags, coverimage, and text

Creating Content

  1. checkout the repository
  2. create a new folder with the project name in content/projects
  3. create an index.md file in this folder (copy it from another)
  4. write the text in markdown

Developing

Prerequisites

  • Git
  • Hugo

How to run locally

run hugo server -D in your source directory

Deploying

Changes are deployed via the github pipeline "CD" workflow on every push to https://nikolauseckhard.at/draft.

When the tag "release" gets set to a revision, this revision will be deployed to https://nikolauseckhard.at. To tag the release do this:

git push origin :refs/tags/release
git tag -fa release
git push origin master --tags

How to Contribute

  1. Get in contact with Nikolaus Eckhard to align the planned changes
  2. Create a pull request with your changes

Attributions

About

The src of the homepage of the artist Nikolaus Eckhard

Resources

Stars

Watchers

Forks

Packages

No packages published