Skip to content

Commit

Permalink
Update README and GitHub pages config
Browse files Browse the repository at this point in the history
  • Loading branch information
arvvoid committed Sep 25, 2024
1 parent dbcbbb5 commit c8d8148
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions README-HR.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
![GitHub commits since latest release](https://img.shields.io/github/commits-since/l-d-t/fiskalhrgo/latest?include_prereleases)
![GitHub License](https://img.shields.io/github/license/l-d-t/fiskalhrgo)
[![Go Reference](https://pkg.go.dev/badge/github.com/l-d-t/fiskalhrgo.svg)](https://pkg.go.dev/github.com/l-d-t/fiskalhrgo)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/l-d-t?label=Podrži%20nas&style=flat)](https://github.com/sponsors/l-d-t)

# FiskalHR Go

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
![GitHub commits since latest release](https://img.shields.io/github/commits-since/l-d-t/fiskalhrgo/latest?include_prereleases)
![GitHub License](https://img.shields.io/github/license/l-d-t/fiskalhrgo)
[![Go Reference](https://pkg.go.dev/badge/github.com/l-d-t/fiskalhrgo.svg)](https://pkg.go.dev/github.com/l-d-t/fiskalhrgo)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/l-d-t?label=Support%20Us&style=flat)](https://github.com/sponsors/l-d-t)

# FiskalHR Go

Expand Down Expand Up @@ -219,7 +220,7 @@ To encode your P12 certificate file (e.g., `fiskalDemo1.p12`) to a single-line b
base64 -w 0 fiskal1.p12
```

Then, set the CIS_P12_BASE64 environment variable with the encoded string.
Then, set the `CIS_P12_BASE64` environment variable with the encoded string.

Additionally, ensure that the `FISKALHRGO_TEST_CERT_PASSWORD` and `FISKALHRGO_TEST_CERT_OIB` environment variables are set with the appropriate certificate password and OIB (Personal Identification Number) respectively.

Expand Down
5 changes: 5 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
title: FiskalHR Go
description: A Go library for Croatian fiscalization (fiskalizacija).
theme: jekyll-theme-midnight
show_downloads: false
google_analytics:

0 comments on commit c8d8148

Please sign in to comment.