Skip to content

Commit

Permalink
Install lightweight version of Emacs.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmedrano committed May 14, 2024
1 parent 3b86fc2 commit 4102a96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Deps
run: |
sudo apt-get update
sudo apt-get -y install emacs
sudo apt-get -y install emacs-nox
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion build.el
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The static site is output into the site directory."
:sitemap-filename "index.org"
:html-link-home "/.."
:html-link-up "./index.html")))
(org-html-head "<link rel=\"stylesheet\" type=\"text/css\" href=\"style.css\"/>")
(org-html-head "<link rel=\"stylesheet\" type=\"text/css\" href=\"/style.css\"/>")
(org-html-validation-link nil))
(org-publish-project "wmedrano-site" nil)
(copy-file "src/style.css" "site/style.css" t)))
Expand Down
2 changes: 1 addition & 1 deletion src/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.content {
body {
padding: 1rem
}

0 comments on commit 4102a96

Please sign in to comment.