Overview
Comment:fix publishing
Timelines: family | ancestors | myst
Files: files | file ages | folders
SHA3-256: ca353c7f281dc5379d4bd3810b786ba0e03eeb7b84ec232ca7a74f145370a79d
User & Date: jboy on 2024-11-22 09:40:05
Other Links: branch diff | manifest | tags
Context
2024-11-22
09:40
fix publishing Leaf check-in: ca353c7f28 user: jboy tags: myst
2024-11-21
14:47
transition mkdocs -> myst check-in: 196dad0184 user: jboy tags: myst
Changes

Modified Makefile from [012dbef7ac] to [8bd1731e75].

1

2
3
4
5
6
7
8
9

10

11

12
13
14
15
16
17
18
19
20

1
2
3
4
5
6
7
8

9
10
11

12
13
14
15
16
17
18
19
20
21
-
+







-
+

+
-
+









PDF=_build/syllabus-latest.pdf
PDF=syllabus-latest.pdf

.PHONY: publish clean serve purge

site: build
$(PDF):
	myst build --pdf
build: clean
	myst build --html
	BASE_URL=/ecer/uv myst build --html
publish: build $(PDF)
	cd _build/html && \
	fossil uv add `find _build/html`
	fossil uv add `find . | xargs realpath --relative-to=. | grep -v '^\.'`
	fossil uv add $(PDF)
	fossil uv sync
clean: 
	find -name '*~' | xargs -r rm
	myst clean -y
serve:
	myst start
purge: clean
	fossil uv ls | xargs fossil uv rm {}

Modified myst.yml from [1a860d48c8] to [c33c2c6092].

1
2
3
4
5
6
7
8
9
10
11
12

13
14
15
16
17
18
19
1
2
3
4
5
6
7
8
9
10
11

12
13
14
15
16
17
18
19











-
+







# See docs at: https://mystmd.org/guide/frontmatter
version: 1
project:
  id: 24fe5b23-1dbf-4734-84d0-7475e55fec3b
  title: Ethics in Contemporary Ethnographic Research
  description: Course syllabus
  authors: []
  license: CC-BY-SA-4.0	
  exports:
    - format: typst
      template: ieee-typst
      output: _build/syllabus-latest.pdf
      output: syllabus-latest.pdf
site:
  template: book-theme
  options:
    logo_text: ECER 2024
    folders: true
    hide_search: true
    hide_footer_links: true