From bf4b4ab3c036534e1e39fe043d109f43df1ed88b Mon Sep 17 00:00:00 2001 From: Ryan Holmes Date: Sat, 16 Oct 2021 12:49:45 -0400 Subject: [PATCH 1/6] Set theme jekyll-theme-midnight --- _config.yml | 1 + index.md | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 _config.yml create mode 100644 index.md diff --git a/_config.yml b/_config.yml new file mode 100644 index 000000000..18854876c --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-midnight \ No newline at end of file diff --git a/index.md b/index.md new file mode 100644 index 000000000..e45b109c2 --- /dev/null +++ b/index.md @@ -0,0 +1,37 @@ +## Welcome to GitHub Pages + +You can use the [editor on GitHub](https://github.com/pyfa-org/Pyfa/edit/gh-pages/index.md) to maintain and preview the content for your website in Markdown files. + +Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. + +### Markdown + +Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for + +```markdown +Syntax highlighted code block + +# Header 1 +## Header 2 +### Header 3 + +- Bulleted +- List + +1. Numbered +2. List + +**Bold** and _Italic_ and `Code` text + +[Link](url) and ![Image](src) +``` + +For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). + +### Jekyll Themes + +Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/pyfa-org/Pyfa/settings/pages). The name of this theme is saved in the Jekyll `_config.yml` configuration file. + +### Support or Contact + +Having trouble with Pages? Check out our [documentation](https://docs.github.com/categories/github-pages-basics/) or [contact support](https://support.github.com/contact) and we’ll help you sort it out. From 41d682802478717333279e8fd582f501daf95c58 Mon Sep 17 00:00:00 2001 From: Ryan Holmes Date: Sat, 16 Oct 2021 12:53:08 -0400 Subject: [PATCH 2/6] Create index.md From 76536a5dcc4a87378cf86e066f79967e18ce9b07 Mon Sep 17 00:00:00 2001 From: Ryan Holmes Date: Sat, 16 Oct 2021 12:56:11 -0400 Subject: [PATCH 3/6] Create callback.html --- callback.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 callback.html diff --git a/callback.html b/callback.html new file mode 100644 index 000000000..f99e43079 --- /dev/null +++ b/callback.html @@ -0,0 +1,5 @@ + + +

Pure HTML

+ + From 2731e9962b67457a4720ed494f5927545fc3a406 Mon Sep 17 00:00:00 2001 From: Ryan Holmes Date: Tue, 19 Oct 2021 00:13:21 -0400 Subject: [PATCH 4/6] Implement pyfa callback --- callback.html | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 82 insertions(+), 1 deletion(-) diff --git a/callback.html b/callback.html index f99e43079..07cb873ff 100644 --- a/callback.html +++ b/callback.html @@ -1,5 +1,86 @@ + + + pyfa Authentication Proxy + + + + -

Pure HTML

+ +

pyfa

+ + + + From e109cce36bff3b56ae5cb2b921448b2ac4d64c31 Mon Sep 17 00:00:00 2001 From: blitzmann Date: Sat, 7 May 2022 22:44:51 -0400 Subject: [PATCH 5/6] Update the callback to always allow the code to be shown --- callback.html | 40 +++++++++++++++++++++++++++++----------- 1 file changed, 29 insertions(+), 11 deletions(-) diff --git a/callback.html b/callback.html index 07cb873ff..c550097e9 100644 --- a/callback.html +++ b/callback.html @@ -5,7 +5,7 @@ - -

pyfa

+

pyfa

+ From e43e7ba51efcd20fb4e6b05a2f816f015fbdb6ca Mon Sep 17 00:00:00 2001 From: blitzmann Date: Sun, 8 May 2022 12:31:47 -0400 Subject: [PATCH 6/6] move gh pages files to subdirectory --- _config.yml => gh_pages/_config.yml | 0 callback.html => gh_pages/callback.html | 0 index.md => gh_pages/index.md | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename _config.yml => gh_pages/_config.yml (100%) rename callback.html => gh_pages/callback.html (100%) rename index.md => gh_pages/index.md (100%) diff --git a/_config.yml b/gh_pages/_config.yml similarity index 100% rename from _config.yml rename to gh_pages/_config.yml diff --git a/callback.html b/gh_pages/callback.html similarity index 100% rename from callback.html rename to gh_pages/callback.html diff --git a/index.md b/gh_pages/index.md similarity index 100% rename from index.md rename to gh_pages/index.md