Open malleyeno opened 10 months ago
Big work, thank you!
I appreciate the effort. Though I am going to have to think about this for now on whether or not I am okay with going forward with this.
This is tech I haven't really played with and having a github page as the main may not exactly be the best thing moving forward. Although I understand the desire control the app's page through files instead of a website builder tool.
PR Description
This PR implements a
/docs/
folder that contains the files and set-up for a jekyll implemented github pages site for this project.More steps may be needed to have this ready for publishing, but they may be on the admin/maintainer end.
What I did
jekyll serve
andjekyll build
. This way, the tutorials page doesn't need to be manually populated when future tutorial pages are written. As an example, I moved theaccounts-login
tutorials in, and it is populated in the tutorials page with this set up.Missing from Migration
Certain configuration details
Contact forms
Translation page
Assets, images, styling
Update blog
_drafts
is there for drafting posts, and_posts
will host the published articles for a blog. Right now, all blog posts are published to the index page -- this is because of the Minima theme. I suspect this can be changed, but I have not done so here.Steps needed to publish site/next steps
docs/_site
contain the actual built assets that are hosted. I build those withjekyll serve
andjekyll build
manually._tutorials
folder./docs
folder into the separate repo should work, so long as you make sure to change the baseurl in_config.yml
to not use/docs
._config.yml
url.