-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #365 from artofproduction/main
artofproduction - is supporting REDAXO CMS
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
# name (required) | ||
# may be your real name or your nick | ||
name: A. P. Leinemann | ||
|
||
# geo location (required) | ||
# provide your favored level of detail by number of digits (like 50.107811 vs 50.11) | ||
# you may use services like openstreetmap.org to find out your geo location | ||
latitude: 47.644 | ||
longitude: 9.182 | ||
|
||
# bio | ||
# describe yourself, your involvement in the project and the community or whatever is relevant for you. | ||
# should be 300 chars at maximum. no markup or line breaks! | ||
bio: "Heyhey! I'm LAP, the designer, developer and creative head behind artofproduction. Invested in REDAXO since 2018 and thankful for all the possibilities that REDAXO is given! Great CMS for all main purposes!" | ||
|
||
# image or gravatar | ||
# provide image file from current folder (like 'johndoe.jpg') or gravatar url (like 'https://www.gravatar.com/avatar/{HASH}') | ||
# should be square and about 200-300 px size! | ||
image: https://avatars.githubusercontent.com/u/68427024?v=4 | ||
|
||
# links | ||
# one or more links to your website, your github profile, twitter, facebook et al. | ||
# 4 links, tops! | ||
links: | ||
- https://artofproduction.com | ||
- https://www.linkedin.com/in/artofproduction/ | ||
- https:/instagram.com/artofproduction | ||
|