forked from github/personal-website
-
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.
dynamic 'user' content in custom layouts
- Loading branch information
1 parent
9d3b467
commit c630308
Showing
13 changed files
with
390 additions
and
320 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 @@ | ||
2.5.1 |
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
source 'https://rubygems.org' | ||
gem 'github-pages', group: :jekyll_plugins | ||
gem "jekyll-github-metadata" | ||
gem 'github-pages', group: :jekyll_plugins, github: "github/pages-gem", branch: "master" | ||
gem "jekyll-github-metadata", github: "jekyll/github-metadata", branch: "master" | ||
|
||
gem "jekyll-octicons" |
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 |
---|---|---|
@@ -1,8 +1,16 @@ | ||
repository: primer/primer | ||
repository: sophshep/manager-resources | ||
|
||
sass: | ||
sass_dir: node_modules | ||
|
||
plugins: | ||
- jekyll-octicons | ||
- jekyll-github-metadata | ||
|
||
topics: | ||
- name: Web design | ||
github_name: web-design | ||
- name: CSS | ||
github_name: css | ||
- name: Sass | ||
github_name: sass |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<h2>My Projects</h2> | ||
<p class="f4 mb-4 text-gray">GitHub repositories that I've contributed to</p> | ||
<div class="d-flex flex-wrap gutter-condensed mb-4"> | ||
{% for repository in site.github.public_repositories limit: 4 %} | ||
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> | ||
{% include repo-card.html %} | ||
</div> | ||
{% endfor %} | ||
</div> |
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 |
---|---|---|
@@ -1,24 +1,20 @@ | ||
<div class="github-component"> | ||
<div class="height-full border border-gray-light bg-white rounded-1 p-3"> | ||
<div class="d-flex flex-justify-between flex-items-start mb-1"> | ||
<h1 class="f4 lh-condensed mb-1"> | ||
<a href="/twbs" class="d-inline-block v-align-top mr-1" data-ga-click="Repository, go to repository owner, location:topic row"> | ||
<img src="https://avatars2.githubusercontent.com/u/2918581?s=96&v=4" class="avatar rounded-1" width="20" height="20" alt="@twbs"> | ||
</a> | ||
<a href="/twbs/bootstrap" data-ga-click="Repository, go to repository, location:topic row"> | ||
<span class="text-normal">twbs /</span> | ||
bootstrap | ||
</a> | ||
</h1> | ||
</div> | ||
<div class="text-gray mb-2 ws-normal">The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.</div> | ||
<div class="d-flex f6"> | ||
<a href="/twbs/bootstrap/stargazers" class="d-inline-block link-gray mr-4" data-ga-click="Repository, go to repository stargazers, location:topic row"> | ||
<svg class="octicon octicon-star mr-1" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg>130253 | ||
</a> | ||
<a href="/twbs/bootstrap/network" class="d-inline-block link-gray mr-4" data-ga-click="Repository, go to repository forks, location:topic row"> | ||
<svg class="octicon octicon-git-branch mr-1" viewBox="0 0 10 16" version="1.1" width="10" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10 5c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45V4.72a1.993 1.993 0 0 0-1-3.72C.88 1 0 1.89 0 3a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25S8.95 7.77 9 6.73h-.02C9.59 6.37 10 5.73 10 5zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg>63919 | ||
</a> | ||
</div> | ||
<div class="github-component height-full text-left border border-gray-light bg-white rounded-1 p-3"> | ||
<div class="d-flex flex-justify-between flex-items-start mb-1"> | ||
<h1 class="f4 lh-condensed mb-1"> | ||
<a href="{{ repository.html_url }}"> | ||
{% octicon repo height:20 class:"mr-1 v-align-middle" fill:"#586069" aria-label:repo %} | ||
<span class="text-normal">{{ repository.owner.login }} /</span> | ||
{{ repository.name }} | ||
</a> | ||
</h1> | ||
</div> | ||
<div class="text-gray mb-2 ws-normal">{{ repository.description }}</div> | ||
<div class="d-flex f6"> | ||
<a href="" class="d-inline-block link-gray mr-4"> | ||
<svg class="octicon octicon-star mr-1" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg>130253 | ||
</a> | ||
<a href="" class="d-inline-block link-gray mr-4"> | ||
<svg class="octicon octicon-git-branch mr-1" viewBox="0 0 10 16" version="1.1" width="10" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10 5c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45V4.72a1.993 1.993 0 0 0-1-3.72C.88 1 0 1.89 0 3a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25S8.95 7.77 9 6.73h-.02C9.59 6.37 10 5.73 10 5zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg>63919 | ||
</a> | ||
</div> | ||
</div> |
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 |
---|---|---|
@@ -1,9 +1,18 @@ | ||
<div class="github-component"> | ||
<div class="position-relative hover-grow height-full text-center border border-gray-light rounded-1 bg-white p-5"> | ||
<a href="/topics/sql" class="no-underline d-flex flex-column flex-justify-center" data-ga-click="Topics, go to sql, location:boxes"> | ||
<img src="https://raw.githubusercontent.com/github/explore/6c6508f34230f0ac0d49e847a326429eefbfc030/topics/react/react.png" width="64" height="64" class="mx-auto rounded-1 mb-3" alt="react logo"> | ||
<p class="f3 lh-condensed text-center link-gray-dark mb-0 mt-1">React</p> | ||
<p class="f5 text-gray text-center mb-0 mt-1">React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.</p> | ||
</a> | ||
{% if topic.github_name %} | ||
<a href="https://github.com/topics/{{ topic.github_name }}" class="no-underline d-flex flex-column flex-justify-center" data-ga-click="Topics, go to sql, location:boxes"> | ||
<img src="https://raw.githubusercontent.com/github/explore/6c6508f34230f0ac0d49e847a326429eefbfc030/topics/{{ topic.github_name }}/{{ topic.github_name }}.png" width="64" height="64" class="mx-auto rounded-1 mb-3" alt="{{ topic.name }}"> | ||
<p class="f3 lh-condensed text-center link-gray-dark mb-0 mt-1">{{ topic.name }}</p> | ||
{% if topic.description %} | ||
<p class="f5 text-gray text-center mb-0 mt-1">{{ topic.description }}</p> | ||
{% endif %} | ||
</a> | ||
{% else %} | ||
<p class="f3 lh-condensed text-center link-gray-dark mb-0 mt-1">{{ topic.name }}</p> | ||
{% if topic.description %} | ||
<p class="f5 text-gray text-center mb-0 mt-1">{{ topic.description }}</p> | ||
{% endif %} | ||
{% endif %} | ||
</div> | ||
</div> |
Oops, something went wrong.