-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation Update: Ensure consistency across project
Create Roalogic version of theme styling Add PDF download link to datasheet markdown Set LaTex layout dimensions for PDF output - recreate PDF Update IP naming for consistency Clean up markdown: * Set defaults in config.yml * Remove redundant frontmatter * Update markdown to use GitHub repo metadata - to ensure consistency Add test page for debug purposes Clean up output files Enable access to GitHub metadata
- Loading branch information
Showing
21 changed files
with
527 additions
and
206 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,4 +1,3 @@ | ||
.ruby-version | ||
docs/build | ||
docs/*.sh | ||
docs/tex/build | ||
docs/_site |
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,3 @@ | ||
source 'https://rubygems.org' | ||
gem 'dotenv' | ||
gem 'github-pages', group: :jekyll_plugins |
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
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,16 @@ | ||
--- | ||
title: Test & Debug Page | ||
permalink: /test/ | ||
--- | ||
# {{page.title}} | ||
|
||
## GitHub Metadata Test | ||
|
||
Owner: {{site.github.owner_name}} | ||
|
||
Public Repos: | ||
{% for repository in site.github.public_repositories %} | ||
* [{{ repository.name }}]({{ repository.html_url }}) | ||
{% endfor %} | ||
|
||
--- |
Oops, something went wrong.