diff --git a/.github/workflows/split-packages.yaml b/.github/workflows/split-packages.yaml index 7fde98b1..e7f0c496 100644 --- a/.github/workflows/split-packages.yaml +++ b/.github/workflows/split-packages.yaml @@ -17,27 +17,27 @@ jobs: matrix: # define package to repository map package: - - local_path: 'academic-cv' + - local_path: 'starters-bootstrap/academic-cv' split_repository: 'theme-academic-cv' - - local_path: 'resume' + - local_path: 'starters/resume' split_repository: 'theme-resume' - - local_path: 'markdown-slides' + - local_path: 'starters-bootstrap/markdown-slides' split_repository: 'theme-markdown-slides' - - local_path: 'blog' + - local_path: 'starters/blog' split_repository: 'theme-blog' - - local_path: 'documentation' + - local_path: 'starters/documentation' split_repository: 'theme-documentation' - - local_path: 'portfolio' + - local_path: 'starters-bootstrap/portfolio' split_repository: 'theme-portfolio' - - local_path: 'course' + - local_path: 'starters-bootstrap/course' split_repository: 'theme-online-course' - - local_path: 'link-in-bio' + - local_path: 'starters/link-in-bio' split_repository: 'theme-link-in-bio' - - local_path: 'research-group' + - local_path: 'starters-bootstrap/research-group' split_repository: 'theme-research-group' - - local_path: 'second-brain' + - local_path: 'starters-bootstrap/second-brain' split_repository: 'theme-second-brain' - - local_path: 'landing-page' + - local_path: 'starters/landing-page' split_repository: 'theme-landing-page' steps: @@ -48,7 +48,7 @@ jobs: uses: "symplify/monorepo-split-github-action@v2.3.0" with: # ↓ split "packages/" directory - package_directory: 'starters/${{ matrix.package.local_path }}' + package_directory: '${{ matrix.package.local_path }}' # ↓ into https://github.com/HugoBlox/ repository repository_organization: 'HugoBlox' diff --git a/starters/academic-cv/.editorconfig b/starters-bootstrap/academic-cv/.editorconfig similarity index 100% rename from starters/academic-cv/.editorconfig rename to starters-bootstrap/academic-cv/.editorconfig diff --git a/starters/academic-cv/.github/FUNDING.yml b/starters-bootstrap/academic-cv/.github/FUNDING.yml similarity index 100% rename from starters/academic-cv/.github/FUNDING.yml rename to starters-bootstrap/academic-cv/.github/FUNDING.yml diff --git a/starters/academic-cv/.github/workflows/import-publications.yml b/starters-bootstrap/academic-cv/.github/workflows/import-publications.yml similarity index 100% rename from starters/academic-cv/.github/workflows/import-publications.yml rename to starters-bootstrap/academic-cv/.github/workflows/import-publications.yml diff --git a/starters/academic-cv/.github/workflows/publish.yaml b/starters-bootstrap/academic-cv/.github/workflows/publish.yaml similarity index 100% rename from starters/academic-cv/.github/workflows/publish.yaml rename to starters-bootstrap/academic-cv/.github/workflows/publish.yaml diff --git a/starters/academic-cv/.github/workflows/updater-wip.yml b/starters-bootstrap/academic-cv/.github/workflows/updater-wip.yml similarity index 100% rename from starters/academic-cv/.github/workflows/updater-wip.yml rename to starters-bootstrap/academic-cv/.github/workflows/updater-wip.yml diff --git a/starters/academic-cv/.gitignore b/starters-bootstrap/academic-cv/.gitignore similarity index 100% rename from starters/academic-cv/.gitignore rename to starters-bootstrap/academic-cv/.gitignore diff --git a/starters/academic-cv/LICENSE.md b/starters-bootstrap/academic-cv/LICENSE.md similarity index 100% rename from starters/academic-cv/LICENSE.md rename to starters-bootstrap/academic-cv/LICENSE.md diff --git a/starters/academic-cv/README.md b/starters-bootstrap/academic-cv/README.md similarity index 98% rename from starters/academic-cv/README.md rename to starters-bootstrap/academic-cv/README.md index 17b0c732..383c3890 100644 --- a/starters/academic-cv/README.md +++ b/starters-bootstrap/academic-cv/README.md @@ -1,6 +1,6 @@ # [Hugo Academic CV Theme](https://github.com/HugoBlox/theme-academic-cv) -[![Screenshot](./preview.png)](https://hugoblox.com/templates/) +[![Screenshot](preview.png)](https://hugoblox.com/templates/) The Hugo **Academic Resumé Template** empowers you to easily create your job-winning online resumé, showcase your academic publications, and create online courses or knowledge bases to grow your audience. diff --git a/starters/academic-cv/academic.Rproj b/starters-bootstrap/academic-cv/academic.Rproj similarity index 100% rename from starters/academic-cv/academic.Rproj rename to starters-bootstrap/academic-cv/academic.Rproj diff --git a/starters/academic-cv/assets/media/albums/.gitkeep b/starters-bootstrap/academic-cv/assets/media/albums/.gitkeep similarity index 100% rename from starters/academic-cv/assets/media/albums/.gitkeep rename to starters-bootstrap/academic-cv/assets/media/albums/.gitkeep diff --git a/starters/academic-cv/assets/media/albums/demo/chris-montgomery-smgTvepind4-unsplash.jpg b/starters-bootstrap/academic-cv/assets/media/albums/demo/chris-montgomery-smgTvepind4-unsplash.jpg similarity index 100% rename from starters/academic-cv/assets/media/albums/demo/chris-montgomery-smgTvepind4-unsplash.jpg rename to starters-bootstrap/academic-cv/assets/media/albums/demo/chris-montgomery-smgTvepind4-unsplash.jpg diff --git a/starters/academic-cv/assets/media/albums/demo/dan-gold-4_jhDO54BYg-unsplash-f.jpg b/starters-bootstrap/academic-cv/assets/media/albums/demo/dan-gold-4_jhDO54BYg-unsplash-f.jpg similarity index 100% rename from starters/academic-cv/assets/media/albums/demo/dan-gold-4_jhDO54BYg-unsplash-f.jpg rename to starters-bootstrap/academic-cv/assets/media/albums/demo/dan-gold-4_jhDO54BYg-unsplash-f.jpg diff --git a/starters/academic-cv/assets/media/albums/demo/fotografierende-333oj7zFsdg-unsplash.jpg b/starters-bootstrap/academic-cv/assets/media/albums/demo/fotografierende-333oj7zFsdg-unsplash.jpg similarity index 100% rename from starters/academic-cv/assets/media/albums/demo/fotografierende-333oj7zFsdg-unsplash.jpg rename to starters-bootstrap/academic-cv/assets/media/albums/demo/fotografierende-333oj7zFsdg-unsplash.jpg diff --git a/starters/academic-cv/assets/media/albums/demo/glenn-carstens-peters-npxXWgQ33ZQ-unsplash.jpg b/starters-bootstrap/academic-cv/assets/media/albums/demo/glenn-carstens-peters-npxXWgQ33ZQ-unsplash.jpg similarity index 100% rename from starters/academic-cv/assets/media/albums/demo/glenn-carstens-peters-npxXWgQ33ZQ-unsplash.jpg rename to starters-bootstrap/academic-cv/assets/media/albums/demo/glenn-carstens-peters-npxXWgQ33ZQ-unsplash.jpg diff --git a/starters/academic-cv/assets/media/albums/demo/joseph-gonzalez-zcUgjyqEwe8-unsplash.jpg b/starters-bootstrap/academic-cv/assets/media/albums/demo/joseph-gonzalez-zcUgjyqEwe8-unsplash.jpg similarity index 100% rename from starters/academic-cv/assets/media/albums/demo/joseph-gonzalez-zcUgjyqEwe8-unsplash.jpg rename to starters-bootstrap/academic-cv/assets/media/albums/demo/joseph-gonzalez-zcUgjyqEwe8-unsplash.jpg diff --git a/starters/academic-cv/assets/media/albums/demo/matthew-osborn-wMRIcT86SWU-unsplash-l.jpg b/starters-bootstrap/academic-cv/assets/media/albums/demo/matthew-osborn-wMRIcT86SWU-unsplash-l.jpg similarity index 100% rename from starters/academic-cv/assets/media/albums/demo/matthew-osborn-wMRIcT86SWU-unsplash-l.jpg rename to starters-bootstrap/academic-cv/assets/media/albums/demo/matthew-osborn-wMRIcT86SWU-unsplash-l.jpg diff --git a/starters/academic-cv/assets/media/albums/demo/priscilla-du-preez-K8XYGbw4Ahg-unsplash.jpg b/starters-bootstrap/academic-cv/assets/media/albums/demo/priscilla-du-preez-K8XYGbw4Ahg-unsplash.jpg similarity index 100% rename from starters/academic-cv/assets/media/albums/demo/priscilla-du-preez-K8XYGbw4Ahg-unsplash.jpg rename to starters-bootstrap/academic-cv/assets/media/albums/demo/priscilla-du-preez-K8XYGbw4Ahg-unsplash.jpg diff --git a/starters/academic-cv/assets/media/hero-academic.png b/starters-bootstrap/academic-cv/assets/media/hero-academic.png similarity index 100% rename from starters/academic-cv/assets/media/hero-academic.png rename to starters-bootstrap/academic-cv/assets/media/hero-academic.png diff --git a/starters/academic-cv/assets/media/icon.png b/starters-bootstrap/academic-cv/assets/media/icon.png similarity index 100% rename from starters/academic-cv/assets/media/icon.png rename to starters-bootstrap/academic-cv/assets/media/icon.png diff --git a/starters/academic-cv/assets/media/icons/brands/org-gc.svg b/starters-bootstrap/academic-cv/assets/media/icons/brands/org-gc.svg similarity index 100% rename from starters/academic-cv/assets/media/icons/brands/org-gc.svg rename to starters-bootstrap/academic-cv/assets/media/icons/brands/org-gc.svg diff --git a/starters/academic-cv/assets/media/icons/brands/org-x.svg b/starters-bootstrap/academic-cv/assets/media/icons/brands/org-x.svg similarity index 100% rename from starters/academic-cv/assets/media/icons/brands/org-x.svg rename to starters-bootstrap/academic-cv/assets/media/icons/brands/org-x.svg diff --git a/starters/academic-cv/config/_default/hugo.yaml b/starters-bootstrap/academic-cv/config/_default/hugo.yaml similarity index 100% rename from starters/academic-cv/config/_default/hugo.yaml rename to starters-bootstrap/academic-cv/config/_default/hugo.yaml diff --git a/starters/academic-cv/config/_default/languages.yaml b/starters-bootstrap/academic-cv/config/_default/languages.yaml similarity index 100% rename from starters/academic-cv/config/_default/languages.yaml rename to starters-bootstrap/academic-cv/config/_default/languages.yaml diff --git a/starters/academic-cv/config/_default/menus.yaml b/starters-bootstrap/academic-cv/config/_default/menus.yaml similarity index 100% rename from starters/academic-cv/config/_default/menus.yaml rename to starters-bootstrap/academic-cv/config/_default/menus.yaml diff --git a/starters/academic-cv/config/_default/module.yaml b/starters-bootstrap/academic-cv/config/_default/module.yaml similarity index 100% rename from starters/academic-cv/config/_default/module.yaml rename to starters-bootstrap/academic-cv/config/_default/module.yaml diff --git a/starters/academic-cv/config/_default/params.yaml b/starters-bootstrap/academic-cv/config/_default/params.yaml similarity index 100% rename from starters/academic-cv/config/_default/params.yaml rename to starters-bootstrap/academic-cv/config/_default/params.yaml diff --git a/starters/academic-cv/content/_index.md b/starters-bootstrap/academic-cv/content/_index.md similarity index 100% rename from starters/academic-cv/content/_index.md rename to starters-bootstrap/academic-cv/content/_index.md diff --git a/starters/academic-cv/content/authors/_index.md b/starters-bootstrap/academic-cv/content/authors/_index.md similarity index 100% rename from starters/academic-cv/content/authors/_index.md rename to starters-bootstrap/academic-cv/content/authors/_index.md diff --git a/starters/academic-cv/content/authors/admin/_index.md b/starters-bootstrap/academic-cv/content/authors/admin/_index.md similarity index 100% rename from starters/academic-cv/content/authors/admin/_index.md rename to starters-bootstrap/academic-cv/content/authors/admin/_index.md diff --git a/starters/academic-cv/content/authors/admin/avatar.jpg b/starters-bootstrap/academic-cv/content/authors/admin/avatar.jpg similarity index 100% rename from starters/academic-cv/content/authors/admin/avatar.jpg rename to starters-bootstrap/academic-cv/content/authors/admin/avatar.jpg diff --git a/starters/academic-cv/content/event/_index.md b/starters-bootstrap/academic-cv/content/event/_index.md similarity index 100% rename from starters/academic-cv/content/event/_index.md rename to starters-bootstrap/academic-cv/content/event/_index.md diff --git a/starters/academic-cv/content/event/example/featured.jpg b/starters-bootstrap/academic-cv/content/event/example/featured.jpg similarity index 100% rename from starters/academic-cv/content/event/example/featured.jpg rename to starters-bootstrap/academic-cv/content/event/example/featured.jpg diff --git a/starters/academic-cv/content/event/example/index.md b/starters-bootstrap/academic-cv/content/event/example/index.md similarity index 100% rename from starters/academic-cv/content/event/example/index.md rename to starters-bootstrap/academic-cv/content/event/example/index.md diff --git a/starters/academic-cv/content/post/_index.md b/starters-bootstrap/academic-cv/content/post/_index.md similarity index 100% rename from starters/academic-cv/content/post/_index.md rename to starters-bootstrap/academic-cv/content/post/_index.md diff --git a/starters/academic-cv/content/post/blog-with-jupyter/featured.png b/starters-bootstrap/academic-cv/content/post/blog-with-jupyter/featured.png similarity index 100% rename from starters/academic-cv/content/post/blog-with-jupyter/featured.png rename to starters-bootstrap/academic-cv/content/post/blog-with-jupyter/featured.png diff --git a/starters/academic-cv/content/post/blog-with-jupyter/index.md b/starters-bootstrap/academic-cv/content/post/blog-with-jupyter/index.md similarity index 100% rename from starters/academic-cv/content/post/blog-with-jupyter/index.md rename to starters-bootstrap/academic-cv/content/post/blog-with-jupyter/index.md diff --git a/starters/academic-cv/content/post/blog-with-jupyter/output_1_0.png b/starters-bootstrap/academic-cv/content/post/blog-with-jupyter/output_1_0.png similarity index 100% rename from starters/academic-cv/content/post/blog-with-jupyter/output_1_0.png rename to starters-bootstrap/academic-cv/content/post/blog-with-jupyter/output_1_0.png diff --git a/starters/academic-cv/content/post/getting-started/featured.jpg b/starters-bootstrap/academic-cv/content/post/getting-started/featured.jpg similarity index 100% rename from starters/academic-cv/content/post/getting-started/featured.jpg rename to starters-bootstrap/academic-cv/content/post/getting-started/featured.jpg diff --git a/starters/academic-cv/content/post/getting-started/index.md b/starters-bootstrap/academic-cv/content/post/getting-started/index.md similarity index 100% rename from starters/academic-cv/content/post/getting-started/index.md rename to starters-bootstrap/academic-cv/content/post/getting-started/index.md diff --git a/starters/academic-cv/content/post/writing-technical-content/featured.jpg b/starters-bootstrap/academic-cv/content/post/writing-technical-content/featured.jpg similarity index 100% rename from starters/academic-cv/content/post/writing-technical-content/featured.jpg rename to starters-bootstrap/academic-cv/content/post/writing-technical-content/featured.jpg diff --git a/starters/academic-cv/content/post/writing-technical-content/index.md b/starters-bootstrap/academic-cv/content/post/writing-technical-content/index.md similarity index 100% rename from starters/academic-cv/content/post/writing-technical-content/index.md rename to starters-bootstrap/academic-cv/content/post/writing-technical-content/index.md diff --git a/starters/academic-cv/content/post/writing-technical-content/line-chart.json b/starters-bootstrap/academic-cv/content/post/writing-technical-content/line-chart.json similarity index 100% rename from starters/academic-cv/content/post/writing-technical-content/line-chart.json rename to starters-bootstrap/academic-cv/content/post/writing-technical-content/line-chart.json diff --git a/starters/academic-cv/content/post/writing-technical-content/results.csv b/starters-bootstrap/academic-cv/content/post/writing-technical-content/results.csv similarity index 100% rename from starters/academic-cv/content/post/writing-technical-content/results.csv rename to starters-bootstrap/academic-cv/content/post/writing-technical-content/results.csv diff --git a/starters/academic-cv/content/privacy.md b/starters-bootstrap/academic-cv/content/privacy.md similarity index 100% rename from starters/academic-cv/content/privacy.md rename to starters-bootstrap/academic-cv/content/privacy.md diff --git a/starters/academic-cv/content/project/example/featured.gif b/starters-bootstrap/academic-cv/content/project/example/featured.gif similarity index 100% rename from starters/academic-cv/content/project/example/featured.gif rename to starters-bootstrap/academic-cv/content/project/example/featured.gif diff --git a/starters/academic-cv/content/project/example/index.md b/starters-bootstrap/academic-cv/content/project/example/index.md similarity index 100% rename from starters/academic-cv/content/project/example/index.md rename to starters-bootstrap/academic-cv/content/project/example/index.md diff --git a/starters/academic-cv/content/project/external-project/featured.jpg b/starters-bootstrap/academic-cv/content/project/external-project/featured.jpg similarity index 100% rename from starters/academic-cv/content/project/external-project/featured.jpg rename to starters-bootstrap/academic-cv/content/project/external-project/featured.jpg diff --git a/starters/academic-cv/content/project/external-project/index.md b/starters-bootstrap/academic-cv/content/project/external-project/index.md similarity index 100% rename from starters/academic-cv/content/project/external-project/index.md rename to starters-bootstrap/academic-cv/content/project/external-project/index.md diff --git a/starters/academic-cv/content/publication/_index.md b/starters-bootstrap/academic-cv/content/publication/_index.md similarity index 100% rename from starters/academic-cv/content/publication/_index.md rename to starters-bootstrap/academic-cv/content/publication/_index.md diff --git a/starters/academic-cv/content/publication/conference-paper/cite.bib b/starters-bootstrap/academic-cv/content/publication/conference-paper/cite.bib similarity index 100% rename from starters/academic-cv/content/publication/conference-paper/cite.bib rename to starters-bootstrap/academic-cv/content/publication/conference-paper/cite.bib diff --git a/starters/academic-cv/content/publication/conference-paper/conference-paper.pdf b/starters-bootstrap/academic-cv/content/publication/conference-paper/conference-paper.pdf similarity index 100% rename from starters/academic-cv/content/publication/conference-paper/conference-paper.pdf rename to starters-bootstrap/academic-cv/content/publication/conference-paper/conference-paper.pdf diff --git a/starters/academic-cv/content/publication/conference-paper/featured.jpg b/starters-bootstrap/academic-cv/content/publication/conference-paper/featured.jpg similarity index 100% rename from starters/academic-cv/content/publication/conference-paper/featured.jpg rename to starters-bootstrap/academic-cv/content/publication/conference-paper/featured.jpg diff --git a/starters/academic-cv/content/publication/conference-paper/index.md b/starters-bootstrap/academic-cv/content/publication/conference-paper/index.md similarity index 100% rename from starters/academic-cv/content/publication/conference-paper/index.md rename to starters-bootstrap/academic-cv/content/publication/conference-paper/index.md diff --git a/starters/academic-cv/content/publication/journal-article/cite.bib b/starters-bootstrap/academic-cv/content/publication/journal-article/cite.bib similarity index 100% rename from starters/academic-cv/content/publication/journal-article/cite.bib rename to starters-bootstrap/academic-cv/content/publication/journal-article/cite.bib diff --git a/starters/academic-cv/content/publication/journal-article/featured.jpg b/starters-bootstrap/academic-cv/content/publication/journal-article/featured.jpg similarity index 100% rename from starters/academic-cv/content/publication/journal-article/featured.jpg rename to starters-bootstrap/academic-cv/content/publication/journal-article/featured.jpg diff --git a/starters/academic-cv/content/publication/journal-article/index.md b/starters-bootstrap/academic-cv/content/publication/journal-article/index.md similarity index 100% rename from starters/academic-cv/content/publication/journal-article/index.md rename to starters-bootstrap/academic-cv/content/publication/journal-article/index.md diff --git a/starters/academic-cv/content/publication/preprint/featured.jpg b/starters-bootstrap/academic-cv/content/publication/preprint/featured.jpg similarity index 100% rename from starters/academic-cv/content/publication/preprint/featured.jpg rename to starters-bootstrap/academic-cv/content/publication/preprint/featured.jpg diff --git a/starters/academic-cv/content/publication/preprint/index.md b/starters-bootstrap/academic-cv/content/publication/preprint/index.md similarity index 100% rename from starters/academic-cv/content/publication/preprint/index.md rename to starters-bootstrap/academic-cv/content/publication/preprint/index.md diff --git a/starters/academic-cv/content/slides/example/index.md b/starters-bootstrap/academic-cv/content/slides/example/index.md similarity index 100% rename from starters/academic-cv/content/slides/example/index.md rename to starters-bootstrap/academic-cv/content/slides/example/index.md diff --git a/starters/academic-cv/content/terms.md b/starters-bootstrap/academic-cv/content/terms.md similarity index 100% rename from starters/academic-cv/content/terms.md rename to starters-bootstrap/academic-cv/content/terms.md diff --git a/starters/academic-cv/data/fonts/.gitkeep b/starters-bootstrap/academic-cv/data/fonts/.gitkeep similarity index 100% rename from starters/academic-cv/data/fonts/.gitkeep rename to starters-bootstrap/academic-cv/data/fonts/.gitkeep diff --git a/starters/academic-cv/data/page_sharer.toml b/starters-bootstrap/academic-cv/data/page_sharer.toml similarity index 100% rename from starters/academic-cv/data/page_sharer.toml rename to starters-bootstrap/academic-cv/data/page_sharer.toml diff --git a/starters/academic-cv/data/themes/.gitkeep b/starters-bootstrap/academic-cv/data/themes/.gitkeep similarity index 100% rename from starters/academic-cv/data/themes/.gitkeep rename to starters-bootstrap/academic-cv/data/themes/.gitkeep diff --git a/starters/academic-cv/go.mod b/starters-bootstrap/academic-cv/go.mod similarity index 100% rename from starters/academic-cv/go.mod rename to starters-bootstrap/academic-cv/go.mod diff --git a/starters/academic-cv/images/screenshot.png b/starters-bootstrap/academic-cv/images/screenshot.png similarity index 100% rename from starters/academic-cv/images/screenshot.png rename to starters-bootstrap/academic-cv/images/screenshot.png diff --git a/starters/academic-cv/images/tn.png b/starters-bootstrap/academic-cv/images/tn.png similarity index 100% rename from starters/academic-cv/images/tn.png rename to starters-bootstrap/academic-cv/images/tn.png diff --git a/starters/academic-cv/netlify.toml b/starters-bootstrap/academic-cv/netlify.toml similarity index 100% rename from starters/academic-cv/netlify.toml rename to starters-bootstrap/academic-cv/netlify.toml diff --git a/starters/academic-cv/preview.png b/starters-bootstrap/academic-cv/preview.png similarity index 100% rename from starters/academic-cv/preview.png rename to starters-bootstrap/academic-cv/preview.png diff --git a/starters/academic-cv/static/uploads/resume.pdf b/starters-bootstrap/academic-cv/static/uploads/resume.pdf similarity index 100% rename from starters/academic-cv/static/uploads/resume.pdf rename to starters-bootstrap/academic-cv/static/uploads/resume.pdf diff --git a/starters/academic-cv/theme.toml b/starters-bootstrap/academic-cv/theme.toml similarity index 100% rename from starters/academic-cv/theme.toml rename to starters-bootstrap/academic-cv/theme.toml diff --git a/starters/course/.github/FUNDING.yml b/starters-bootstrap/course/.github/FUNDING.yml similarity index 100% rename from starters/course/.github/FUNDING.yml rename to starters-bootstrap/course/.github/FUNDING.yml diff --git a/starters/course/.github/workflows/publish.yaml b/starters-bootstrap/course/.github/workflows/publish.yaml similarity index 100% rename from starters/course/.github/workflows/publish.yaml rename to starters-bootstrap/course/.github/workflows/publish.yaml diff --git a/starters/course/.gitignore b/starters-bootstrap/course/.gitignore similarity index 100% rename from starters/course/.gitignore rename to starters-bootstrap/course/.gitignore diff --git a/starters/course/README.md b/starters-bootstrap/course/README.md similarity index 97% rename from starters/course/README.md rename to starters-bootstrap/course/README.md index 8eb6f045..4c5a47ad 100644 --- a/starters/course/README.md +++ b/starters-bootstrap/course/README.md @@ -1,6 +1,6 @@ # [Hugo Online Course Theme](https://github.com/wowchemy/starter-hugo-online-course) -[![Screenshot](./preview.png)](https://hugoblox.com/hugo-themes/) +[![Screenshot](preview.png)](https://hugoblox.com/hugo-themes/) The **Online Course Template** empowers you easily create an online course or coaching business with the open source [**Hugo Blox Builder**](https://hugoblox.com/) for [Hugo](https://github.com/gohugoio/hugo). This Hugo learning theme helps you to teach the way that you want to learn! diff --git a/starters/course/assets/media/contact.jpg b/starters-bootstrap/course/assets/media/contact.jpg similarity index 100% rename from starters/course/assets/media/contact.jpg rename to starters-bootstrap/course/assets/media/contact.jpg diff --git a/starters/course/assets/media/icon.png b/starters-bootstrap/course/assets/media/icon.png similarity index 100% rename from starters/course/assets/media/icon.png rename to starters-bootstrap/course/assets/media/icon.png diff --git a/starters/course/assets/media/icons/.gitkeep b/starters-bootstrap/course/assets/media/icons/.gitkeep similarity index 100% rename from starters/course/assets/media/icons/.gitkeep rename to starters-bootstrap/course/assets/media/icons/.gitkeep diff --git a/starters/course/assets/media/teacher.png b/starters-bootstrap/course/assets/media/teacher.png similarity index 100% rename from starters/course/assets/media/teacher.png rename to starters-bootstrap/course/assets/media/teacher.png diff --git a/starters/course/assets/scss/template.scss b/starters-bootstrap/course/assets/scss/template.scss similarity index 100% rename from starters/course/assets/scss/template.scss rename to starters-bootstrap/course/assets/scss/template.scss diff --git a/starters/course/config/_default/hugo.yaml b/starters-bootstrap/course/config/_default/hugo.yaml similarity index 100% rename from starters/course/config/_default/hugo.yaml rename to starters-bootstrap/course/config/_default/hugo.yaml diff --git a/starters/course/config/_default/languages.yaml b/starters-bootstrap/course/config/_default/languages.yaml similarity index 100% rename from starters/course/config/_default/languages.yaml rename to starters-bootstrap/course/config/_default/languages.yaml diff --git a/starters/course/config/_default/menus.yaml b/starters-bootstrap/course/config/_default/menus.yaml similarity index 100% rename from starters/course/config/_default/menus.yaml rename to starters-bootstrap/course/config/_default/menus.yaml diff --git a/starters/course/config/_default/module.yaml b/starters-bootstrap/course/config/_default/module.yaml similarity index 100% rename from starters/course/config/_default/module.yaml rename to starters-bootstrap/course/config/_default/module.yaml diff --git a/starters/course/config/_default/params.yaml b/starters-bootstrap/course/config/_default/params.yaml similarity index 100% rename from starters/course/config/_default/params.yaml rename to starters-bootstrap/course/config/_default/params.yaml diff --git a/starters/course/content/authors/admin/_index.md b/starters-bootstrap/course/content/authors/admin/_index.md similarity index 100% rename from starters/course/content/authors/admin/_index.md rename to starters-bootstrap/course/content/authors/admin/_index.md diff --git a/starters/course/content/authors/admin/avatar.jpg b/starters-bootstrap/course/content/authors/admin/avatar.jpg similarity index 100% rename from starters/course/content/authors/admin/avatar.jpg rename to starters-bootstrap/course/content/authors/admin/avatar.jpg diff --git a/starters/course/content/authors/吳恩達/_index.md b/starters-bootstrap/course/content/authors/吳恩達/_index.md similarity index 100% rename from starters/course/content/authors/吳恩達/_index.md rename to starters-bootstrap/course/content/authors/吳恩達/_index.md diff --git a/starters/course/content/authors/吳恩達/avatar.jpg b/starters-bootstrap/course/content/authors/吳恩達/avatar.jpg similarity index 100% rename from starters/course/content/authors/吳恩達/avatar.jpg rename to starters-bootstrap/course/content/authors/吳恩達/avatar.jpg diff --git a/starters/course/content/contact/contact.md b/starters-bootstrap/course/content/contact/contact.md similarity index 100% rename from starters/course/content/contact/contact.md rename to starters-bootstrap/course/content/contact/contact.md diff --git a/starters/course/content/contact/image.md b/starters-bootstrap/course/content/contact/image.md similarity index 100% rename from starters/course/content/contact/image.md rename to starters-bootstrap/course/content/contact/image.md diff --git a/starters/course/content/contact/index.md b/starters-bootstrap/course/content/contact/index.md similarity index 100% rename from starters/course/content/contact/index.md rename to starters-bootstrap/course/content/contact/index.md diff --git a/starters/course/content/course/_index.md b/starters-bootstrap/course/content/course/_index.md similarity index 100% rename from starters/course/content/course/_index.md rename to starters-bootstrap/course/content/course/_index.md diff --git a/starters/course/content/course/data-science/_index.md b/starters-bootstrap/course/content/course/data-science/_index.md similarity index 100% rename from starters/course/content/course/data-science/_index.md rename to starters-bootstrap/course/content/course/data-science/_index.md diff --git a/starters/course/content/course/data-science/featured.jpg b/starters-bootstrap/course/content/course/data-science/featured.jpg similarity index 100% rename from starters/course/content/course/data-science/featured.jpg rename to starters-bootstrap/course/content/course/data-science/featured.jpg diff --git a/starters/course/content/course/data-science/python.md b/starters-bootstrap/course/content/course/data-science/python.md similarity index 100% rename from starters/course/content/course/data-science/python.md rename to starters-bootstrap/course/content/course/data-science/python.md diff --git a/starters/course/content/course/data-science/stats.md b/starters-bootstrap/course/content/course/data-science/stats.md similarity index 100% rename from starters/course/content/course/data-science/stats.md rename to starters-bootstrap/course/content/course/data-science/stats.md diff --git a/starters/course/content/course/data-science/visualization.md b/starters-bootstrap/course/content/course/data-science/visualization.md similarity index 100% rename from starters/course/content/course/data-science/visualization.md rename to starters-bootstrap/course/content/course/data-science/visualization.md diff --git a/starters/course/content/course/robotics/_index.md b/starters-bootstrap/course/content/course/robotics/_index.md similarity index 100% rename from starters/course/content/course/robotics/_index.md rename to starters-bootstrap/course/content/course/robotics/_index.md diff --git a/starters/course/content/course/robotics/featured.jpg b/starters-bootstrap/course/content/course/robotics/featured.jpg similarity index 100% rename from starters/course/content/course/robotics/featured.jpg rename to starters-bootstrap/course/content/course/robotics/featured.jpg diff --git a/starters/course/content/course/robotics/python.md b/starters-bootstrap/course/content/course/robotics/python.md similarity index 100% rename from starters/course/content/course/robotics/python.md rename to starters-bootstrap/course/content/course/robotics/python.md diff --git a/starters/course/content/course/robotics/stats.md b/starters-bootstrap/course/content/course/robotics/stats.md similarity index 100% rename from starters/course/content/course/robotics/stats.md rename to starters-bootstrap/course/content/course/robotics/stats.md diff --git a/starters/course/content/course/robotics/visualization.md b/starters-bootstrap/course/content/course/robotics/visualization.md similarity index 100% rename from starters/course/content/course/robotics/visualization.md rename to starters-bootstrap/course/content/course/robotics/visualization.md diff --git a/starters/course/content/home/courses.md b/starters-bootstrap/course/content/home/courses.md similarity index 100% rename from starters/course/content/home/courses.md rename to starters-bootstrap/course/content/home/courses.md diff --git a/starters/course/content/home/features.md b/starters-bootstrap/course/content/home/features.md similarity index 100% rename from starters/course/content/home/features.md rename to starters-bootstrap/course/content/home/features.md diff --git a/starters/course/content/home/hero.md b/starters-bootstrap/course/content/home/hero.md similarity index 100% rename from starters/course/content/home/hero.md rename to starters-bootstrap/course/content/home/hero.md diff --git a/starters/course/content/home/index.md b/starters-bootstrap/course/content/home/index.md similarity index 100% rename from starters/course/content/home/index.md rename to starters-bootstrap/course/content/home/index.md diff --git a/starters/course/content/home/people.md b/starters-bootstrap/course/content/home/people.md similarity index 100% rename from starters/course/content/home/people.md rename to starters-bootstrap/course/content/home/people.md diff --git a/starters/course/content/home/try.md b/starters-bootstrap/course/content/home/try.md similarity index 100% rename from starters/course/content/home/try.md rename to starters-bootstrap/course/content/home/try.md diff --git a/starters/course/content/post/20-12-01-wowchemy-prize/index.md b/starters-bootstrap/course/content/post/20-12-01-wowchemy-prize/index.md similarity index 100% rename from starters/course/content/post/20-12-01-wowchemy-prize/index.md rename to starters-bootstrap/course/content/post/20-12-01-wowchemy-prize/index.md diff --git a/starters/course/content/post/20-12-02-ICML-best-paper/index.md b/starters-bootstrap/course/content/post/20-12-02-ICML-best-paper/index.md similarity index 100% rename from starters/course/content/post/20-12-02-ICML-best-paper/index.md rename to starters-bootstrap/course/content/post/20-12-02-ICML-best-paper/index.md diff --git a/starters/course/content/post/_index.md b/starters-bootstrap/course/content/post/_index.md similarity index 100% rename from starters/course/content/post/_index.md rename to starters-bootstrap/course/content/post/_index.md diff --git a/starters/course/content/privacy.md b/starters-bootstrap/course/content/privacy.md similarity index 100% rename from starters/course/content/privacy.md rename to starters-bootstrap/course/content/privacy.md diff --git a/starters/course/content/terms.md b/starters-bootstrap/course/content/terms.md similarity index 100% rename from starters/course/content/terms.md rename to starters-bootstrap/course/content/terms.md diff --git a/starters/course/data/fonts/.gitkeep b/starters-bootstrap/course/data/fonts/.gitkeep similarity index 100% rename from starters/course/data/fonts/.gitkeep rename to starters-bootstrap/course/data/fonts/.gitkeep diff --git a/starters/course/data/themes/custom.toml b/starters-bootstrap/course/data/themes/custom.toml similarity index 100% rename from starters/course/data/themes/custom.toml rename to starters-bootstrap/course/data/themes/custom.toml diff --git a/starters/course/go.mod b/starters-bootstrap/course/go.mod similarity index 100% rename from starters/course/go.mod rename to starters-bootstrap/course/go.mod diff --git a/starters/course/netlify.toml b/starters-bootstrap/course/netlify.toml similarity index 100% rename from starters/course/netlify.toml rename to starters-bootstrap/course/netlify.toml diff --git a/starters/course/preview.png b/starters-bootstrap/course/preview.png similarity index 100% rename from starters/course/preview.png rename to starters-bootstrap/course/preview.png diff --git a/starters/course/static/uploads/.gitkeep b/starters-bootstrap/course/static/uploads/.gitkeep similarity index 100% rename from starters/course/static/uploads/.gitkeep rename to starters-bootstrap/course/static/uploads/.gitkeep diff --git a/starters/markdown-slides/.github/FUNDING.yml b/starters-bootstrap/markdown-slides/.github/FUNDING.yml similarity index 100% rename from starters/markdown-slides/.github/FUNDING.yml rename to starters-bootstrap/markdown-slides/.github/FUNDING.yml diff --git a/starters/markdown-slides/.github/workflows/publish.yaml b/starters-bootstrap/markdown-slides/.github/workflows/publish.yaml similarity index 100% rename from starters/markdown-slides/.github/workflows/publish.yaml rename to starters-bootstrap/markdown-slides/.github/workflows/publish.yaml diff --git a/starters/markdown-slides/README.md b/starters-bootstrap/markdown-slides/README.md similarity index 97% rename from starters/markdown-slides/README.md rename to starters-bootstrap/markdown-slides/README.md index c7fcfb16..bdaa6753 100644 --- a/starters/markdown-slides/README.md +++ b/starters-bootstrap/markdown-slides/README.md @@ -1,6 +1,6 @@ # [Hugo Markdown Slides Theme](https://github.com/wowchemy/starter-hugo-markdown-slides) -[![Screenshot](./preview.webp)](https://hugoblox.com/hugo-themes/) +[![Screenshot](preview.webp)](https://hugoblox.com/hugo-themes/) The **Markdown Slides** starter template empowers you to **easily create, share, and present slide decks using the open, future-proof Markdown standard**. Supports math, syntax highlighting, diagrams, speaker notes, and much more! diff --git a/starters/markdown-slides/config/_default/hugo.yaml b/starters-bootstrap/markdown-slides/config/_default/hugo.yaml similarity index 100% rename from starters/markdown-slides/config/_default/hugo.yaml rename to starters-bootstrap/markdown-slides/config/_default/hugo.yaml diff --git a/starters/markdown-slides/config/_default/module.yaml b/starters-bootstrap/markdown-slides/config/_default/module.yaml similarity index 100% rename from starters/markdown-slides/config/_default/module.yaml rename to starters-bootstrap/markdown-slides/config/_default/module.yaml diff --git a/starters/markdown-slides/config/_default/params.yaml b/starters-bootstrap/markdown-slides/config/_default/params.yaml similarity index 100% rename from starters/markdown-slides/config/_default/params.yaml rename to starters-bootstrap/markdown-slides/config/_default/params.yaml diff --git a/starters/markdown-slides/content/admin/index.md b/starters-bootstrap/markdown-slides/content/admin/index.md similarity index 100% rename from starters/markdown-slides/content/admin/index.md rename to starters-bootstrap/markdown-slides/content/admin/index.md diff --git a/starters/markdown-slides/content/home/index.md b/starters-bootstrap/markdown-slides/content/home/index.md similarity index 100% rename from starters/markdown-slides/content/home/index.md rename to starters-bootstrap/markdown-slides/content/home/index.md diff --git a/starters/markdown-slides/content/home/slides.md b/starters-bootstrap/markdown-slides/content/home/slides.md similarity index 100% rename from starters/markdown-slides/content/home/slides.md rename to starters-bootstrap/markdown-slides/content/home/slides.md diff --git a/starters/markdown-slides/content/home/tags.md b/starters-bootstrap/markdown-slides/content/home/tags.md similarity index 100% rename from starters/markdown-slides/content/home/tags.md rename to starters-bootstrap/markdown-slides/content/home/tags.md diff --git a/starters/markdown-slides/content/slides/example/boards.webp b/starters-bootstrap/markdown-slides/content/slides/example/boards.webp similarity index 100% rename from starters/markdown-slides/content/slides/example/boards.webp rename to starters-bootstrap/markdown-slides/content/slides/example/boards.webp diff --git a/starters/markdown-slides/content/slides/example/featured.webp b/starters-bootstrap/markdown-slides/content/slides/example/featured.webp similarity index 100% rename from starters/markdown-slides/content/slides/example/featured.webp rename to starters-bootstrap/markdown-slides/content/slides/example/featured.webp diff --git a/starters/markdown-slides/content/slides/example/index.md b/starters-bootstrap/markdown-slides/content/slides/example/index.md similarity index 100% rename from starters/markdown-slides/content/slides/example/index.md rename to starters-bootstrap/markdown-slides/content/slides/example/index.md diff --git a/starters/markdown-slides/go.mod b/starters-bootstrap/markdown-slides/go.mod similarity index 100% rename from starters/markdown-slides/go.mod rename to starters-bootstrap/markdown-slides/go.mod diff --git a/starters/markdown-slides/netlify.toml b/starters-bootstrap/markdown-slides/netlify.toml similarity index 100% rename from starters/markdown-slides/netlify.toml rename to starters-bootstrap/markdown-slides/netlify.toml diff --git a/starters/markdown-slides/preview.webp b/starters-bootstrap/markdown-slides/preview.webp similarity index 100% rename from starters/markdown-slides/preview.webp rename to starters-bootstrap/markdown-slides/preview.webp diff --git a/starters/markdown-slides/publish.yaml b/starters-bootstrap/markdown-slides/publish.yaml similarity index 100% rename from starters/markdown-slides/publish.yaml rename to starters-bootstrap/markdown-slides/publish.yaml diff --git a/starters/portfolio/.editorconfig b/starters-bootstrap/portfolio/.editorconfig similarity index 100% rename from starters/portfolio/.editorconfig rename to starters-bootstrap/portfolio/.editorconfig diff --git a/starters/portfolio/.github/FUNDING.yml b/starters-bootstrap/portfolio/.github/FUNDING.yml similarity index 100% rename from starters/portfolio/.github/FUNDING.yml rename to starters-bootstrap/portfolio/.github/FUNDING.yml diff --git a/starters/portfolio/.github/workflows/publish.yaml b/starters-bootstrap/portfolio/.github/workflows/publish.yaml similarity index 100% rename from starters/portfolio/.github/workflows/publish.yaml rename to starters-bootstrap/portfolio/.github/workflows/publish.yaml diff --git a/starters/portfolio/.gitignore b/starters-bootstrap/portfolio/.gitignore similarity index 100% rename from starters/portfolio/.gitignore rename to starters-bootstrap/portfolio/.gitignore diff --git a/starters/portfolio/README.md b/starters-bootstrap/portfolio/README.md similarity index 97% rename from starters/portfolio/README.md rename to starters-bootstrap/portfolio/README.md index d3b0996c..c3075fc4 100644 --- a/starters/portfolio/README.md +++ b/starters-bootstrap/portfolio/README.md @@ -1,6 +1,6 @@ # [Hugo Portfolio Theme](https://github.com/wowchemy/starter-hugo-portfolio-theme) -[![Screenshot](./preview.png)](https://hugoblox.com/hugo-themes/) +[![Screenshot](preview.png)](https://hugoblox.com/hugo-themes/) The **Hugo Portfolio Template** empowers you to easily create a portfolio website. Make it your own by choosing a color theme and grid layout! diff --git a/starters/portfolio/assets/media/icon.png b/starters-bootstrap/portfolio/assets/media/icon.png similarity index 100% rename from starters/portfolio/assets/media/icon.png rename to starters-bootstrap/portfolio/assets/media/icon.png diff --git a/starters/portfolio/assets/media/icons/brands/org-gc.svg b/starters-bootstrap/portfolio/assets/media/icons/brands/org-gc.svg similarity index 100% rename from starters/portfolio/assets/media/icons/brands/org-gc.svg rename to starters-bootstrap/portfolio/assets/media/icons/brands/org-gc.svg diff --git a/starters/portfolio/assets/media/icons/brands/org-x.svg b/starters-bootstrap/portfolio/assets/media/icons/brands/org-x.svg similarity index 100% rename from starters/portfolio/assets/media/icons/brands/org-x.svg rename to starters-bootstrap/portfolio/assets/media/icons/brands/org-x.svg diff --git a/starters/portfolio/assets/scss/template.scss b/starters-bootstrap/portfolio/assets/scss/template.scss similarity index 100% rename from starters/portfolio/assets/scss/template.scss rename to starters-bootstrap/portfolio/assets/scss/template.scss diff --git a/starters/portfolio/config/_default/hugo.yaml b/starters-bootstrap/portfolio/config/_default/hugo.yaml similarity index 100% rename from starters/portfolio/config/_default/hugo.yaml rename to starters-bootstrap/portfolio/config/_default/hugo.yaml diff --git a/starters/portfolio/config/_default/languages.yaml b/starters-bootstrap/portfolio/config/_default/languages.yaml similarity index 100% rename from starters/portfolio/config/_default/languages.yaml rename to starters-bootstrap/portfolio/config/_default/languages.yaml diff --git a/starters/portfolio/config/_default/menus.yaml b/starters-bootstrap/portfolio/config/_default/menus.yaml similarity index 100% rename from starters/portfolio/config/_default/menus.yaml rename to starters-bootstrap/portfolio/config/_default/menus.yaml diff --git a/starters/portfolio/config/_default/module.yaml b/starters-bootstrap/portfolio/config/_default/module.yaml similarity index 100% rename from starters/portfolio/config/_default/module.yaml rename to starters-bootstrap/portfolio/config/_default/module.yaml diff --git a/starters/portfolio/config/_default/params.yaml b/starters-bootstrap/portfolio/config/_default/params.yaml similarity index 100% rename from starters/portfolio/config/_default/params.yaml rename to starters-bootstrap/portfolio/config/_default/params.yaml diff --git a/starters/portfolio/content/about/about.md b/starters-bootstrap/portfolio/content/about/about.md similarity index 100% rename from starters/portfolio/content/about/about.md rename to starters-bootstrap/portfolio/content/about/about.md diff --git a/starters/portfolio/content/about/accomplishments.md b/starters-bootstrap/portfolio/content/about/accomplishments.md similarity index 100% rename from starters/portfolio/content/about/accomplishments.md rename to starters-bootstrap/portfolio/content/about/accomplishments.md diff --git a/starters/portfolio/content/about/contact.md b/starters-bootstrap/portfolio/content/about/contact.md similarity index 100% rename from starters/portfolio/content/about/contact.md rename to starters-bootstrap/portfolio/content/about/contact.md diff --git a/starters/portfolio/content/about/education.md b/starters-bootstrap/portfolio/content/about/education.md similarity index 100% rename from starters/portfolio/content/about/education.md rename to starters-bootstrap/portfolio/content/about/education.md diff --git a/starters/portfolio/content/about/experience.md b/starters-bootstrap/portfolio/content/about/experience.md similarity index 100% rename from starters/portfolio/content/about/experience.md rename to starters-bootstrap/portfolio/content/about/experience.md diff --git a/starters/portfolio/content/about/index.md b/starters-bootstrap/portfolio/content/about/index.md similarity index 100% rename from starters/portfolio/content/about/index.md rename to starters-bootstrap/portfolio/content/about/index.md diff --git a/starters/portfolio/content/authors/_index.md b/starters-bootstrap/portfolio/content/authors/_index.md similarity index 100% rename from starters/portfolio/content/authors/_index.md rename to starters-bootstrap/portfolio/content/authors/_index.md diff --git a/starters/portfolio/content/authors/admin/_index.md b/starters-bootstrap/portfolio/content/authors/admin/_index.md similarity index 100% rename from starters/portfolio/content/authors/admin/_index.md rename to starters-bootstrap/portfolio/content/authors/admin/_index.md diff --git a/starters/portfolio/content/authors/admin/avatar.jpg b/starters-bootstrap/portfolio/content/authors/admin/avatar.jpg similarity index 100% rename from starters/portfolio/content/authors/admin/avatar.jpg rename to starters-bootstrap/portfolio/content/authors/admin/avatar.jpg diff --git a/starters/portfolio/content/home/index.md b/starters-bootstrap/portfolio/content/home/index.md similarity index 100% rename from starters/portfolio/content/home/index.md rename to starters-bootstrap/portfolio/content/home/index.md diff --git a/starters/portfolio/content/home/intro.md b/starters-bootstrap/portfolio/content/home/intro.md similarity index 100% rename from starters/portfolio/content/home/intro.md rename to starters-bootstrap/portfolio/content/home/intro.md diff --git a/starters/portfolio/content/home/portfolio.md b/starters-bootstrap/portfolio/content/home/portfolio.md similarity index 100% rename from starters/portfolio/content/home/portfolio.md rename to starters-bootstrap/portfolio/content/home/portfolio.md diff --git a/starters/portfolio/content/project/cartoon/featured.jpg b/starters-bootstrap/portfolio/content/project/cartoon/featured.jpg similarity index 100% rename from starters/portfolio/content/project/cartoon/featured.jpg rename to starters-bootstrap/portfolio/content/project/cartoon/featured.jpg diff --git a/starters/portfolio/content/project/cartoon/index.md b/starters-bootstrap/portfolio/content/project/cartoon/index.md similarity index 100% rename from starters/portfolio/content/project/cartoon/index.md rename to starters-bootstrap/portfolio/content/project/cartoon/index.md diff --git a/starters/portfolio/content/project/cosmetics/featured.jpg b/starters-bootstrap/portfolio/content/project/cosmetics/featured.jpg similarity index 100% rename from starters/portfolio/content/project/cosmetics/featured.jpg rename to starters-bootstrap/portfolio/content/project/cosmetics/featured.jpg diff --git a/starters/portfolio/content/project/cosmetics/index.md b/starters-bootstrap/portfolio/content/project/cosmetics/index.md similarity index 100% rename from starters/portfolio/content/project/cosmetics/index.md rename to starters-bootstrap/portfolio/content/project/cosmetics/index.md diff --git a/starters/portfolio/content/project/recommendation/featured.jpg b/starters-bootstrap/portfolio/content/project/recommendation/featured.jpg similarity index 100% rename from starters/portfolio/content/project/recommendation/featured.jpg rename to starters-bootstrap/portfolio/content/project/recommendation/featured.jpg diff --git a/starters/portfolio/content/project/recommendation/index.md b/starters-bootstrap/portfolio/content/project/recommendation/index.md similarity index 100% rename from starters/portfolio/content/project/recommendation/index.md rename to starters-bootstrap/portfolio/content/project/recommendation/index.md diff --git a/starters/portfolio/data/fonts/.gitkeep b/starters-bootstrap/portfolio/data/fonts/.gitkeep similarity index 100% rename from starters/portfolio/data/fonts/.gitkeep rename to starters-bootstrap/portfolio/data/fonts/.gitkeep diff --git a/starters/portfolio/data/themes/.gitkeep b/starters-bootstrap/portfolio/data/themes/.gitkeep similarity index 100% rename from starters/portfolio/data/themes/.gitkeep rename to starters-bootstrap/portfolio/data/themes/.gitkeep diff --git a/starters/portfolio/data/themes/custom.toml b/starters-bootstrap/portfolio/data/themes/custom.toml similarity index 100% rename from starters/portfolio/data/themes/custom.toml rename to starters-bootstrap/portfolio/data/themes/custom.toml diff --git a/starters/portfolio/go.mod b/starters-bootstrap/portfolio/go.mod similarity index 100% rename from starters/portfolio/go.mod rename to starters-bootstrap/portfolio/go.mod diff --git a/starters/portfolio/netlify.toml b/starters-bootstrap/portfolio/netlify.toml similarity index 100% rename from starters/portfolio/netlify.toml rename to starters-bootstrap/portfolio/netlify.toml diff --git a/starters/portfolio/preview.png b/starters-bootstrap/portfolio/preview.png similarity index 100% rename from starters/portfolio/preview.png rename to starters-bootstrap/portfolio/preview.png diff --git a/starters/portfolio/static/uploads/resume.pdf b/starters-bootstrap/portfolio/static/uploads/resume.pdf similarity index 100% rename from starters/portfolio/static/uploads/resume.pdf rename to starters-bootstrap/portfolio/static/uploads/resume.pdf diff --git a/starters/research-group/.editorconfig b/starters-bootstrap/research-group/.editorconfig similarity index 100% rename from starters/research-group/.editorconfig rename to starters-bootstrap/research-group/.editorconfig diff --git a/starters/research-group/.github/FUNDING.yml b/starters-bootstrap/research-group/.github/FUNDING.yml similarity index 100% rename from starters/research-group/.github/FUNDING.yml rename to starters-bootstrap/research-group/.github/FUNDING.yml diff --git a/starters/research-group/.github/workflows/import-publications.yml b/starters-bootstrap/research-group/.github/workflows/import-publications.yml similarity index 100% rename from starters/research-group/.github/workflows/import-publications.yml rename to starters-bootstrap/research-group/.github/workflows/import-publications.yml diff --git a/starters/research-group/.github/workflows/publish.yaml b/starters-bootstrap/research-group/.github/workflows/publish.yaml similarity index 100% rename from starters/research-group/.github/workflows/publish.yaml rename to starters-bootstrap/research-group/.github/workflows/publish.yaml diff --git a/starters/research-group/.gitignore b/starters-bootstrap/research-group/.gitignore similarity index 100% rename from starters/research-group/.gitignore rename to starters-bootstrap/research-group/.gitignore diff --git a/starters/research-group/LICENSE.md b/starters-bootstrap/research-group/LICENSE.md similarity index 100% rename from starters/research-group/LICENSE.md rename to starters-bootstrap/research-group/LICENSE.md diff --git a/starters/research-group/README.md b/starters-bootstrap/research-group/README.md similarity index 98% rename from starters/research-group/README.md rename to starters-bootstrap/research-group/README.md index b61dac0b..6be1fd19 100644 --- a/starters/research-group/README.md +++ b/starters-bootstrap/research-group/README.md @@ -1,6 +1,6 @@ # [Hugo Research Group Theme](https://github.com/wowchemy/starter-hugo-research-group) -[![Screenshot](./preview.png)](https://hugoblox.com/hugo-themes/) +[![Screenshot](preview.png)](https://hugoblox.com/hugo-themes/) The **Research Group Template** empowers your research group to easily create a beautiful website with a stunning homepage, news, academic publications, events, team profiles, and a contact form. diff --git a/starters/research-group/assets/media/coders.jpg b/starters-bootstrap/research-group/assets/media/coders.jpg similarity index 100% rename from starters/research-group/assets/media/coders.jpg rename to starters-bootstrap/research-group/assets/media/coders.jpg diff --git a/starters/research-group/assets/media/contact.jpg b/starters-bootstrap/research-group/assets/media/contact.jpg similarity index 100% rename from starters/research-group/assets/media/contact.jpg rename to starters-bootstrap/research-group/assets/media/contact.jpg diff --git a/starters/research-group/assets/media/icon.png b/starters-bootstrap/research-group/assets/media/icon.png similarity index 100% rename from starters/research-group/assets/media/icon.png rename to starters-bootstrap/research-group/assets/media/icon.png diff --git a/starters/research-group/assets/media/icons/.gitkeep b/starters-bootstrap/research-group/assets/media/icons/.gitkeep similarity index 100% rename from starters/research-group/assets/media/icons/.gitkeep rename to starters-bootstrap/research-group/assets/media/icons/.gitkeep diff --git a/starters/research-group/assets/media/welcome.jpg b/starters-bootstrap/research-group/assets/media/welcome.jpg similarity index 100% rename from starters/research-group/assets/media/welcome.jpg rename to starters-bootstrap/research-group/assets/media/welcome.jpg diff --git a/starters/research-group/assets/scss/template.scss b/starters-bootstrap/research-group/assets/scss/template.scss similarity index 100% rename from starters/research-group/assets/scss/template.scss rename to starters-bootstrap/research-group/assets/scss/template.scss diff --git a/starters/research-group/config/_default/hugo.yaml b/starters-bootstrap/research-group/config/_default/hugo.yaml similarity index 100% rename from starters/research-group/config/_default/hugo.yaml rename to starters-bootstrap/research-group/config/_default/hugo.yaml diff --git a/starters/research-group/config/_default/languages.yaml b/starters-bootstrap/research-group/config/_default/languages.yaml similarity index 100% rename from starters/research-group/config/_default/languages.yaml rename to starters-bootstrap/research-group/config/_default/languages.yaml diff --git a/starters/research-group/config/_default/menus.yaml b/starters-bootstrap/research-group/config/_default/menus.yaml similarity index 100% rename from starters/research-group/config/_default/menus.yaml rename to starters-bootstrap/research-group/config/_default/menus.yaml diff --git a/starters/research-group/config/_default/module.yaml b/starters-bootstrap/research-group/config/_default/module.yaml similarity index 100% rename from starters/research-group/config/_default/module.yaml rename to starters-bootstrap/research-group/config/_default/module.yaml diff --git a/starters/research-group/config/_default/params.yaml b/starters-bootstrap/research-group/config/_default/params.yaml similarity index 100% rename from starters/research-group/config/_default/params.yaml rename to starters-bootstrap/research-group/config/_default/params.yaml diff --git a/starters/research-group/content/_index.md b/starters-bootstrap/research-group/content/_index.md similarity index 100% rename from starters/research-group/content/_index.md rename to starters-bootstrap/research-group/content/_index.md diff --git a/starters/research-group/content/admin/index.md b/starters-bootstrap/research-group/content/admin/index.md similarity index 100% rename from starters/research-group/content/admin/index.md rename to starters-bootstrap/research-group/content/admin/index.md diff --git a/starters/research-group/content/authors/admin/_index.md b/starters-bootstrap/research-group/content/authors/admin/_index.md similarity index 100% rename from starters/research-group/content/authors/admin/_index.md rename to starters-bootstrap/research-group/content/authors/admin/_index.md diff --git a/starters/research-group/content/authors/admin/avatar.jpg b/starters-bootstrap/research-group/content/authors/admin/avatar.jpg similarity index 100% rename from starters/research-group/content/authors/admin/avatar.jpg rename to starters-bootstrap/research-group/content/authors/admin/avatar.jpg diff --git a/starters/research-group/content/authors/吳恩達/_index.md b/starters-bootstrap/research-group/content/authors/吳恩達/_index.md similarity index 100% rename from starters/research-group/content/authors/吳恩達/_index.md rename to starters-bootstrap/research-group/content/authors/吳恩達/_index.md diff --git a/starters/research-group/content/authors/吳恩達/avatar.jpg b/starters-bootstrap/research-group/content/authors/吳恩達/avatar.jpg similarity index 100% rename from starters/research-group/content/authors/吳恩達/avatar.jpg rename to starters-bootstrap/research-group/content/authors/吳恩達/avatar.jpg diff --git a/starters/research-group/content/contact/index.md b/starters-bootstrap/research-group/content/contact/index.md similarity index 100% rename from starters/research-group/content/contact/index.md rename to starters-bootstrap/research-group/content/contact/index.md diff --git a/starters/research-group/content/event/_index.md b/starters-bootstrap/research-group/content/event/_index.md similarity index 100% rename from starters/research-group/content/event/_index.md rename to starters-bootstrap/research-group/content/event/_index.md diff --git a/starters/research-group/content/event/example/featured.jpg b/starters-bootstrap/research-group/content/event/example/featured.jpg similarity index 100% rename from starters/research-group/content/event/example/featured.jpg rename to starters-bootstrap/research-group/content/event/example/featured.jpg diff --git a/starters/research-group/content/event/example/index.md b/starters-bootstrap/research-group/content/event/example/index.md similarity index 100% rename from starters/research-group/content/event/example/index.md rename to starters-bootstrap/research-group/content/event/example/index.md diff --git a/starters/research-group/content/people/index.md b/starters-bootstrap/research-group/content/people/index.md similarity index 100% rename from starters/research-group/content/people/index.md rename to starters-bootstrap/research-group/content/people/index.md diff --git a/starters/research-group/content/post/20-12-01-wowchemy-prize/featured.jpg b/starters-bootstrap/research-group/content/post/20-12-01-wowchemy-prize/featured.jpg similarity index 100% rename from starters/research-group/content/post/20-12-01-wowchemy-prize/featured.jpg rename to starters-bootstrap/research-group/content/post/20-12-01-wowchemy-prize/featured.jpg diff --git a/starters/research-group/content/post/20-12-01-wowchemy-prize/index.md b/starters-bootstrap/research-group/content/post/20-12-01-wowchemy-prize/index.md similarity index 100% rename from starters/research-group/content/post/20-12-01-wowchemy-prize/index.md rename to starters-bootstrap/research-group/content/post/20-12-01-wowchemy-prize/index.md diff --git a/starters/research-group/content/post/20-12-02-ICML-best-paper/featured.jpg b/starters-bootstrap/research-group/content/post/20-12-02-ICML-best-paper/featured.jpg similarity index 100% rename from starters/research-group/content/post/20-12-02-ICML-best-paper/featured.jpg rename to starters-bootstrap/research-group/content/post/20-12-02-ICML-best-paper/featured.jpg diff --git a/starters/research-group/content/post/20-12-02-ICML-best-paper/index.md b/starters-bootstrap/research-group/content/post/20-12-02-ICML-best-paper/index.md similarity index 100% rename from starters/research-group/content/post/20-12-02-ICML-best-paper/index.md rename to starters-bootstrap/research-group/content/post/20-12-02-ICML-best-paper/index.md diff --git a/starters/research-group/content/post/_index.md b/starters-bootstrap/research-group/content/post/_index.md similarity index 100% rename from starters/research-group/content/post/_index.md rename to starters-bootstrap/research-group/content/post/_index.md diff --git a/starters/research-group/content/publication/_index.md b/starters-bootstrap/research-group/content/publication/_index.md similarity index 100% rename from starters/research-group/content/publication/_index.md rename to starters-bootstrap/research-group/content/publication/_index.md diff --git a/starters/research-group/content/publication/conference-paper/cite.bib b/starters-bootstrap/research-group/content/publication/conference-paper/cite.bib similarity index 100% rename from starters/research-group/content/publication/conference-paper/cite.bib rename to starters-bootstrap/research-group/content/publication/conference-paper/cite.bib diff --git a/starters/research-group/content/publication/conference-paper/conference-paper.pdf b/starters-bootstrap/research-group/content/publication/conference-paper/conference-paper.pdf similarity index 100% rename from starters/research-group/content/publication/conference-paper/conference-paper.pdf rename to starters-bootstrap/research-group/content/publication/conference-paper/conference-paper.pdf diff --git a/starters/research-group/content/publication/conference-paper/featured.jpg b/starters-bootstrap/research-group/content/publication/conference-paper/featured.jpg similarity index 100% rename from starters/research-group/content/publication/conference-paper/featured.jpg rename to starters-bootstrap/research-group/content/publication/conference-paper/featured.jpg diff --git a/starters/research-group/content/publication/conference-paper/index.md b/starters-bootstrap/research-group/content/publication/conference-paper/index.md similarity index 100% rename from starters/research-group/content/publication/conference-paper/index.md rename to starters-bootstrap/research-group/content/publication/conference-paper/index.md diff --git a/starters/research-group/content/publication/journal-article/cite.bib b/starters-bootstrap/research-group/content/publication/journal-article/cite.bib similarity index 100% rename from starters/research-group/content/publication/journal-article/cite.bib rename to starters-bootstrap/research-group/content/publication/journal-article/cite.bib diff --git a/starters/research-group/content/publication/journal-article/featured.jpg b/starters-bootstrap/research-group/content/publication/journal-article/featured.jpg similarity index 100% rename from starters/research-group/content/publication/journal-article/featured.jpg rename to starters-bootstrap/research-group/content/publication/journal-article/featured.jpg diff --git a/starters/research-group/content/publication/journal-article/index.md b/starters-bootstrap/research-group/content/publication/journal-article/index.md similarity index 100% rename from starters/research-group/content/publication/journal-article/index.md rename to starters-bootstrap/research-group/content/publication/journal-article/index.md diff --git a/starters/research-group/content/publication/preprint/featured.jpg b/starters-bootstrap/research-group/content/publication/preprint/featured.jpg similarity index 100% rename from starters/research-group/content/publication/preprint/featured.jpg rename to starters-bootstrap/research-group/content/publication/preprint/featured.jpg diff --git a/starters/research-group/content/publication/preprint/index.md b/starters-bootstrap/research-group/content/publication/preprint/index.md similarity index 100% rename from starters/research-group/content/publication/preprint/index.md rename to starters-bootstrap/research-group/content/publication/preprint/index.md diff --git a/starters/research-group/content/tour/index.md b/starters-bootstrap/research-group/content/tour/index.md similarity index 100% rename from starters/research-group/content/tour/index.md rename to starters-bootstrap/research-group/content/tour/index.md diff --git a/starters/research-group/go.mod b/starters-bootstrap/research-group/go.mod similarity index 100% rename from starters/research-group/go.mod rename to starters-bootstrap/research-group/go.mod diff --git a/starters/research-group/images/screenshot.png b/starters-bootstrap/research-group/images/screenshot.png similarity index 100% rename from starters/research-group/images/screenshot.png rename to starters-bootstrap/research-group/images/screenshot.png diff --git a/starters/research-group/images/tn.png b/starters-bootstrap/research-group/images/tn.png similarity index 100% rename from starters/research-group/images/tn.png rename to starters-bootstrap/research-group/images/tn.png diff --git a/starters/research-group/netlify.toml b/starters-bootstrap/research-group/netlify.toml similarity index 100% rename from starters/research-group/netlify.toml rename to starters-bootstrap/research-group/netlify.toml diff --git a/starters/research-group/preview.png b/starters-bootstrap/research-group/preview.png similarity index 100% rename from starters/research-group/preview.png rename to starters-bootstrap/research-group/preview.png diff --git a/starters/research-group/static/uploads/.gitkeep b/starters-bootstrap/research-group/static/uploads/.gitkeep similarity index 100% rename from starters/research-group/static/uploads/.gitkeep rename to starters-bootstrap/research-group/static/uploads/.gitkeep diff --git a/starters/research-group/theme.toml b/starters-bootstrap/research-group/theme.toml similarity index 100% rename from starters/research-group/theme.toml rename to starters-bootstrap/research-group/theme.toml diff --git a/starters/second-brain/.editorconfig b/starters-bootstrap/second-brain/.editorconfig similarity index 100% rename from starters/second-brain/.editorconfig rename to starters-bootstrap/second-brain/.editorconfig diff --git a/starters/second-brain/.github/FUNDING.yml b/starters-bootstrap/second-brain/.github/FUNDING.yml similarity index 100% rename from starters/second-brain/.github/FUNDING.yml rename to starters-bootstrap/second-brain/.github/FUNDING.yml diff --git a/starters/second-brain/.gitignore b/starters-bootstrap/second-brain/.gitignore similarity index 100% rename from starters/second-brain/.gitignore rename to starters-bootstrap/second-brain/.gitignore diff --git a/starters/second-brain/README.md b/starters-bootstrap/second-brain/README.md similarity index 97% rename from starters/second-brain/README.md rename to starters-bootstrap/second-brain/README.md index 123421cf..ec0b65ea 100644 --- a/starters/second-brain/README.md +++ b/starters-bootstrap/second-brain/README.md @@ -1,6 +1,6 @@ # [Hugo Second Brain Theme](https://github.com/HugoBlox/theme-second-brain) -[![Screenshot](./preview.webp)](https://hugoblox.com/templates/) +[![Screenshot](preview.webp)](https://hugoblox.com/templates/) The **Second Brain** starter template empowers you to easily create **personal notes** and **knowledge bases** in a future-proof way. diff --git a/starters/second-brain/assets/media/covers/nasa-Q1p7bh3SHj8-unsplash.jpg b/starters-bootstrap/second-brain/assets/media/covers/nasa-Q1p7bh3SHj8-unsplash.jpg similarity index 100% rename from starters/second-brain/assets/media/covers/nasa-Q1p7bh3SHj8-unsplash.jpg rename to starters-bootstrap/second-brain/assets/media/covers/nasa-Q1p7bh3SHj8-unsplash.jpg diff --git a/starters/second-brain/assets/media/icon.png b/starters-bootstrap/second-brain/assets/media/icon.png similarity index 100% rename from starters/second-brain/assets/media/icon.png rename to starters-bootstrap/second-brain/assets/media/icon.png diff --git a/starters/second-brain/assets/media/icons/.gitkeep b/starters-bootstrap/second-brain/assets/media/icons/.gitkeep similarity index 100% rename from starters/second-brain/assets/media/icons/.gitkeep rename to starters-bootstrap/second-brain/assets/media/icons/.gitkeep diff --git a/starters/second-brain/config/_default/config.yaml b/starters-bootstrap/second-brain/config/_default/config.yaml similarity index 100% rename from starters/second-brain/config/_default/config.yaml rename to starters-bootstrap/second-brain/config/_default/config.yaml diff --git a/starters/second-brain/config/_default/menus.yaml b/starters-bootstrap/second-brain/config/_default/menus.yaml similarity index 100% rename from starters/second-brain/config/_default/menus.yaml rename to starters-bootstrap/second-brain/config/_default/menus.yaml diff --git a/starters/second-brain/config/_default/params.yaml b/starters-bootstrap/second-brain/config/_default/params.yaml similarity index 100% rename from starters/second-brain/config/_default/params.yaml rename to starters-bootstrap/second-brain/config/_default/params.yaml diff --git a/starters/second-brain/content/_index.md b/starters-bootstrap/second-brain/content/_index.md similarity index 100% rename from starters/second-brain/content/_index.md rename to starters-bootstrap/second-brain/content/_index.md diff --git a/starters/second-brain/content/machine-learning/_index.md b/starters-bootstrap/second-brain/content/machine-learning/_index.md similarity index 100% rename from starters/second-brain/content/machine-learning/_index.md rename to starters-bootstrap/second-brain/content/machine-learning/_index.md diff --git a/starters/second-brain/content/machine-learning/reading-list.md b/starters-bootstrap/second-brain/content/machine-learning/reading-list.md similarity index 100% rename from starters/second-brain/content/machine-learning/reading-list.md rename to starters-bootstrap/second-brain/content/machine-learning/reading-list.md diff --git a/starters/second-brain/content/machine-learning/syllabus.md b/starters-bootstrap/second-brain/content/machine-learning/syllabus.md similarity index 100% rename from starters/second-brain/content/machine-learning/syllabus.md rename to starters-bootstrap/second-brain/content/machine-learning/syllabus.md diff --git a/starters/second-brain/content/machine-learning/takeaways.md b/starters-bootstrap/second-brain/content/machine-learning/takeaways.md similarity index 100% rename from starters/second-brain/content/machine-learning/takeaways.md rename to starters-bootstrap/second-brain/content/machine-learning/takeaways.md diff --git a/starters/second-brain/content/数据结构/_index.md b/starters-bootstrap/second-brain/content/数据结构/_index.md similarity index 100% rename from starters/second-brain/content/数据结构/_index.md rename to starters-bootstrap/second-brain/content/数据结构/_index.md diff --git a/starters/second-brain/content/数据结构/reading-list.md b/starters-bootstrap/second-brain/content/数据结构/reading-list.md similarity index 100% rename from starters/second-brain/content/数据结构/reading-list.md rename to starters-bootstrap/second-brain/content/数据结构/reading-list.md diff --git a/starters/second-brain/content/数据结构/syllabus.md b/starters-bootstrap/second-brain/content/数据结构/syllabus.md similarity index 100% rename from starters/second-brain/content/数据结构/syllabus.md rename to starters-bootstrap/second-brain/content/数据结构/syllabus.md diff --git a/starters/second-brain/content/数据结构/takeaways.md b/starters-bootstrap/second-brain/content/数据结构/takeaways.md similarity index 100% rename from starters/second-brain/content/数据结构/takeaways.md rename to starters-bootstrap/second-brain/content/数据结构/takeaways.md diff --git a/starters/second-brain/go.mod b/starters-bootstrap/second-brain/go.mod similarity index 100% rename from starters/second-brain/go.mod rename to starters-bootstrap/second-brain/go.mod diff --git a/starters/second-brain/netlify.toml b/starters-bootstrap/second-brain/netlify.toml similarity index 100% rename from starters/second-brain/netlify.toml rename to starters-bootstrap/second-brain/netlify.toml diff --git a/starters/second-brain/preview.webp b/starters-bootstrap/second-brain/preview.webp similarity index 100% rename from starters/second-brain/preview.webp rename to starters-bootstrap/second-brain/preview.webp diff --git a/starters/second-brain/static/uploads/.gitkeep b/starters-bootstrap/second-brain/static/uploads/.gitkeep similarity index 100% rename from starters/second-brain/static/uploads/.gitkeep rename to starters-bootstrap/second-brain/static/uploads/.gitkeep