-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#12 Move social media configuration from _config.yml to _settings.yml
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 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
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 |
---|---|---|
|
@@ -15,5 +15,11 @@ courses: | |
- {name: 'Quantum Mechanics', url: 'quantum-mechanics'} | ||
- {name: 'Stellar Structures', url: 'stellar-structures'} | ||
|
||
social: | ||
- {icon: 'github', link: 'https://github.com/LeNPaul'} | ||
- {icon: 'twitter', link: 'https://twitter.com/paululele'} | ||
- {icon: 'instagram', link: 'https://instagram.com/paululele'} | ||
- {icon: 'linkedin', link: 'https://linkedin.com/in/lenpaul'} | ||
|
||
contacts: | ||
- {name: 'Dr. Academia', title: 'Professor', department: 'Physics & Astronomy', institution: 'Some University', institution_address: '1 Main Street, Canada', phone: '(000) 000-0000', email: '[email protected]', office: 'Science Building 505', image: 'assets/img/contact.jpg'} |
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