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.
tried making gem; removed node_modules
- Loading branch information
1 parent
fce5728
commit 016c5ec
Showing
305 changed files
with
364 additions
and
22,150 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 |
---|---|---|
@@ -1 +1,5 @@ | ||
/_site | ||
*.gem | ||
.bundle | ||
.sass-cache | ||
_site | ||
Gemfile.lock |
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
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 +1,51 @@ | ||
# profile-generator | ||
# github-personal-website | ||
|
||
Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`. | ||
|
||
To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site! | ||
|
||
TODO: Delete this and the text above, and describe your gem | ||
|
||
|
||
## Installation | ||
|
||
Add this line to your Jekyll site's `Gemfile`: | ||
|
||
```ruby | ||
gem "github-personal-website" | ||
``` | ||
|
||
And add this line to your Jekyll site's `_config.yml`: | ||
|
||
```yaml | ||
theme: github-personal-website | ||
``` | ||
And then execute: | ||
$ bundle | ||
Or install it yourself as: | ||
$ gem install github-personal-website | ||
## Usage | ||
TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets. | ||
## Contributing | ||
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. | ||
## Development | ||
To set up your environment to develop this theme, run `bundle install`. | ||
|
||
Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal. | ||
|
||
When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled. | ||
To add a custom directory to your theme-gem, please edit the regexp in `github-personal-website.gemspec` accordingly. | ||
|
||
## License | ||
|
||
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). |
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
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,41 @@ | ||
{% if site.layout == 'stacked' %} | ||
{% assign metadata_styles = 'd-md-inline-block mr-3' %} | ||
{% else %} | ||
{% assign metadata_styles = 'd-flex flex-items-center mb-3' %} | ||
{% endif %} | ||
|
||
<img src="{{ user.avatar_url }}" class="circle mb-3" style="max-width: 150px;"> | ||
<h1 class="{% if site.style == 'dark' %}text-white{% endif %} mb-2 lh-condensed">{% if user.name %}{{ user.name }}{% else %}{{ user.login }}{% endif %}</h1> | ||
<p class="mb-3 f4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %}"> | ||
{{ user.bio }} | ||
</p> | ||
|
||
{% if include.metadata %} | ||
<div class="f4 mb-6"> | ||
{% if user.name %} | ||
<div class="{{ metadata_styles }}"> | ||
{% octicon mark-github height:20 class:"mr-2 v-align-middle" fill:{{ icon_color }} aria-label:GitHub %} | ||
<a href="https://github.com/{{ user.login }}" {% if site.style == 'dark' %}class="text-white"{% endif %}> | ||
@{{ user.login }} | ||
</a> | ||
</div> | ||
{% endif %} | ||
{% if user.email %} | ||
<div class="{{ metadata_styles }}"> | ||
{% octicon mail height:20 class:"mr-2 v-align-middle" fill:{{ icon_color }} aria-label:email %} | ||
<a href="mailto:{{ user.email }}" {% if site.style == 'dark' %}class="text-white"{% endif %}> | ||
{{ user.email }} | ||
</a> | ||
</div> | ||
{% endif %} | ||
{% if user.location %} | ||
<div class="{{ metadata_styles }} {% if site.style == 'dark' %}text-white{% endif %}"> | ||
{% octicon location height:20 class:"mr-2 v-align-middle" fill:{{ icon_color }} aria-label:Location %} | ||
{{ user.location }} | ||
</div> | ||
{% endif %} | ||
{% if user.hireable %} | ||
<span title="Hire me" class="d-inline-block f5 rounded-2 text-white bg-green py-1 px-2">Available for hire</span> | ||
{% endif %} | ||
</div> | ||
{% endif %} |
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,33 @@ | ||
{% include header.html %} | ||
|
||
{% if site.layout == 'stacked' %} | ||
<div class="container-lg py-6 p-responsive text-center"> | ||
{% include masthead.html metadata=false %} | ||
|
||
<div class="container-md f4 text-left border rounded-2 bg-white p-3 p-sm-5 mt-6"> | ||
<p class="f5"><a href="/" class="d-flex flex-items-center">{% octicon chevron-left height:16 class:"mr-2 v-align-middle" fill:#0366d6 aria-label:Home %}Home</a></p> | ||
<h1 class="f00-light lh-condensed mb-5">{{ page.title }}</h1> | ||
{{ content }} | ||
</div> | ||
</div> | ||
{% else %} | ||
<div class="d-md-flex {% unless site.style == 'dark' %}border-md-bottom{% endunless %}"> | ||
<div class="flex-self-stretch {% if site.style == 'dark' %}bg-gray-dark{% else %}border-md-right border-gray-light bg-white{% endif %} col-md-5 col-lg-4 col-xl-3 px-4 px-md-6 px-lg-7 py-6"> | ||
{% include masthead.html metadata=true %} | ||
</div> | ||
|
||
<div class="col-md-7 col-lg-8 col-xl-9 px-4 py-6 px-lg-7 border-top border-md-top-0 bg-gray-light" {% if site.style == 'dark' %}style="background-color: #2f363d !important"{% endif %}> | ||
<div class="mx-auto" style="max-width: 900px;"> | ||
<div class="f4 {% if site.style == 'dark' %}text-white{% endif %} mb-6"> | ||
<div class="f4 {% if site.style == 'dark' %}text-white{% endif %}"> | ||
<p class="f5"><a href="/" class="d-flex flex-items-center {% if site.style == 'dark' %}text-white{% endif %}">{% octicon chevron-left height:16 class:"mr-2 v-align-middle" fill:{{ icon_color }} aria-label:Home %}Home</a></p> | ||
<h1 class="f00-light lh-condensed mb-5">{{ page.title }}</h1> | ||
{{ content }} | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
{% endif %} | ||
|
||
{% include footer.html %} |
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,55 @@ | ||
{% include header.html %} | ||
|
||
{% if site.layout == 'stacked' %} | ||
<div class="container-lg py-6 p-responsive text-center"> | ||
{% include masthead.html metadata=true %} | ||
|
||
<div {% if site.style == 'dark' %}class="text-white"{% endif %}> | ||
{{ content }} | ||
</div> | ||
|
||
<div class="my-6"> | ||
{% include projects.html %} | ||
</div> | ||
|
||
{% if site.topics %} | ||
<div class="my-6"> | ||
{% include interests.html %} | ||
</div> | ||
{% endif %} | ||
|
||
{% unless posts_total == 0 %} | ||
<div class="my-6"> | ||
{% include thoughts.html %} | ||
</div> | ||
{% endunless %} | ||
</div> | ||
{% else %} | ||
<div class="d-md-flex {% unless site.style == 'dark' %}border-md-bottom{% endunless %}"> | ||
<div class="flex-self-stretch {% if site.style == 'dark' %}bg-gray-dark{% else %}border-md-right border-gray-light bg-white{% endif %} col-md-5 col-lg-4 col-xl-3 px-4 px-md-6 px-lg-7 py-6"> | ||
{% include masthead.html metadata=true %} | ||
</div> | ||
|
||
<div class="col-md-7 col-lg-8 col-xl-9 px-4 py-6 px-lg-7 border-top border-md-top-0 bg-gray-light" {% if site.style == 'dark' %}style="background-color: #2f363d !important"{% endif %}> | ||
<div class="mx-auto" style="max-width: 900px;"> | ||
{% unless content == "" %} | ||
<div class="f4 {% if site.style == 'dark' %}text-white{% endif %} mb-6"> | ||
{{ content }} | ||
</div> | ||
{% endunless %} | ||
|
||
{% include projects.html %} | ||
|
||
{% if site.topics %} | ||
{% include interests.html %} | ||
{% endif %} | ||
|
||
{% unless posts_total == 0 %} | ||
{% include thoughts.html %} | ||
{% endunless %} | ||
</div> | ||
</div> | ||
</div> | ||
{% endif %} | ||
|
||
{% include footer.html %} |
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,35 @@ | ||
{% include header.html %} | ||
|
||
{% if site.layout == 'stacked' %} | ||
<div class="container-lg py-6 p-responsive text-center"> | ||
{% include masthead.html metadata=false %} | ||
|
||
<div class="container-md f4 text-left border rounded-2 bg-white p-3 p-sm-5 mt-6"> | ||
<p class="f5"><a href="/" class="d-flex flex-items-center">{% octicon chevron-left height:16 class:"mr-2 v-align-middle" fill:#0366d6 aria-label:Home %}Home</a></p> | ||
<h1 class="f00-light lh-condensed">{{ page.title }}</h1> | ||
<p class="{% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %} mb-5">Published {{ page.date | date: "%b %d, %Y"}}</p> | ||
{{ content }} | ||
</div> | ||
</div> | ||
{% else %} | ||
<div class="d-md-flex {% unless site.style == 'dark' %}border-md-bottom{% endunless %}"> | ||
<div class="flex-self-stretch {% if site.style == 'dark' %}bg-gray-dark{% else %}border-md-right border-gray-light bg-white{% endif %} col-md-5 col-lg-4 col-xl-3 px-4 px-md-6 px-lg-7 py-6"> | ||
{% include masthead.html metadata=true %} | ||
</div> | ||
|
||
<div class="col-md-7 col-lg-8 col-xl-9 px-4 py-6 px-lg-7 border-top border-md-top-0 bg-gray-light" {% if site.style == 'dark' %}style="background-color: #2f363d !important"{% endif %}> | ||
<div class="mx-auto" style="max-width: 900px;"> | ||
<div class="f4 {% if site.style == 'dark' %}text-white{% endif %} mb-6"> | ||
<div class="f4 {% if site.style == 'dark' %}text-white{% endif %}"> | ||
<p class="f5"><a href="/" class="d-flex flex-items-center {% if site.style == 'dark' %}text-white{% endif %}">{% octicon chevron-left height:16 class:"mr-2 v-align-middle" fill:{{ icon_color }} aria-label:Home %}Home</a></p> | ||
<h1 class="f00-light lh-condensed">{{ page.title }}</h1> | ||
<p class="{% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %} mb-5">Published {{ page.date | date: "%b %d, %Y"}}</p> | ||
{{ content }} | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
{% endif %} | ||
|
||
{% include footer.html %} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.