Screenshots added, License changes
This commit is contained in:
parent
97d25e2679
commit
a92d5f23ec
@ -13,7 +13,7 @@ patches and features.
|
|||||||
|
|
||||||
## Using the issue tracker
|
## Using the issue tracker
|
||||||
|
|
||||||
The [issue tracker](https://github.com/thetomester13/homepage/issues) is
|
The [issue tracker](https://github.com/kukielka58/homepage/issues) is
|
||||||
the preferred channel for [bug reports](#bug-reports), [features requests](#feature-requests)
|
the preferred channel for [bug reports](#bug-reports), [features requests](#feature-requests)
|
||||||
and [submitting pull requests](#pull-requests), but please respect the following
|
and [submitting pull requests](#pull-requests), but please respect the following
|
||||||
restrictions:
|
restrictions:
|
||||||
@ -31,7 +31,7 @@ Our bug tracker utilizes several labels to help organize and identify issues. He
|
|||||||
- `help wanted` - Issues we need or would love help from the community to resolve.
|
- `help wanted` - Issues we need or would love help from the community to resolve.
|
||||||
- `question` - General purpose question about Homepage.
|
- `question` - General purpose question about Homepage.
|
||||||
|
|
||||||
For a complete look at our labels, see the [project labels page](https://github.com/thetomester13/homepage/labels).
|
For a complete look at our labels, see the [project labels page](https://github.com/kukielka58/homepage/labels).
|
||||||
|
|
||||||
|
|
||||||
## Bug reports
|
## Bug reports
|
||||||
@ -116,7 +116,7 @@ included in the project:
|
|||||||
# Navigate to the newly cloned directory
|
# Navigate to the newly cloned directory
|
||||||
cd homepage
|
cd homepage
|
||||||
# Assign the original repo to a remote called "upstream"
|
# Assign the original repo to a remote called "upstream"
|
||||||
git remote add upstream https://github.com/thetomester13/homepage.git
|
git remote add upstream https://github.com/kukielka58/homepage.git
|
||||||
```
|
```
|
||||||
|
|
||||||
2. If you cloned a while ago, get the latest changes from upstream:
|
2. If you cloned a while ago, get the latest changes from upstream:
|
||||||
|
@ -10,6 +10,10 @@ This project uses:
|
|||||||
- Font Awesome
|
- Font Awesome
|
||||||
- Unsplash
|
- Unsplash
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
![Homepage Desktop](example_img/homepage-desktop.png?raw=true)
|
||||||
|
![Homepage Mobile](example_img/homepage-mobile.png?raw=true)
|
||||||
|
|
||||||
## To Use
|
## To Use
|
||||||
Copy the config.sample.json file and rename to config.json. Be sure to update the fields as you see appropriate. You have the option to use the Unsplash API to fetch background images, or use a custom URL and JSON selector. If you choose to use Unsplash, will need to create a developer profile at [Unsplash](https://unsplash.com/) to use the background image functionality properly.
|
Copy the config.sample.json file and rename to config.json. Be sure to update the fields as you see appropriate. You have the option to use the Unsplash API to fetch background images, or use a custom URL and JSON selector. If you choose to use Unsplash, will need to create a developer profile at [Unsplash](https://unsplash.com/) to use the background image functionality properly.
|
||||||
|
|
||||||
|
BIN
example_img/homepage-desktop.png
Normal file
BIN
example_img/homepage-desktop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 653 KiB |
BIN
example_img/homepage-mobile.png
Normal file
BIN
example_img/homepage-mobile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 233 KiB |
Loading…
Reference in New Issue
Block a user