Skip to content

Commit

Permalink
Fix for retype exluding linked files and showing category images
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Feb 29, 2024
1 parent 2417b22 commit 63c4220
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 21 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# that are quite a few and very useful not only for the author
/.idea/*
!/.idea/runConfigurations
/.retype/
/retype.manifest
/.bundle/
/coverage/
node_modules/
Expand Down
2 changes: 1 addition & 1 deletion docs/api/javascript.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Javascript
image: null
image: none
---

# Javascript
Expand Down
2 changes: 1 addition & 1 deletion docs/api/javascript/ajax.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: AJAX
image: null
image: none
order: 1
---

Expand Down
2 changes: 1 addition & 1 deletion docs/api/javascript/combo-navs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Combo Navs
image: null
image: none
order: 2
---

Expand Down
2 changes: 1 addition & 1 deletion docs/api/javascript/navs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Navs
image: null
image: none
order: 3
---

Expand Down
2 changes: 1 addition & 1 deletion docs/api/javascript/setup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Setup
image: null
image: none
order: 4
---

Expand Down
2 changes: 1 addition & 1 deletion docs/api/stylesheets.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Stylesheets
image: null
image: none
---

# Stylesheets
Expand Down
2 changes: 1 addition & 1 deletion docs/extras/bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Bootstrap
categories:
- Frontend
- Extra
image: null
image: none
---

# Bootstrap Extra
Expand Down
2 changes: 1 addition & 1 deletion docs/extras/bulma.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Bulma
categories:
- Frontend
- Extra
image: null
image: none
---

# Bulma Extra
Expand Down
2 changes: 1 addition & 1 deletion docs/extras/calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Calendar
categories:
- Backend
- Extra
image: null
image: none
---

# Calendar Extra
Expand Down
2 changes: 1 addition & 1 deletion docs/extras/foundation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Foundation
categories:
- Frontend
- Extra
image: null
image: none
---

# Foundation Extra
Expand Down
2 changes: 1 addition & 1 deletion docs/extras/materialize.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Materialize
categories:
- Frontend
- Extra
image: null
image: none
---

# Materialize Extra
Expand Down
2 changes: 1 addition & 1 deletion docs/extras/navs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Navs
image: null
image: none
categories:
- Frontend
- Extra
Expand Down
2 changes: 1 addition & 1 deletion docs/extras/semantic.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Semantic
categories:
- Frontend
- Extra
image: null
image: none
---

# Semantic UI Extra
Expand Down
2 changes: 1 addition & 1 deletion docs/extras/tailwind.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Tailwind
categories:
- Frontend
- Extra
image: null
image: none
---

# Tailwind Style
Expand Down
2 changes: 1 addition & 1 deletion docs/extras/uikit.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: UIkit
image: null
image: none
category: Frontend
---

Expand Down
20 changes: 14 additions & 6 deletions retype.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
serve:
watch:
mode: disk # no more surprises with retype not copying download link files!

input: .
output: .retype
url: https://ddnexus.github.io/pagy
Expand Down Expand Up @@ -36,14 +40,18 @@ links:
target: blank

exclude:
- apps/README.md
- e2e/README.md
- test/README.md
- lib/**/README.md
- docs/README.md
- README.md
- /coverage/**
- /e2e/**

include:
- /apps/**/*.ru
- /apps/**/*.rb
- /lib/stylesheets/**
- /README.md

edit:
repo: "https://github.com/ddnexus/pagy"
repo: https://github.com/ddnexus/pagy
branch: master

search:
Expand Down

0 comments on commit 63c4220

Please sign in to comment.