Skip to content

Commit

Permalink
Update markdown pages (#7)
Browse files Browse the repository at this point in the history
<!-- LIST CHANGES HERE -->
  • Loading branch information
norwd authored Oct 10, 2024
2 parents b8f49b5 + 0a60dbb commit 7f2e455
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: "Install tools"
run: sudo apt install tidy pandoc

- name: "Install templates"
run: curl 'https://raw.githubusercontent.com/ryangrose/easy-pandoc-templates/master/copy_templates.sh' | bash

- name: "Generate a security.txt file"
run: |
tee security.txt << EOF
Expand Down Expand Up @@ -97,7 +100,7 @@ jobs:
rm -f header.html
%.html: %.md
pandoc --include-in-header=header.html --from markdown+yaml_metadata_block+backtick_code_blocks+fenced_code_attributes+inline_notes+emoji --to html --standalone $< --output $@
pandoc --table-of-contents --template=bootstrap_menu.html --include-in-header=header.html --from markdown+yaml_metadata_block+backtick_code_blocks+fenced_code_attributes+inline_notes+emoji --to html --standalone $< --output $@
EOF
Expand Down
2 changes: 2 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ title-meta: ThisTimeStamp
---

# Coming Soon!

ThisTimeStamp is a site that lets you create a link to a timestamp.

0 comments on commit 7f2e455

Please sign in to comment.