Skip to content

Commit

Permalink
Merge pull request #3 from promised-ai/feature/include-plover
Browse files Browse the repository at this point in the history
feat: Added plover, as static files, to a hidden page.
  • Loading branch information
BaxterEaves authored Nov 14, 2024
2 parents dee86e9 + e62bb62 commit 6df8d79
Show file tree
Hide file tree
Showing 10 changed files with 1,382 additions and 169 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
- uses: taiki-e/install-action@v2
with:
tool: zola@0.17.1
tool: zola@0.19.2
- name: Compile
run: zola build --output-dir _site
- name: Fix Permissions
Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ base_url = "https://redpoll.ai"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
build_search_index = true
generate_feed = true
generate_feeds = true
# feed_filename = "feed.xml"

taxonomies = [
Expand Down
4 changes: 4 additions & 0 deletions content/plover.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Plover"
template = "plover.html"
+++
2 changes: 1 addition & 1 deletion sass/style0002.sass
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ div.post
background-color: #333
color: white
transition: background-color 0.3s ease
padding: 0rem 1rem
padding: 0rem 2rem
height: 100%
display: flex
align-items: center
Expand Down
1 change: 1 addition & 0 deletions static/scripts/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.wasm filter=lfs diff=lfs merge=lfs -text
Loading

0 comments on commit 6df8d79

Please sign in to comment.