From 5a0266621230c5396b8e331764de0f0026f42166 Mon Sep 17 00:00:00 2001 From: Spencer Brower Date: Mon, 4 Mar 2024 12:28:59 -0500 Subject: [PATCH] docs: Second attempt at pages site. --- docs/.gitignore | 5 +++++ docs/_config.yml | 3 +-- docs/about.markdown | 17 +++++++++++++++++ docs/contributing.md | 8 -------- docs/index.markdown | 4 ++++ docs/index.md | 3 --- 6 files changed, 27 insertions(+), 13 deletions(-) create mode 100644 docs/.gitignore create mode 100644 docs/about.markdown delete mode 100644 docs/contributing.md create mode 100644 docs/index.markdown delete mode 100644 docs/index.md diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000..f40fbd8 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,5 @@ +_site +.sass-cache +.jekyll-cache +.jekyll-metadata +vendor diff --git a/docs/_config.yml b/docs/_config.yml index 48bfc52..d96d4af 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,2 +1 @@ -#theme: jekyll-theme-HACKER -remote_theme: pages-themes/hacker@v0.2.0 +theme: jekyll-theme-HACKER diff --git a/docs/about.markdown b/docs/about.markdown new file mode 100644 index 0000000..2aa6e31 --- /dev/null +++ b/docs/about.markdown @@ -0,0 +1,17 @@ +--- +title: About +permalink: /about/ +--- + +This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/) + +You can find the source code for Minima at GitHub: +[jekyll][jekyll-organization] / +[minima](https://github.com/jekyll/minima) + +You can find the source code for Jekyll at GitHub: +[jekyll][jekyll-organization] / +[jekyll](https://github.com/jekyll/jekyll) + + +[jekyll-organization]: https://github.com/jekyll diff --git a/docs/contributing.md b/docs/contributing.md deleted file mode 100644 index 27c736a..0000000 --- a/docs/contributing.md +++ /dev/null @@ -1,8 +0,0 @@ -layout: page -title: "Contributing" -permalink: /contributing ---- - -# Contributing - -Under construction. diff --git a/docs/index.markdown b/docs/index.markdown new file mode 100644 index 0000000..fbcbb08 --- /dev/null +++ b/docs/index.markdown @@ -0,0 +1,4 @@ +--- +--- + +hello diff --git a/docs/index.md b/docs/index.md deleted file mode 100644 index d2747b3..0000000 --- a/docs/index.md +++ /dev/null @@ -1,3 +0,0 @@ -# Homepage - -Testing