-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 37b7f6e
Showing
8 changed files
with
824 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,9 @@ | ||
source "https://rubygems.org" | ||
|
||
gem "github-pages", group: :jekyll_plugins | ||
|
||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
|
||
# Performance-booster for watching directories on Windows | ||
gem "wdm", "~> 0.1.0" if Gem.win_platform? |
Large diffs are not rendered by default.
Oops, something went wrong.
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,127 @@ | ||
# Site | ||
repository: TungLy/tungly-github.io | ||
favicon: images/favicon.ico | ||
|
||
# Content configuration version | ||
version: 2 | ||
|
||
# Personal info | ||
name: Tung Bach Ly | ||
title: Nonprofit Leader - Operational Excellence through Strategic Tech | ||
email: mail@tung.ly | ||
website: www.github.com/TungLy/tungly-github.io | ||
|
||
# Dark Mode (true/false/never) | ||
darkmode: false | ||
|
||
# Social links | ||
# twitter_username: facespics | ||
github_username: TungLy | ||
# stackoverflow_username: "00000001" | ||
# dribbble_username: jekyll | ||
# facebook_username: jekyll | ||
# flickr_username: jekyll | ||
# instagram_username: jameswgrant | ||
linkedin_username: tungly | ||
# xing_username: jekyll | ||
# pinterest_username: jekyll | ||
# youtube_username: globalmtb | ||
# googleplus_username: +jekyll | ||
# orcid_username: 0000-0000-0000-0000 | ||
|
||
# Additional icon links | ||
additional_links: | ||
- title: itsgoingto.be | ||
icon: fas fa-globe | ||
url: https://www.itsgoingto.be | ||
# - title: another link | ||
# icon: font awesome brand icon name (eg. fab fa-twitter) (https://fontawesome.com/icons?d=gallery&m=free) | ||
# url: Link url (eg. https://google.com) | ||
|
||
# Google Analytics and Tag Manager | ||
# Using more than one of these may cause issues with reporting | ||
# gtm: "GTM-0000000" | ||
# gtag: "UA-00000000-0" | ||
# google_analytics: "UA-00000000-0" | ||
|
||
# About Section | ||
# about_title: About Me | ||
about_profile_image: images/profile.jpg | ||
about_content: | # this will include new lines to allow paragraphs | ||
Hi, my name's Brett and I'm a senior network system administrator. As well as administrating systems I also have experience making software and web apps. I have worked at a number of companies gaining teamwork and leadership skills. | ||
I am most skilled in: <mark>AWS</mark> and <mark>Eating Pizza</mark> | ||
content: | ||
- title: Projects # Title for the section | ||
layout: list # Type of content section (list/text) | ||
content: | ||
- layout: top-middle | ||
title: Super awesome project | ||
link: github.com/TungLy | ||
# link_text: Project Website | ||
additional_links: | ||
- title: TungLy/modern-tungly-github.io | ||
icon: fab fa-github | ||
url: github.com/TungLy/modern-tungly-github.io | ||
# - title: Github page for project (eg. TungLy/modern-tungly-github.io) | ||
# icon: fab fa-github | ||
# url: Link to project (eg. TungLy.github.io/modern-tungly-github.io) | ||
quote: > | ||
This is probably one of the greatest apps ever created, if you don't agree you're probably wrong. | ||
description: | # this will include new lines to allow paragraphs | ||
I started this project as a way if learning <mark>React</mark> and it has since grown into a fully fledged app. I have learned many skills through this and been I'm very proud of having this in my portfolio. If you don't have a project as awesome as this I would advise you make one. | ||
- title: Experience # Title for the section | ||
layout: list # Type of content section (list/text) | ||
content: | ||
- layout: left | ||
title: The Boring Company | ||
link: boringcompany.com | ||
# link_text: boringcompany.com | ||
sub_title: Senior Network System Administrator | ||
caption: November 2017 - Present | ||
quote: > | ||
Solving 21st century problems by diging holes and making game changing products like the *not a flamethrower* | ||
description: | # this will include new lines to allow paragraphs | ||
Every company needs its networks properly administered and The Boring Compay is no exception. Digging holes is hard and I play my part making sure the whole company stays connected. I lead a team of 5 people and enjoy driving the company to try new technologies. | ||
- title: Education # Title for the section | ||
layout: list # Type of content section (list/text) | ||
content: | ||
- layout: left | ||
title: Harvard University | ||
caption: 2010 - 2013 | ||
sub_title: BSc Computer Science | ||
quote: > | ||
Established in 1636, Harvard is the oldest higher education institution in the United States, and is widely regarded in terms of its influence, reputation, and academic pedigree as a leading university in not just the US but also the world. | ||
description: | # this will include new lines to allow paragraphs | ||
During my time at Harvard I learnt most of my key skills that have I have taken through my career such as teamwork and working to tight deadlines. I thouroughly enjoyed my time as university and learnt a lot about a healthy work life balance. | ||
I spent a lot of my free time as a committee member of the *Harvard Mountaineering Club* taking on roles such as *Trip Secretary* and *Vice-President*. | ||
- title: A Little More About Me | ||
layout: text | ||
content: | # this will include new lines to allow paragraphs | ||
Alongside my interests in networks and software engineering some of my other interests and hobbies are: | ||
- Rock climbing | ||
- Gaming | ||
- Knitting | ||
- [Becoming a ninja](https://www.youtube.com/watch?v=vtg4o__aRMg) | ||
Look at this cool image | ||
![Trees](/modern-tungly-github.io/images/landscape-trees.jpg "Trees") | ||
# Footer | ||
footer_show_references: true | ||
# references_title: References on request (Override references text) | ||
|
||
# Build settings | ||
remote_theme: TungLy/tungly-github.io | ||
|
||
sass: | ||
sass_dir: _sass | ||
style: compressed | ||
|
||
plugins: | ||
- jekyll-seo-tag |
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,5 @@ | ||
--- | ||
# Front matter comment to ensure Jekyll properly reads file. | ||
--- | ||
|
||
@import 'modern-resume-theme'; |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,9 @@ | ||
--- | ||
# | ||
# By default, content added below the "---" mark will appear in the home page | ||
# between the top bar and the list of recent posts. | ||
# To change the home page layout, edit the _layouts/home.html file. | ||
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults | ||
# | ||
layout: default | ||
--- |