Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prod deploy #199

Merged
merged 24 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
8569377
set up official link section
FredericoAndrade Sep 11, 2024
ba1939e
tweak gallery text style
FredericoAndrade Sep 11, 2024
c613126
merge readme
FredericoAndrade Sep 12, 2024
62275e0
update deploys
FredericoAndrade Sep 12, 2024
1d6b0d8
enable manual deploys via github actions
FredericoAndrade Sep 12, 2024
a82243a
fix deploys
FredericoAndrade Sep 12, 2024
00e4a3f
add title to language page meta section official links
FredericoAndrade Sep 12, 2024
5cd2f9b
polishes up resourced search style
FredericoAndrade Sep 12, 2024
36e07f5
cleans up readme
FredericoAndrade Sep 12, 2024
d2b097c
setup rsync filter
FredericoAndrade Sep 12, 2024
5e1fa4f
edit .rsync-filter
FredericoAndrade Sep 12, 2024
22cb6a1
enable dropdown statuses
FredericoAndrade Sep 12, 2024
a019a33
clean up archive search results
FredericoAndrade Sep 12, 2024
c4b412a
move newsletter css to its own file, handle mobile
FredericoAndrade Sep 13, 2024
4fd20a7
ensure stylus uses tabs not spaces
FredericoAndrade Sep 13, 2024
8d0d76f
make fellows gallery template more responsive
FredericoAndrade Sep 13, 2024
44ab45e
prevent media from being accessed directly
FredericoAndrade Sep 15, 2024
114e6b4
Merge branch 'staging' into main
FredericoAndrade Sep 15, 2024
3dbd514
refactor functions
FredericoAndrade Sep 16, 2024
7fe28d5
refactor functions
FredericoAndrade Sep 16, 2024
fefdcc2
commits search binaries
FredericoAndrade Sep 17, 2024
6ec3d30
commits search binaries
FredericoAndrade Sep 17, 2024
9653e69
Merge pull request #196 from wikitongues/main
FredericoAndrade Sep 17, 2024
85a8a0d
create batch updates
FredericoAndrade Sep 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ error_log
#
# Note: If you wish to whitelist plugins,
!/wp-content/plugins/typeahead/
!/wp-content/plugins/typeahead/build
!/wp-content/plugins/wt-gallery/

# Misc
Expand Down
15 changes: 15 additions & 0 deletions wp-content/plugins/typeahead/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"files": {
"main.css": "/static/css/main.1b68c9cb.css",
"main.js": "/static/js/main.701e8837.js",
"static/js/453.36ef469d.chunk.js": "/static/js/453.36ef469d.chunk.js",
"index.html": "/index.html",
"main.1b68c9cb.css.map": "/static/css/main.1b68c9cb.css.map",
"main.701e8837.js.map": "/static/js/main.701e8837.js.map",
"453.36ef469d.chunk.js.map": "/static/js/453.36ef469d.chunk.js.map"
},
"entrypoints": [
"static/css/main.1b68c9cb.css",
"static/js/main.701e8837.js"
]
}
1 change: 1 addition & 0 deletions wp-content/plugins/typeahead/build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><title>Wikitongues Language Typeahead</title><script defer="defer" src="/static/js/main.701e8837.js"></script><link href="/static/css/main.1b68c9cb.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="react-typeahead-root-1" class="react-typeahead-container"></div><div id="react-typeahead-root-2" class="react-typeahead-container"></div></body></html>
3 changes: 3 additions & 0 deletions wp-content/plugins/typeahead/build/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading