Skip to content

Commit 172a771

Browse files
committed
minor tweaks, readme
1 parent 64890cd commit 172a771

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/update-data-json.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
echo "What should the post text be: ${{env.POST_TEXT}}"
3737
3838
# Commit using message text prepared in R
39+
# If anyone is adapting this code make sure to change the user.name and user.email to your own!
3940
- name: Commit changes
4041
if: ${{ env.COMMIT_CHANGES == 'true' }}
4142
run: |

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ On `major` data changes, endoint changes are saved out to the web page `src/`. O
2222

2323
A [Github action](.github/workflows/update-data-json.yml) runs the scraper, commits changes, and rebuilds the web page. It posts to Bluesky if there are any `major` data changes.
2424

25-
Disclaimer: This project uses the Census Bureau Data API but is not endorsed or certified by the Census Bureau.
25+
## Tools
26+
Disclaimer: This project uses the Census Bureau Data API but is not endorsed or certified by the Census Bureau.
27+
28+
The web page is built using [Svelte](https://svelte.dev/) and SvelteKit. The vertical bar chart uses [Layer Cake](https://layercake.graphics/). The robots.txt file is from [ai-robots-txt](https://github.com/ai-robots-txt/ai.robots.txt). The Bluesky icon is from [icons8](https://icons8.com/).

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<div class="contact-container">
106106
<p>
107107
<a href="https://bsky.app/profile/censusapitracker.bsky.social" target="_blank">
108-
<svg class="contact-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16px" height="16px"
108+
<svg class="contact-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16px" height="16px" aria-label="Blueky icon"
109109
><path
110110
d="M5.769,3.618C8.291,5.512,11.004,9.352,12,11.412c0.996-2.06,3.709-5.9,6.231-7.793C20.051,2.252,23,1.195,23,4.559 c0,0.672-0.385,5.644-0.611,6.451c-0.785,2.806-3.647,3.522-6.192,3.089c4.449,0.757,5.581,3.265,3.137,5.774 c-4.643,4.764-6.672-1.195-7.193-2.722c-0.095-0.28-0.14-0.411-0.14-0.3c-0.001-0.112-0.045,0.019-0.14,0.3 c-0.521,1.527-2.55,7.486-7.193,2.722c-2.445-2.509-1.313-5.017,3.137-5.774c-2.546,0.433-5.407-0.282-6.192-3.089 C1.385,10.203,1,5.231,1,4.559C1,1.195,3.949,2.252,5.769,3.618L5.769,3.618z"
111111
/></svg

0 commit comments

Comments
 (0)