Skip to content

Commit

Permalink
Revert "test"
Browse files Browse the repository at this point in the history
This reverts commit cabc924.
  • Loading branch information
luis-marques committed Sep 7, 2024
1 parent cabc924 commit 7c6f77b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
2 changes: 0 additions & 2 deletions .gitignore

This file was deleted.

3 changes: 1 addition & 2 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
base_url = "https://um-arm-lab.github.io"
base_url = "https://um-arm-lab.github.io/lucca"
compile_sass = true
build_search_index = false
generate_feeds = false
minify_html = true
theme = "academic-paper"

[markdown]
highlight_code = true
Expand Down
13 changes: 13 additions & 0 deletions theme.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Academic Paper"
description = "A Zola theme for a blog-post-style website to facilitate scientific communication of your academic paper"
license = "MIT"
homepage = "https://github.com/aterenin/academic-paper"
min_version = "0.18.0"
demo = "https://aterenin.github.io/academic-paper"

[extra]
footer_text = "This website is built using [Zola](https://www.getzola.org) and the [Academic Paper](http://github.com/aterenin/academic-paper/) theme, which is [designed to last](https://jeffhuang.com/designed_to_last/)."

[author]
name = "Alexander Terenin"
homepage = "https://avt.im"

0 comments on commit 7c6f77b

Please sign in to comment.