-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #89 from ivoa/iss88-search-index
Add search capability
- Loading branch information
Showing
273 changed files
with
776 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: 'Download and extract PageFind' | ||
description: 'Downloads and extracts a specified version of PageFind' | ||
inputs: | ||
pagefind_version: | ||
description: 'Version of PageFind to download' | ||
required: false | ||
default: '1.1.1' | ||
runs: | ||
using: 'composite' | ||
steps: | ||
- name: Cache PageFind | ||
uses: actions/cache@v3 | ||
with: | ||
path: ./pagefind-bin | ||
key: ${{ runner.os }}-pagefind-${{ inputs.pagefind_version }} | ||
- name: Download and extract PageFind | ||
run: | | ||
make ./pagefind-bin/.v${{ inputs.pagefind_version }} | ||
shell: bash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,23 @@ | ||
# Generated files by hugo | ||
# Generated files by Hugo | ||
/public/ | ||
/resources/_gen/ | ||
/assets/jsconfig.json | ||
hugo_stats.json | ||
|
||
# tmp hugo file | ||
# tmp Hugo file | ||
.hugo_build.lock | ||
/preview/ | ||
|
||
# ignore hugo in case you have installed it in the project directory | ||
# ignore Hugo in case you have installed it in the project directory | ||
/hugo | ||
/hugo*.tar.gz | ||
/hugo-bin/ | ||
/hugo-bin_old/ | ||
|
||
# Generated files by PageFind | ||
/static/pagefind/ | ||
|
||
# ignore PageFind in case you have installed it in the project directory | ||
/pagefind-bin/ | ||
/pagefind-bin_old/ | ||
/pagefind*.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
title: "Introduction to VO concepts" | ||
date: | ||
draft: false | ||
tags: | ||
- about | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: "Search IVOA pages" | ||
--- | ||
|
||
Write keywords matching the IVOA website pages you are searching for. | ||
|
||
{{< search-pages >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.