-
Notifications
You must be signed in to change notification settings - Fork 215
Lint HTML and markdown with prettier #2052
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 6 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
30bf68a
Add configuration and documentation
cthoyt 5ec2d01
Update about-OBO-Foundry.html
cthoyt e8371d0
Update .prettierignore
cthoyt ebc2d09
Apply prettier
cthoyt a73e6ae
Update .prettierignore
cthoyt c9396a2
Update README-sitedev.md
cthoyt 77385c2
Update README-sitedev.md
cthoyt 6c164e9
Update README-sitedev.md
cthoyt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -30,3 +30,4 @@ share/python-wheels/ | |
| .installed.cfg | ||
| *.egg | ||
| MANIFEST | ||
| node_modules/ | ||
This file contains hidden or 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,12 @@ | ||
| _site | ||
| *.yml | ||
| *.css | ||
| *.js | ||
| *.json | ||
| _includes/themes/ | ||
| ontology/ | ||
| legacy/ | ||
| README-sitedev.md | ||
| README.md | ||
| LICENSE-code.md | ||
| LICENSE.md |
This file contains hidden or 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 hidden or 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 hidden or 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,44 +1,83 @@ | ||
| <p> | ||
| <img | ||
| src="{{ site.imgurl}}/u-logo.jpg" alt="logo" | ||
| title="Follow us on Twitter @{{ site.author.twitter }}" | ||
| class="img-rounded floatLeft" | ||
| /> | ||
| <img | ||
| src="{{ site.imgurl}}/u-logo.jpg" | ||
| alt="logo" | ||
| title="Follow us on Twitter @{{ site.author.twitter }}" | ||
| class="img-rounded floatLeft" | ||
| /> | ||
|
|
||
| OBO is an integrated cross-species ontology covering anatomical | ||
| structures in animals. See the <a href="{{ site.baseurl}}about.html">about</a> page | ||
| for more info. | ||
|
|
||
| </p> | ||
| <p> | ||
| <span class="icon search"></span> | ||
| {% include ontobee_search.html %} | ||
| OBO is an integrated cross-species ontology covering anatomical structures in | ||
| animals. See the <a href="{{ site.baseurl}}about.html">about</a> page for more | ||
| info. | ||
| </p> | ||
| <p> | ||
| <h6>github.com/obophenotype/OBO</h6> | ||
| <iframe | ||
| class="github-btn" | ||
| src="http://ghbtns.com/github-btn.html?user={{site.project.github.org }}&repo={{ site.project.github.repo }}&type=watch&count=true" | ||
| allowtransparency="true" | ||
| frameborder="0" scrolling="0" width="80px" height="20px"> | ||
| </iframe> | ||
| <iframe class="github-btn" | ||
| src="http://ghbtns.com/github-btn.html?user={{ site.project.github.org }}&repo={{ site.project.github.repo}}&type=fork&count=true" | ||
| allowtransparency="true" frameborder="0" scrolling="0" | ||
| width="98px" height="20px"> | ||
| </iframe> | ||
| <span class="icon search"></span> | ||
| {% include ontobee_search.html %} | ||
| </p> | ||
| <div> | ||
| <h6>github.com/obophenotype/OBO</h6> | ||
| <iframe | ||
| class="github-btn" | ||
| src="http://ghbtns.com/github-btn.html?user={{site.project.github.org }}&repo={{ site.project.github.repo }}&type=watch&count=true" | ||
| allowtransparency="true" | ||
| frameborder="0" | ||
| scrolling="0" | ||
| width="80px" | ||
| height="20px" | ||
| > | ||
| </iframe | ||
| > | ||
| <iframe | ||
| class="github-btn" | ||
| src="http://ghbtns.com/github-btn.html?user={{ site.project.github.org }}&repo={{ site.project.github.repo}}&type=fork&count=true" | ||
| allowtransparency="true" | ||
| frameborder="0" | ||
| scrolling="0" | ||
| width="98px" | ||
| height="20px" | ||
| > | ||
| </iframe> | ||
| </div> | ||
| <p> | ||
| <a href="https://twitter.com/{{ site.project.twitter }}" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @{{ site.project.twitter }}</a> | ||
| <a | ||
| href="https://twitter.com/{{ site.project.twitter }}" | ||
| class="twitter-follow-button" | ||
| data-link-color="#0069D6" | ||
| data-show-count="true" | ||
| >Follow @{{ site.project.twitter }}</a | ||
| > | ||
| </p> | ||
| <p> | ||
|
|
||
| <a href="https://plus.google.com/+OBOOrg" rel="publisher">Google+</a> | ||
| </p> | ||
| <p> | ||
| <ul class="buttons unstyled"> | ||
| <li><a href="https://github.com/{{ site.project.github.org }}" rel="me" class="social github" title="Go to github.com/{{ site.project.github.org }}" target="_blank"></a></li> | ||
| <li><a href="http://www.twitter.com/{{ site.project.twitter }}" rel="me" class="social twitter" title="Go to twitter.com/{{ site.project.twitter }}" target="_blank"></a></li> | ||
| <li><a href="https://github.com/{{ site.project.github.org }}/OBO/Feedback/issues/new" rel="me" class="social mail" title="Leave feedback for {{ site.project.name }}" target="_blank"></a></li> | ||
| </ul> | ||
| </p> | ||
| <div> | ||
| <ul class="buttons unstyled"> | ||
| <li> | ||
| <a | ||
| href="https://github.com/{{ site.project.github.org }}" | ||
| rel="me" | ||
| class="social github" | ||
| title="Go to github.com/{{ site.project.github.org }}" | ||
| target="_blank" | ||
| ></a> | ||
| </li> | ||
| <li> | ||
| <a | ||
| href="http://www.twitter.com/{{ site.project.twitter }}" | ||
| rel="me" | ||
| class="social twitter" | ||
| title="Go to twitter.com/{{ site.project.twitter }}" | ||
| target="_blank" | ||
| ></a> | ||
| </li> | ||
| <li> | ||
| <a | ||
| href="https://github.com/{{ site.project.github.org }}/OBO/Feedback/issues/new" | ||
| rel="me" | ||
| class="social mail" | ||
| title="Leave feedback for {{ site.project.name }}" | ||
| target="_blank" | ||
| ></a> | ||
| </li> | ||
| </ul> | ||
| </div> |
This file contains hidden or 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,6 +1,9 @@ | ||
| <h2>Past Posts</h2> | ||
| <ul> | ||
| {% for post in site.posts %} | ||
| <li>{{ post.date | date: "%Y - %B" }} <a href="{{ post.url }}">{{ post.title }}</a></li> | ||
| <li> | ||
| {{ post.date | date: "%Y - %B" }} | ||
| <a href="{{ post.url }}">{{ post.title }}</a> | ||
| </li> | ||
| {% endfor %} | ||
| </ul> | ||
| </ul> |
This file contains hidden or 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,23 +1,21 @@ | ||
|
|
||
|
|
||
| [Operations Committee](/docs/OperationsCommittee.html) | ||
|
|
||
| * [Mission Statement](/docs/MissionStatement.html) | ||
| * [Membership](/docs/Membership.html) | ||
| * [Meetings](/docs/CommitteeMeetings.html) | ||
| * [Policy Decisions](/docs/OperationsCommitteePolicyDecisions.html) | ||
| * [Mailing Lists](/docs/MailingLists.html) | ||
| * [OBO Calendar](/docs/OBOCalendar.html) | ||
| - [Mission Statement](/docs/MissionStatement.html) | ||
| - [Membership](/docs/Membership.html) | ||
| - [Meetings](/docs/CommitteeMeetings.html) | ||
| - [Policy Decisions](/docs/OperationsCommitteePolicyDecisions.html) | ||
| - [Mailing Lists](/docs/MailingLists.html) | ||
| - [OBO Calendar](/docs/OBOCalendar.html) | ||
|
|
||
| [Editorial Working Group](/docs/EditorialWG.html) | ||
|
|
||
| * [Review Process](/docs/ReviewProcessGuidelines.html) | ||
| * [Review Criteria](/docs/ReviewCriteriaPolicies.html) | ||
| - [Review Process](/docs/ReviewProcessGuidelines.html) | ||
| - [Review Criteria](/docs/ReviewCriteriaPolicies.html) | ||
|
|
||
| [Technical Working Group](/docs/TechnicalWG.html) | ||
|
|
||
| * [PURL Requests](/docs/Policy_for_OBO_namespace_and_associated_PURL_requests.html) | ||
| * [OBO PURL Configuration](/docs/OBOPURLDomain.html) | ||
| * [Ontology tools and resources](/resources) | ||
| - [PURL Requests](/docs/Policy_for_OBO_namespace_and_associated_PURL_requests.html) | ||
| - [OBO PURL Configuration](/docs/OBOPURLDomain.html) | ||
| - [Ontology tools and resources](/resources) | ||
|
|
||
| [Outreach Working Group](/docs/OutreachWG.html) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.