This folder contains a GitHub Pages compatible Jekyll site for ArchXAI Deliverable D.2.1.1: Technology Comparison for Algorithms and Models.
- a landing page for the deliverable
- reusable project and methodology pages
- blog posts for the current NER and PII comparisons
- a GitHub Actions workflow for GitHub Pages deployment
- custom styling with no unsupported Jekyll plugins
This copy is configured for the organization root site:
archxai.github.io
That will publish to:
https://archxai.github.io/
If you later want to reuse the same site as a project site under the archxai organization, create a repository such as:
deliverable-2-1-1technology-comparisond211-technology-comparison
The current _config.yml already matches the organization root site:
url: "https://archxai.github.io"baseurl: ""
For a project site later, change baseurl to "/<repo-name>".
If Ruby and Bundler are installed:
bundle install
bundle exec jekyll serveD.2.1.1_Technology_Comparison.docxProject_Application.pdfNER_Section.mdPII_Section.md
- Create a repository in the
archxaiorganization. - Copy the contents of this folder into the repository root.
- Push to
main. - In GitHub, open
Settings -> Pages. - Under
Source, chooseGitHub Actions. - Wait for the
pagesworkflow to finish.
The included workflow file is .github/workflows/pages.yml.