Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qos-ch/slf4j-site
slf4j-site
https://github.com/qos-ch/slf4j-site
Last synced: 9 days ago
JSON representation
slf4j-site
- Host: GitHub
- URL: https://github.com/qos-ch/slf4j-site
- Owner: qos-ch
- License: mit
- Created: 2022-06-15T15:38:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T19:04:47.000Z (27 days ago)
- Last Synced: 2024-10-22T11:42:47.272Z (27 days ago)
- Language: HTML
- Size: 2.33 MB
- Stars: 1
- Watchers: 2
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# slf4j-site
This repository contains the contents of [https://www.slf4j.org](https://www.slf4j.org) site.
# Build instructions
The site is copied more than built.
The command for "building" the site contents is:
mvn install
This copies html files from `src/site/pages/` folder to `target/site/` folder, performing variable replacements along the way.
The local version of the website can then be navigated on your local machine
at `target/site/`.