Skip to content

Commit 4dff31f

Browse files
committed
update todo
1 parent c4813e6 commit 4dff31f

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

docs/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,23 @@ sudo iptables -F
1515
sudo iptables -L
1616
# check
1717
ss -tuln | grep 1080
18+
```
19+
20+
### Sitemap, RSS and Json feed links
21+
22+
```bash
23+
# root
24+
https://nemanjamitic.com/sitemap-index.xml
25+
26+
# all links
27+
https://nemanjamitic.com/sitemap-0.xml
28+
29+
# robots.txt
30+
https://nemanjamitic.com/robots.txt
31+
32+
# RSS
33+
https://nemanjamitic.com/api/feed.xml
34+
35+
# Json
36+
https://nemanjamitic.com/api/feed.json
1837
```

docs/working-notes/todo3.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,11 @@ write readme and credits
408408
search with fuse.js astro-paper
409409
fix lint, types, format
410410
put images beside .mdx in content, slug...
411-
style giscus, tags and share
411+
style giscus, tags and share, astrowind, use existing styleguide
412412
move giscus mode, add another theme change event handler
413+
fix content width
414+
migrate scroll to top and toast to react
415+
fix footer
416+
fix share, just small gray icons
413417
```
414418

0 commit comments

Comments
 (0)