Skip to content

Commit 129e67b

Browse files
authored
Merge pull request #166 from bkmgit/css
Use plain css file
2 parents 4a00ac7 + 63de5b1 commit 129e67b

13 files changed

Lines changed: 773 additions & 1157 deletions

.github/workflows/deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ jobs:
2020
- uses: actions/checkout@v6
2121
with:
2222
submodules: recursive
23-
- name: build css
24-
run: |
25-
npm install
26-
npm run build
2723
- name: build site
2824
run: make
2925
- name: package site

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ CONTRIBUTORS_OUT_DIR = contributors
1212
CONTRIBUTORS = $(wildcard $(CONTRIBUTORS_SRC_DIR)/*.md)
1313
PAGES_SRC_DIR = pagesource
1414
PAGES_SRC = $(wildcard $(PAGES_SRC_DIR)/*.xml)
15+
PAGES_SRC += xeps.xml
1516
PAGES = $(subst $(PAGES_SRC_DIR)/,,$(PAGES_SRC:.xml=.html))
16-
PAGES_SRC += "xeps.xml"
1717
REDIRECTS_DIR = pageredirects
1818
REDIRECTS_SRC = $(wildcard $(REDIRECTS_DIR)/*.html)
1919
REDIRECTS = $(subst $(REDIRECTS_DIR)/,,$(REDIRECTS_SRC))

css/profanity.css

Lines changed: 770 additions & 1 deletion
Large diffs are not rendered by default.

gallery-template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<img class="overlay" src="images/profanity_mouth-only.png" alt="Profanity Illustration" />
1616
<header>
1717
<h1>
18-
<a href="index.html" style="position:relative;color:black;">
18+
<a href="index.html">
1919
Profani<span class="kern-ty">ty</span>
2020
</a>
2121
</h1>

manual-template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<img class="overlay" src="images/profanity_mouth-only.png" alt="Profanity Illustration" />
1515
<header>
1616
<h1>
17-
<a href="index.html" style="position:relative;color:black;">
17+
<a href="index.html">
1818
Profani<span class="kern-ty">ty</span>
1919
</a>
2020
</h1>

package.json

Lines changed: 0 additions & 37 deletions
This file was deleted.

postcss.config.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/scss/_base.scss

Lines changed: 0 additions & 172 deletions
This file was deleted.

0 commit comments

Comments
 (0)